HomeSort by: relevance | last modified time | path
    Searched defs:failcache (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/include/dns/
view.h 186 dns_badcache_t *failcache; member in struct:dns_view
view.h 186 dns_badcache_t *failcache; member in struct:dns_view
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
view.h 192 dns_badcache_t *failcache; member in struct:dns_view
view.h 192 dns_badcache_t *failcache; member in struct:dns_view
  /src/external/mpl/bind/dist/lib/ns/
query.c 7049 isc_result_t failcache; local
7062 failcache = ISC_R_NOTFOUND;
7066 failcache = dns_badcache_find(
7067 qctx->view->failcache, qctx->client->query.qname,
7072 if (failcache != ISC_R_SUCCESS) {
query.c 7049 isc_result_t failcache; local
7062 failcache = ISC_R_NOTFOUND;
7066 failcache = dns_badcache_find(
7067 qctx->view->failcache, qctx->client->query.qname,
7072 if (failcache != ISC_R_SUCCESS) {

Completed in 80 milliseconds