Searched defs:badcache (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dresolver.c34 #include <dns/badcache.h>
506 dns_badcache_t * badcache; /* Bad cache. */ member in struct:dns_resolver
555 isc_boolean_t badcache);
3213 fctx_getaddresses(fetchctx_t *fctx, isc_boolean_t badcache) { argument
3463 if (badcache &&
3704 fctx_try(fetchctx_t *fctx, isc_boolean_t retrying, isc_boolean_t badcache) { argument
3742 result = fctx_getaddresses(fctx, badcache);
8757 dns_badcache_destroy(&res->badcache);
8884 res->badcache = NULL;
8886 &res->badcache);
[all...]

Completed in 58 milliseconds