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

  /src/external/mpl/bind/dist/lib/dns/
resolver.c 47 #include <dns/cache.h>
395 dns_db_t *cache; member in struct:fetchctx
671 ncache_adderesult(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node,
4467 dns_db_detach(&fctx->cache);
4874 * Attach to the view's adb, dispatchmgr and cache adb.
4886 dns_db_attach(res->view->cachedb, &fctx->cache);
5154 #define CACHE(r) (((r)->attributes & DNS_RDATASETATTR_CACHE) != 0)
5360 * want to cache the result anyway (if this was a validation
5389 result = dns_db_findnode(fctx->cache, val->name,
5393 (void)dns_db_deleterdataset(fctx->cache, node
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 40 #include <dns/cache.h>
342 dns_db_t *cache; member in struct:fetchctx
577 dns_badcache_t *badcache; /* Bad cache. */
653 ncache_adderesult(dns_message_t *message, dns_db_t *cache, dns_dbnode_t *node,
4725 dns_db_detach(&fctx->cache);
5386 * target RRset is available in cache.
5446 * Attach to the view's cache and adb.
5448 fctx->cache = NULL;
5449 dns_db_attach(res->view->cachedb, &fctx->cache);
5487 dns_db_detach(&fctx->cache);
    [all...]

Completed in 19 milliseconds