Home
last modified time | relevance | path

Searched refs:dns_refcount_t (Results 1 – 10 of 10) sorted by relevance

/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Ddns.h825 DNS_PUBLIC dns_refcount_t dns_hosts_acquire(struct dns_hosts *);
827 DNS_PUBLIC dns_refcount_t dns_hosts_release(struct dns_hosts *);
894 DNS_PUBLIC dns_refcount_t dns_resconf_acquire(struct dns_resolv_conf *);
936 DNS_PUBLIC dns_refcount_t dns_hints_acquire(struct dns_hints *);
938 DNS_PUBLIC dns_refcount_t dns_hints_release(struct dns_hints *);
976 dns_refcount_t (*acquire)(struct dns_cache *);
977 dns_refcount_t (*release)(struct dns_cache *);
1114 DNS_PUBLIC dns_refcount_t dns_res_acquire(struct dns_resolver *);
1116 DNS_PUBLIC dns_refcount_t dns_res_release(struct dns_resolver *);
1263 DNS_PUBLIC dns_refcount_t dns_trace_acquire(struct dns_trace *);
[all …]
H A Ddns.c4532 dns_refcount_t dns_trace_acquire(struct dns_trace *trace) { in dns_trace_acquire()
4540 dns_refcount_t dns_trace_release(struct dns_trace *trace) { in dns_trace_release()
5091 dns_refcount_t dns_hosts_acquire(struct dns_hosts *hosts) { in dns_hosts_acquire()
5096 dns_refcount_t dns_hosts_release(struct dns_hosts *hosts) { in dns_hosts_release()
5408 dns_refcount_t dns_resconf_acquire(struct dns_resolv_conf *resconf) { in dns_resconf_acquire()
6544 dns_refcount_t dns_hints_acquire(struct dns_hints *H) { in dns_hints_acquire()
6549 dns_refcount_t dns_hints_release(struct dns_hints *H) { in dns_hints_release()
6955 static dns_refcount_t dns_cache_acquire(struct dns_cache *cache) { in dns_cache_acquire()
6960 static dns_refcount_t dns_cache_release(struct dns_cache *cache) { in dns_cache_release()
8401 dns_refcount_t dns_res_acquire(struct dns_resolver *R) { in dns_res_acquire()
[all …]
/dports/devel/libdill/libdill-2.14/dns/
H A Ddns.h318 typedef unsigned long dns_refcount_t; /* must be same value type as dns_atomic_t */ typedef
822 dns_refcount_t dns_hosts_acquire(struct dns_hosts *);
824 dns_refcount_t dns_hosts_release(struct dns_hosts *);
887 dns_refcount_t dns_resconf_acquire(struct dns_resolv_conf *);
889 dns_refcount_t dns_resconf_release(struct dns_resolv_conf *);
929 dns_refcount_t dns_hints_acquire(struct dns_hints *);
931 dns_refcount_t dns_hints_release(struct dns_hints *);
968 dns_refcount_t (*acquire)(struct dns_cache *);
969 dns_refcount_t (*release)(struct dns_cache *);
1098 dns_refcount_t dns_res_acquire(struct dns_resolver *);
[all …]
H A Ddns.c3625 dns_refcount_t dns_hosts_acquire(struct dns_hosts *hosts) { in dns_hosts_acquire()
3630 dns_refcount_t dns_hosts_release(struct dns_hosts *hosts) { in dns_hosts_release()
3935 dns_refcount_t dns_resconf_acquire(struct dns_resolv_conf *resconf) { in dns_resconf_acquire()
3940 dns_refcount_t dns_resconf_release(struct dns_resolv_conf *resconf) { in dns_resconf_release()
5035 dns_refcount_t dns_hints_acquire(struct dns_hints *H) { in dns_hints_acquire()
5040 dns_refcount_t dns_hints_release(struct dns_hints *H) { in dns_hints_release()
5407 static dns_refcount_t dns_cache_acquire(struct dns_cache *cache) { in dns_cache_acquire()
5412 static dns_refcount_t dns_cache_release(struct dns_cache *cache) { in dns_cache_release()
6420 dns_refcount_t dns_res_acquire(struct dns_resolver *R) { in dns_res_acquire()
6425 dns_refcount_t dns_res_release(struct dns_resolver *R) { in dns_res_release()
/dports/devel/libmill/libmill-1.18/dns/
H A Ddns.h318 typedef unsigned long dns_refcount_t; /* must be same value type as dns_atomic_t */ typedef
822 dns_refcount_t dns_hosts_acquire(struct dns_hosts *);
824 dns_refcount_t dns_hosts_release(struct dns_hosts *);
887 dns_refcount_t dns_resconf_acquire(struct dns_resolv_conf *);
889 dns_refcount_t dns_resconf_release(struct dns_resolv_conf *);
929 dns_refcount_t dns_hints_acquire(struct dns_hints *);
931 dns_refcount_t dns_hints_release(struct dns_hints *);
968 dns_refcount_t (*acquire)(struct dns_cache *);
969 dns_refcount_t (*release)(struct dns_cache *);
1098 dns_refcount_t dns_res_acquire(struct dns_resolver *);
[all …]
H A Ddns.c3605 dns_refcount_t dns_hosts_acquire(struct dns_hosts *hosts) { in dns_hosts_acquire()
3610 dns_refcount_t dns_hosts_release(struct dns_hosts *hosts) { in dns_hosts_release()
3915 dns_refcount_t dns_resconf_acquire(struct dns_resolv_conf *resconf) { in dns_resconf_acquire()
3920 dns_refcount_t dns_resconf_release(struct dns_resolv_conf *resconf) { in dns_resconf_release()
5015 dns_refcount_t dns_hints_acquire(struct dns_hints *H) { in dns_hints_acquire()
5020 dns_refcount_t dns_hints_release(struct dns_hints *H) { in dns_hints_release()
5387 static dns_refcount_t dns_cache_acquire(struct dns_cache *cache) { in dns_cache_acquire()
5392 static dns_refcount_t dns_cache_release(struct dns_cache *cache) { in dns_cache_release()
6400 dns_refcount_t dns_res_acquire(struct dns_resolver *R) { in dns_res_acquire()
6405 dns_refcount_t dns_res_release(struct dns_resolver *R) { in dns_res_release()
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/lib/
H A Ddns.h337 typedef unsigned long dns_refcount_t; /* must be same value type as dns_atomic_t */ typedef
870 DNS_PUBLIC dns_refcount_t dns_hosts_acquire(struct dns_hosts *);
872 DNS_PUBLIC dns_refcount_t dns_hosts_release(struct dns_hosts *);
938 DNS_PUBLIC dns_refcount_t dns_resconf_acquire(struct dns_resolv_conf *);
940 DNS_PUBLIC dns_refcount_t dns_resconf_release(struct dns_resolv_conf *);
980 DNS_PUBLIC dns_refcount_t dns_hints_acquire(struct dns_hints *);
982 DNS_PUBLIC dns_refcount_t dns_hints_release(struct dns_hints *);
1021 dns_refcount_t (*acquire)(struct dns_cache *);
1022 dns_refcount_t (*release)(struct dns_cache *);
1151 DNS_PUBLIC dns_refcount_t dns_res_acquire(struct dns_resolver *);
[all …]
H A Ddns.c4166 dns_refcount_t dns_hosts_acquire(struct dns_hosts *hosts) { in dns_hosts_acquire()
4171 dns_refcount_t dns_hosts_release(struct dns_hosts *hosts) { in dns_hosts_release()
4478 dns_refcount_t dns_resconf_acquire(struct dns_resolv_conf *resconf) { in dns_resconf_acquire()
4483 dns_refcount_t dns_resconf_release(struct dns_resolv_conf *resconf) { in dns_resconf_release()
5609 dns_refcount_t dns_hints_acquire(struct dns_hints *H) { in dns_hints_acquire()
5614 dns_refcount_t dns_hints_release(struct dns_hints *H) { in dns_hints_release()
6015 static dns_refcount_t dns_cache_acquire(struct dns_cache *cache) { in dns_cache_acquire()
6020 static dns_refcount_t dns_cache_release(struct dns_cache *cache) { in dns_cache_release()
7117 dns_refcount_t dns_res_acquire(struct dns_resolver *R) { in dns_res_acquire()
7122 dns_refcount_t dns_res_release(struct dns_resolver *R) { in dns_res_release()
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Ddns.h336 typedef unsigned long dns_refcount_t; /* must be same value type as dns_atomic_t */ typedef
867 DNS_PUBLIC dns_refcount_t dns_hosts_acquire(struct dns_hosts *);
869 DNS_PUBLIC dns_refcount_t dns_hosts_release(struct dns_hosts *);
935 DNS_PUBLIC dns_refcount_t dns_resconf_acquire(struct dns_resolv_conf *);
937 DNS_PUBLIC dns_refcount_t dns_resconf_release(struct dns_resolv_conf *);
1000 DNS_PUBLIC dns_refcount_t dns_hints_acquire(struct dns_hints *);
1002 DNS_PUBLIC dns_refcount_t dns_hints_release(struct dns_hints *);
1041 dns_refcount_t (*acquire)(struct dns_cache *);
1042 dns_refcount_t (*release)(struct dns_cache *);
1172 DNS_PUBLIC dns_refcount_t dns_res_acquire(struct dns_resolver *);
[all …]
H A Ddns.c4160 dns_refcount_t dns_hosts_acquire(struct dns_hosts *hosts) { in dns_hosts_acquire()
4165 dns_refcount_t dns_hosts_release(struct dns_hosts *hosts) { in dns_hosts_release()
4512 dns_refcount_t dns_resconf_acquire(struct dns_resolv_conf *resconf) { in dns_resconf_acquire()
4517 dns_refcount_t dns_resconf_release(struct dns_resolv_conf *resconf) { in dns_resconf_release()
5758 dns_refcount_t dns_hints_acquire(struct dns_hints *H) { in dns_hints_acquire()
5763 dns_refcount_t dns_hints_release(struct dns_hints *H) { in dns_hints_release()
6162 static dns_refcount_t dns_cache_acquire(struct dns_cache *cache) { in dns_cache_acquire()
6167 static dns_refcount_t dns_cache_release(struct dns_cache *cache) { in dns_cache_release()
7270 dns_refcount_t dns_res_acquire(struct dns_resolver *R) { in dns_res_acquire()
7275 dns_refcount_t dns_res_release(struct dns_resolver *R) { in dns_res_release()