/glibc-2.36/resolv/ |
D | resolv_context.c | 52 static __thread struct resolv_context *current attribute_tls_model_ie; 60 replicated_configuration_matches (const struct resolv_context *ctx) in replicated_configuration_matches() 71 maybe_init (struct resolv_context *ctx, bool preinit) in maybe_init() 130 static struct resolv_context * 133 struct resolv_context *ctx = malloc (sizeof (*ctx)); in context_alloc() 147 context_free (struct resolv_context *ctx) in context_free() 157 static struct resolv_context * 175 static struct resolv_context * 181 struct resolv_context *ctx = context_alloc (&_res); in context_get() 192 struct resolv_context * [all …]
|
D | resolv_context.h | 47 struct resolv_context struct 65 struct resolv_context *__next; argument 71 struct resolv_context *__resolv_context_get (void) 77 void __resolv_context_put (struct resolv_context *ctx); 82 struct resolv_context *__resolv_context_get_preinit (void) 89 struct resolv_context *__resolv_context_get_override (struct __res_state *) 96 __resolv_context_search_list (const struct resolv_context *ctx, size_t index) in libc_hidden_proto() 114 __resolv_context_nameserver_count (const struct resolv_context *ctx) in __resolv_context_nameserver_count() 125 __resolv_context_nameserver (const struct resolv_context *ctx, size_t index) in __resolv_context_nameserver() 145 __resolv_context_sort_count (const struct resolv_context *ctx) in __resolv_context_sort_count() [all …]
|
D | resolv-internal.h | 59 struct resolv_context; 63 int __res_context_mkquery (struct resolv_context *, int op, const char *dname, 69 int __res_context_search (struct resolv_context *, const char *, int, int, 75 int __res_context_query (struct resolv_context *, const char *, int, int, 82 int __res_context_send (struct resolv_context *, const unsigned char *, int, 91 bool __res_handle_no_aaaa (struct resolv_context *ctx, 97 const char *__res_context_hostalias (struct resolv_context *, 102 int __res_nopt (struct resolv_context *, int n0,
|
D | res_query.c | 93 __res_context_querydomain (struct resolv_context *, 108 __res_context_query (struct resolv_context *ctx, const char *name, in __res_context_query() 299 context_query_common (struct resolv_context *ctx, in libc_hidden_def() 349 __res_context_search (struct resolv_context *ctx, in __res_context_search() 549 context_search_common (struct resolv_context *ctx, in libc_hidden_def() 597 __res_context_querydomain (struct resolv_context *ctx, in __res_context_querydomain() 640 context_querydomain_common (struct resolv_context *ctx, in context_querydomain_common()
|
D | res_mkquery.c | 99 __res_context_mkquery (struct resolv_context *ctx, int op, const char *dname, in __res_context_mkquery() 181 context_mkquery_common (struct resolv_context *ctx, in libc_hidden_def() 249 __res_nopt (struct resolv_context *ctx, in __res_nopt()
|
D | compat-gethnamaddr.c | 88 static struct hostent *res_gethostbyname2_context (struct resolv_context *, 417 struct resolv_context *ctx = __resolv_context_get (); in libresolv_hidden_proto() 440 res_gethostbyname2_context (struct resolv_context *ctx, in res_gethostbyname2_context() 570 struct resolv_context *ctx = __resolv_context_get (); in res_gethostbyname2() 584 res_gethostbyaddr_context (struct resolv_context *ctx, in res_gethostbyaddr_context() 681 struct resolv_context *ctx = __resolv_context_get (); in res_gethostbyaddr()
|
D | res_hostalias.c | 25 context_hostalias_common (struct resolv_context *ctx, in context_hostalias_common()
|
D | res_context_hostalias.c | 94 __res_context_hostalias (struct resolv_context *ctx, in __res_context_hostalias()
|
D | tst-resolv-res_ninit.c | 49 struct resolv_context *ctx = __resolv_context_get_override (array + i); in do_test()
|
D | res-noaaaa.c | 41 __res_handle_no_aaaa (struct resolv_context *ctx, in __res_handle_no_aaaa()
|
D | res_send.c | 245 mask_ad_bit (struct resolv_context *ctx, void *buf) in mask_ad_bit() 252 __res_context_send (struct resolv_context *ctx, in __res_context_send() 432 context_send_common (struct resolv_context *ctx, in libc_hidden_def()
|
D | tst-resolv-txnid-collision.c | 216 struct resolv_context *ctx = __resolv_context_get (); in test_qname()
|
D | tst-resolv-threads.c | 105 struct resolv_context *ctx = __resolv_context_get (); in check_have_conf()
|
D | Makefile | 69 resolv_context \
|
D | tst-resolv-res_init-skeleton.c | 96 struct resolv_context *ctx = __resolv_context_get_override (resp); in print_resp()
|
/glibc-2.36/nss/ |
D | getnssent_r.c | 63 struct resolv_context *res_ctx = NULL; in __nss_setent() 123 struct resolv_context *res_ctx = NULL; in __nss_endent() 170 struct resolv_context *res_ctx = NULL; in __nss_getent_r()
|
D | nsswitch.h | 163 struct resolv_context; 165 extern int __nss_hostname_digits_dots_context (struct resolv_context *,
|
D | digits_dots.c | 42 struct resolv_context *ctx = __resolv_context_get (); in __nss_hostname_digits_dots() 61 __nss_hostname_digits_dots_context (struct resolv_context *ctx, in __nss_hostname_digits_dots_context()
|
D | getXXbyYY.c | 105 struct resolv_context *res_ctx = __resolv_context_get (); in FUNCTION_NAME()
|
D | getXXbyYY_r.c | 213 struct resolv_context *res_ctx = __resolv_context_get (); in libc_hidden_proto()
|
/glibc-2.36/resolv/nss_dns/ |
D | dns-host.c | 113 static enum nss_status getanswer_r (struct resolv_context *ctx, 136 static enum nss_status gethostbyname3_context (struct resolv_context *ctx, 166 struct resolv_context *ctx = __resolv_context_get (); in _nss_dns_gethostbyname3_r() 181 gethostbyname3_context (struct resolv_context *ctx, in libc_hidden_def() 320 struct resolv_context *ctx = __resolv_context_get (); in libc_hidden_def() 347 struct resolv_context *ctx = __resolv_context_get (); in libc_hidden_def() 485 struct resolv_context *ctx = __resolv_context_get (); in libc_hidden_def() 598 addrsort (struct resolv_context *ctx, char **ap, int num) in libc_hidden_def() 644 getanswer_r (struct resolv_context *ctx, in getanswer_r()
|
D | dns-network.c | 120 struct resolv_context *ctx = __resolv_context_get (); in _nss_dns_getnetbyname_r() 178 struct resolv_context *ctx = __resolv_context_get (); in libc_hidden_def()
|
D | dns-canon.c | 62 struct resolv_context *ctx = __resolv_context_get (); in _nss_dns_getcanonname_r()
|
/glibc-2.36/nscd/ |
D | aicache.c | 82 struct resolv_context *ctx = __resolv_context_get (); in addhstaiX()
|
/glibc-2.36/sysdeps/posix/ |
D | getaddrinfo.c | 598 struct resolv_context *res_ctx = NULL; in get_nss_addresses()
|