Home
last modified time | relevance | path

Searched refs:msgqinf (Results 1 – 3 of 3) sorted by relevance

/src/contrib/unbound/services/cache/
H A Ddns.c1058 dns_cache_store(struct module_env* env, struct query_info* msgqinf, in dns_cache_store() argument
1068 msgqinf->qname, msgqinf->qname_len, msgqinf->qtype, in dns_cache_store()
1069 msgqinf->qclass, flags, 0, 1); in dns_cache_store()
1092 && msgqinf->qtype != LDNS_RR_TYPE_RRSIG) { in dns_cache_store()
1159 qinf = *msgqinf; in dns_cache_store()
1160 qinf.qname = memdup(msgqinf->qname, msgqinf->qname_len); in dns_cache_store()
/src/contrib/unbound/iterator/
H A Diter_utils.c737 iter_dns_store(struct module_env* env, struct query_info* msgqinf, in iter_dns_store() argument
742 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,