Home
last modified time | relevance | path

Searched refs:storeQueryInCache (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod_utils.h60 int storeQueryInCache(struct module_qstate* qstate, struct query_info* qinfo,
H A Dpythonmod_utils.c61 int storeQueryInCache(struct module_qstate* qstate, struct query_info* qinfo, in storeQueryInCache() function
H A Dubmodule-tst.py127 if not storeQueryInCache(qstate, qstate.return_msg.qinfo, qstate.return_msg.rep, 0):
H A Dinterface.i1532 int storeQueryInCache(struct module_qstate* qstate, struct query_info* qinfo, struct reply_info* ms…
/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/
H A Davahi-resolver.py513 if not storeQueryInCache(qstate, qstate.return_msg.qinfo, qstate.return_msg.rep, 0):
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dfunctions.rst20 .. function:: storeQueryInCache(qstate, qinfo, msgrep, is_referral)