Searched refs:msgrep (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/unbound/pythonmod/ |
| H A D | pythonmod_utils.c | 62 struct reply_info* msgrep, int is_referral) in storeQueryInCache() argument 64 if (!msgrep) in storeQueryInCache() 68 if (msgrep->authoritative) { in storeQueryInCache() 74 return dns_cache_store(qstate->env, qinfo, msgrep, is_referral, in storeQueryInCache()
|
| H A D | interface.i | 1537 …truct module_qstate* qstate, struct query_info* qinfo, struct reply_info* msgrep, int is_referral);
|
| /src/contrib/unbound/services/cache/ |
| H A D | dns.c | 1059 struct reply_info* msgrep, int is_referral, time_t leeway, int pside, in dns_cache_store() argument 1083 msgrep->security == sec_status_unchecked) in dns_cache_store() 1093 if((int)FLAGS_GET_RCODE(msgrep->flags) != in dns_cache_store() 1095 (int)FLAGS_GET_RCODE(msgrep->flags) != in dns_cache_store() 1130 rep = reply_info_copy(msgrep, env->alloc, NULL); in dns_cache_store() 1171 dns_cache_store_msg(env, &qinf, h, rep, leeway, pside, msgrep, in dns_cache_store()
|
| /src/contrib/unbound/iterator/ |
| H A D | iter_utils.c | 738 struct reply_info* msgrep, int is_referral, time_t leeway, int pside, 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 D | fastrpz.patch | 3119 + if (msgrep->security == sec_status_rpz_drop || 3120 + msgrep->security == sec_status_rpz_rewritten) 3125 rep = reply_info_copy(msgrep, env->alloc, NULL);
|