Searched refs:msgrep (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/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 | pythonmod_utils.h | 61 struct reply_info* msgrep, int is_referral);
|
H A D | interface.i | 1532 …truct module_qstate* qstate, struct query_info* qinfo, struct reply_info* msgrep, int is_referral);
|
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/ |
H A D | functions.rst | 20 .. function:: storeQueryInCache(qstate, qinfo, msgrep, is_referral) 26 :param msgrep: :class:`reply_info`
|
/netbsd-src/external/bsd/unbound/dist/services/cache/ |
H A D | dns.c | 1076 struct reply_info* msgrep, int is_referral, time_t leeway, int pside, in dns_cache_store() argument 1081 rep = reply_info_copy(msgrep, env->alloc, NULL); in dns_cache_store() 1122 dns_cache_store_msg(env, &qinf, h, rep, leeway, pside, msgrep, in dns_cache_store()
|
/netbsd-src/external/bsd/unbound/dist/iterator/ |
H A D | iter_utils.c | 694 struct reply_info* msgrep, int is_referral, time_t leeway, int pside, in iter_dns_store() argument 697 if(!dns_cache_store(env, msgqinf, msgrep, is_referral, leeway, in iter_dns_store()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
H A D | ChangeLog | 635 * msgrep.texi: Likewise.
|
/netbsd-src/external/bsd/unbound/dist/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);
|