Home
last modified time | relevance | path

Searched refs:dns_resolv_conf (Results 1 – 18 of 18) sorted by relevance

/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Ddns.h891 struct dns_resolv_conf { struct
931 DNS_PUBLIC struct dns_resolv_conf *dns_resconf_open(int *);
933 DNS_PUBLIC void dns_resconf_close(struct dns_resolv_conf *);
939 DNS_PUBLIC struct dns_resolv_conf *dns_resconf_mortal(struct dns_resolv_conf *);
941 DNS_PUBLIC struct dns_resolv_conf *dns_resconf_local(int *);
943 DNS_PUBLIC struct dns_resolv_conf *dns_resconf_root(int *);
947 DNS_PUBLIC int dns_resconf_loadfile(struct dns_resolv_conf *, FILE *);
960 DNS_PUBLIC int dns_resconf_loadwin(struct dns_resolv_conf *);
971 DNS_PUBLIC int dns_nssconf_loadfile(struct dns_resolv_conf *, FILE *);
977 DNS_PUBLIC int dns_resconf_dump(struct dns_resolv_conf *, FILE *);
[all …]
H A Dsipstack.c109 if (stack->dns_resolv_conf) belle_sip_free(stack->dns_resolv_conf); in belle_sip_stack_destroy()
263 return stack->dns_resolv_conf; in belle_sip_stack_get_dns_resolv_conf_file()
267 if (stack->dns_resolv_conf) belle_sip_free(stack->dns_resolv_conf); in belle_sip_stack_set_dns_resolv_conf_file()
268 stack->dns_resolv_conf = resolv_conf_file?belle_sip_strdup(resolv_conf_file):NULL; in belle_sip_stack_set_dns_resolv_conf_file()
H A Ddns.c4458 struct dns_resolv_conf *dns_resconf_open(int *error) { in dns_resconf_open()
4465 struct dns_resolv_conf *resconf; in dns_resconf_open()
4522 struct dns_resolv_conf *dns_resconf_mortal(struct dns_resolv_conf *resconf) { in dns_resconf_mortal()
4530 struct dns_resolv_conf *dns_resconf_local(int *error_) { in dns_resconf_local()
4531 struct dns_resolv_conf *resconf; in dns_resconf_local()
4564 struct dns_resolv_conf *dns_resconf_root(int *error) { in dns_resconf_root()
4565 struct dns_resolv_conf *resconf; in dns_resconf_root()
7057 struct dns_resolv_conf *resconf;
7172 struct dns_resolv_conf *resconf = 0; in dns_res_stub()
9093 static struct dns_resolv_conf *resconf(void) { in resconf()
[all …]
H A Dbelle_sip_resolver.c119 struct dns_resolv_conf *resconf;
177 static int dns_resconf_nameservers_from_list(struct dns_resolv_conf *resconf, const belle_sip_list_… in dns_resconf_nameservers_from_list()
190 static struct dns_resolv_conf *resconf(belle_sip_simple_resolver_context_t *ctx) { in resconf()
682 struct dns_resolv_conf *conf; in _resolver_start_query()
H A Dbelle_sip_internal.h545 char *dns_resolv_conf; /*used to load custom resolv.conf, for tests*/ member
/dports/devel/libdill/libdill-2.14/dns/
H A Ddns.h846 struct dns_resolv_conf { struct
883 struct dns_resolv_conf *dns_resconf_open(int *);
885 void dns_resconf_close(struct dns_resolv_conf *);
887 dns_refcount_t dns_resconf_acquire(struct dns_resolv_conf *);
891 struct dns_resolv_conf *dns_resconf_mortal(struct dns_resolv_conf *);
893 struct dns_resolv_conf *dns_resconf_local(int *);
895 struct dns_resolv_conf *dns_resconf_root(int *);
899 int dns_resconf_loadfile(struct dns_resolv_conf *, FILE *);
903 int dns_nssconf_loadfile(struct dns_resolv_conf *, FILE *);
907 int dns_resconf_dump(struct dns_resolv_conf *, FILE *);
[all …]
H A Ddns.c3884 struct dns_resolv_conf *dns_resconf_open(int *error) { in dns_resconf_open()
3885 static const struct dns_resolv_conf resconf_initializer in dns_resconf_open()
3888 struct dns_resolv_conf *resconf; in dns_resconf_open()
3945 struct dns_resolv_conf *dns_resconf_mortal(struct dns_resolv_conf *resconf) { in dns_resconf_mortal()
3954 struct dns_resolv_conf *resconf; in dns_resconf_local()
3978 struct dns_resolv_conf *dns_resconf_root(int *error) { in dns_resconf_root()
3979 struct dns_resolv_conf *resconf; in dns_resconf_root()
6240 struct dns_resolv_conf *resconf;
6352 struct dns_resolv_conf *resconf = 0; in dns_res_stub()
8140 static struct dns_resolv_conf *resconf(void) { in resconf()
[all …]
/dports/devel/libmill/libmill-1.18/dns/
H A Ddns.h846 struct dns_resolv_conf { struct
883 struct dns_resolv_conf *dns_resconf_open(int *);
885 void dns_resconf_close(struct dns_resolv_conf *);
887 dns_refcount_t dns_resconf_acquire(struct dns_resolv_conf *);
891 struct dns_resolv_conf *dns_resconf_mortal(struct dns_resolv_conf *);
893 struct dns_resolv_conf *dns_resconf_local(int *);
895 struct dns_resolv_conf *dns_resconf_root(int *);
899 int dns_resconf_loadfile(struct dns_resolv_conf *, FILE *);
903 int dns_nssconf_loadfile(struct dns_resolv_conf *, FILE *);
907 int dns_resconf_dump(struct dns_resolv_conf *, FILE *);
[all …]
H A Ddns.c3864 struct dns_resolv_conf *dns_resconf_open(int *error) { in dns_resconf_open()
3865 static const struct dns_resolv_conf resconf_initializer in dns_resconf_open()
3868 struct dns_resolv_conf *resconf; in dns_resconf_open()
3925 struct dns_resolv_conf *dns_resconf_mortal(struct dns_resolv_conf *resconf) { in dns_resconf_mortal()
3934 struct dns_resolv_conf *resconf; in dns_resconf_local()
3958 struct dns_resolv_conf *dns_resconf_root(int *error) { in dns_resconf_root()
3959 struct dns_resolv_conf *resconf; in dns_resconf_root()
6220 struct dns_resolv_conf *resconf;
6332 struct dns_resolv_conf *resconf = 0; in dns_res_stub()
8109 static struct dns_resolv_conf *resconf(void) { in resconf()
[all …]
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/lib/
H A Ddns.h894 struct dns_resolv_conf { struct
934 DNS_PUBLIC struct dns_resolv_conf *dns_resconf_open(int *);
936 DNS_PUBLIC void dns_resconf_close(struct dns_resolv_conf *);
938 DNS_PUBLIC dns_refcount_t dns_resconf_acquire(struct dns_resolv_conf *);
942 DNS_PUBLIC struct dns_resolv_conf *dns_resconf_mortal(struct dns_resolv_conf *);
944 DNS_PUBLIC struct dns_resolv_conf *dns_resconf_local(int *);
946 DNS_PUBLIC struct dns_resolv_conf *dns_resconf_root(int *);
950 DNS_PUBLIC int dns_resconf_loadfile(struct dns_resolv_conf *, FILE *);
954 DNS_PUBLIC int dns_nssconf_loadfile(struct dns_resolv_conf *, FILE *);
958 DNS_PUBLIC int dns_resconf_dump(struct dns_resolv_conf *, FILE *);
[all …]
H A Ddns.c4425 struct dns_resolv_conf *dns_resconf_open(int *error) { in dns_resconf_open()
4432 struct dns_resolv_conf *resconf; in dns_resconf_open()
4488 struct dns_resolv_conf *dns_resconf_mortal(struct dns_resolv_conf *resconf) { in dns_resconf_mortal()
4496 struct dns_resolv_conf *dns_resconf_local(int *error_) { in dns_resconf_local()
4497 struct dns_resolv_conf *resconf; in dns_resconf_local()
4530 struct dns_resolv_conf *dns_resconf_root(int *error) { in dns_resconf_root()
4531 struct dns_resolv_conf *resconf; in dns_resconf_root()
6897 struct dns_resolv_conf *resconf;
7013 struct dns_resolv_conf *resconf = 0; in dns_res_stub()
8982 static struct dns_resolv_conf *resconf(void) { in resconf()
[all …]
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Ddns.h849 struct dns_resolv_conf { struct
890 DNS_PUBLIC struct dns_resolv_conf *dns_resconf_open(int *);
892 DNS_PUBLIC void dns_resconf_close(struct dns_resolv_conf *);
894 DNS_PUBLIC dns_refcount_t dns_resconf_acquire(struct dns_resolv_conf *);
898 DNS_PUBLIC struct dns_resolv_conf *dns_resconf_mortal(struct dns_resolv_conf *);
900 DNS_PUBLIC struct dns_resolv_conf *dns_resconf_local(int *);
902 DNS_PUBLIC struct dns_resolv_conf *dns_resconf_root(int *);
906 DNS_PUBLIC int dns_resconf_loadfile(struct dns_resolv_conf *, FILE *);
910 DNS_PUBLIC int dns_nssconf_loadfile(struct dns_resolv_conf *, FILE *);
914 DNS_PUBLIC int dns_resconf_dump(struct dns_resolv_conf *, FILE *);
[all …]
H A Ddns.c5351 struct dns_resolv_conf *dns_resconf_open(int *error) { in dns_resconf_open()
5358 struct dns_resolv_conf *resconf; in dns_resconf_open()
5418 struct dns_resolv_conf *dns_resconf_mortal(struct dns_resolv_conf *resconf) { in dns_resconf_mortal()
5427 struct dns_resolv_conf *resconf; in dns_resconf_local()
5460 struct dns_resolv_conf *dns_resconf_root(int *error) { in dns_resconf_root()
5461 struct dns_resolv_conf *resconf; in dns_resconf_root()
8172 struct dns_resolv_conf *resconf;
8290 struct dns_resolv_conf *resconf = 0; in dns_res_stub()
10373 struct dns_resolv_conf *resconf;
10459 static struct dns_resolv_conf *resconf(void) { in resconf()
[all …]
H A Ddns-stuff.c166 struct dns_resolv_conf *resolv_conf;
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/
H A Ddns.c1235 struct dns_resolv_conf *resconf = resconf_check(L, 1); in resconf_getns()
1272 struct dns_resolv_conf *resconf = resconf_check(L, 1); in resconf_setns()
1298 struct dns_resolv_conf *resconf = resconf_check(L, 1); in resconf_getsearch()
1312 struct dns_resolv_conf *resconf = resconf_check(L, 1); in resconf_setsearch()
1335 struct dns_resolv_conf *resconf = resconf_check(L, 1); in resconf_getlookup()
1362 struct dns_resolv_conf *resconf = resconf_check(L, 1); in resconf_setlookup()
1534 …struct dns_resolv_conf *resconf = *(struct dns_resolv_conf **)lua_touserdata(L, lua_upvalueindex(1… in resconf__next()
1835 struct dns_resolv_conf *resconf = resconf_test(L, 1); in hints_new()
1852 struct dns_resolv_conf *resconf = resconf_test(L, 1); in hints_root()
1869 struct dns_resolv_conf *resconf = resconf_test(L, 1); in hints_stub()
[all …]
/dports/devel/libmill/libmill-1.18/
H A Dip.c53 static struct dns_resolv_conf *mill_dns_conf = NULL;
/dports/devel/libdill/libdill-2.14/
H A Dipaddr.c54 static struct dns_resolv_conf *dill_dns_conf = NULL;
/dports/www/trafficserver/trafficserver-9.1.1/iocore/dns/
H A DDNS.cc53 char *dns_resolv_conf = nullptr; variable
221 REC_ReadConfigStringAlloc(dns_resolv_conf, "proxy.config.dns.resolv_conf"); in start()
349 if (ink_res_init(&l_res, nameserver, nserv, dns_search, nullptr, nullptr, dns_resolv_conf) < 0) { in dns_init()