Lines Matching refs:cache
28 #include "resolved-dns-cache.h"
575 /* For mDNS we cache whenever we get the packet, rather than
580 /* We never cache if this packet is from the local host, under
582 * cache this anyway, and probably knows better when to flush
583 * the cache then we could. */
587 dns_cache_put(&t->scope->cache,
1264 /* Check the cache, but only if this transaction is not used
1268 /* Before trying the cache, let's make sure we figured out a
1270 * might flush the cache. */
1274 dns_cache_prune(&t->scope->cache);
1276 r = dns_cache_lookup(&t->scope->cache, t->key, &t->answer_rcode, &t->answer, &t->answer_authenticated);
1385 r = dns_cache_export_shared_to_packet(&t->scope->cache, p);
1660 /* This didn't work, ask for it via the network/cache then. */
1756 /* If we have picked no server, then we are working from the cache or some other source, and DNSSEC might well
3022 [DNS_TRANSACTION_CACHE] = "cache",