Searched refs:dns_cache_store (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/services/cache/ |
H A D | dns.h | 95 int dns_cache_store(struct module_env* env, struct query_info* qinf,
|
H A D | dns.c | 1075 dns_cache_store(struct module_env* env, struct query_info* msgqinf, in dns_cache_store() function
|
/netbsd-src/external/bsd/unbound/dist/pythonmod/ |
H A D | pythonmod_utils.c | 74 return dns_cache_store(qstate->env, qinfo, msgrep, is_referral, in storeQueryInCache()
|
/netbsd-src/external/bsd/unbound/dist/dns64/ |
H A D | dns64.c | 658 !dns_cache_store( in handle_event_moddone() 1008 !dns_cache_store(super->env, &super->qinfo, super->return_msg->rep, in dns64_inform_super()
|
/netbsd-src/external/bsd/unbound/dist/ipsecmod/ |
H A D | ipsecmod.c | 457 if(!dns_cache_store(qstate->env, &qstate->qinfo, in ipsecmod_handle_query()
|
/netbsd-src/external/bsd/unbound/dist/cachedb/ |
H A D | cachedb.c | 716 (void)dns_cache_store(qstate->env, &qstate->qinfo, in cachedb_intcache_store()
|
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | cachedump.c | 694 if(!dns_cache_store(&worker->env, &qinf, &rep, 0, 0, 0, NULL, flags, in load_msg()
|
/netbsd-src/external/bsd/unbound/dist/validator/ |
H A D | validator.c | 2521 if(!dns_cache_store(qstate->env, &vq->orig_msg->qinfo, in processFinished() 2530 if(!dns_cache_store(qstate->env, &vq->orig_msg->qinfo, in processFinished()
|
/netbsd-src/external/bsd/unbound/dist/iterator/ |
H A D | iter_utils.c | 697 if(!dns_cache_store(env, msgqinf, msgrep, is_referral, leeway, in iter_dns_store()
|
/netbsd-src/external/bsd/unbound/dist/contrib/ |
H A D | fastrpz.patch | 3112 @@ -969,6 +969,14 @@ dns_cache_store(struct module_env* env, struct query_info* msgqinf,
|