| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| resolver.h | 271 typedef struct fetchctx fetchctx_t; typedef in typeref:struct:fetchctx 281 fetchctx_t *parent, isc_loop_t *loop, isc_job_cb cb,
|
| /src/external/mpl/bind/dist/lib/dns/ |
| resolver.c | 257 typedef struct fetchctx fetchctx_t; typedef in typeref:struct:fetchctx 263 fetchctx_t *fctx; 486 fetchctx_t *parent; 524 fetchctx_t *fctx; 531 fetchctx_t *private; 663 fctx_try(fetchctx_t *fctx, bool retrying); 667 fctx_minimize_qname(fetchctx_t *fctx); 669 fctx_destroy(fetchctx_t *fctx); 678 add_bad(fetchctx_t *fctx, dns_message_t *rmessage, dns_adbaddrinfo_t *addrinfo, 681 findnoqname(fetchctx_t *fctx, dns_message_t *message, dns_name_t *name [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| resolver.c | 228 typedef struct fetchctx fetchctx_t; typedef in typeref:struct:fetchctx 233 fetchctx_t *fctx; 468 fetchctx_t *fctx; 475 fetchctx_t *private; 484 ISC_LIST(fetchctx_t) fctxs; 645 fctx_try(fetchctx_t *fctx, bool retrying, bool badcache); 647 fctx_minimize_qname(fetchctx_t *fctx); 649 fctx_destroy(fetchctx_t *fctx); 651 fctx_unlink(fetchctx_t *fctx); 660 add_bad(fetchctx_t *fctx, dns_message_t *rmessage, dns_adbaddrinfo_t *addrinfo [all...] |