Home
last modified time | relevance | path

Searched refs:dns_cache_store (Results 1 – 10 of 10) sorted by relevance

/src/contrib/unbound/services/cache/
H A Ddns.h97 int dns_cache_store(struct module_env* env, struct query_info* qinf,
H A Ddns.c1058 dns_cache_store(struct module_env* env, struct query_info* msgqinf, in dns_cache_store() function
/src/contrib/unbound/pythonmod/
H A Dpythonmod_utils.c74 return dns_cache_store(qstate->env, qinfo, msgrep, is_referral, in storeQueryInCache()
/src/contrib/unbound/dns64/
H A Ddns64.c658 !dns_cache_store( in handle_event_moddone()
1011 !dns_cache_store(super->env, &super->qinfo, super->return_msg->rep, in dns64_inform_super()
/src/contrib/unbound/ipsecmod/
H A Dipsecmod.c457 if(!dns_cache_store(qstate->env, &qstate->qinfo, in ipsecmod_handle_query()
/src/contrib/unbound/cachedb/
H A Dcachedb.c758 (void)dns_cache_store(qstate->env, &qstate->qinfo, in cachedb_intcache_store()
/src/contrib/unbound/daemon/
H A Dcachedump.c817 if(!dns_cache_store(&worker->env, &qinf, &rep, 0, 0, 0, NULL, flags, in load_msg()
/src/contrib/unbound/validator/
H A Dvalidator.c2610 if(!dns_cache_store(qstate->env, &vq->orig_msg->qinfo, in processFinished()
2620 if(!dns_cache_store(qstate->env, &vq->orig_msg->qinfo, in processFinished()
/src/contrib/unbound/iterator/
H A Diter_utils.c742 if(!dns_cache_store(env, msgqinf, msgrep, is_referral, leeway, in iter_dns_store()
/src/contrib/unbound/contrib/
H A Dfastrpz.patch3112 @@ -969,6 +969,14 @@ dns_cache_store(struct module_env* env, struct query_info* msgqinf,