Searched refs:storeQueryInCache (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/pythonmod/ |
H A D | pythonmod_utils.h | 60 int storeQueryInCache(struct module_qstate* qstate, struct query_info* qinfo,
|
H A D | pythonmod_utils.c | 61 int storeQueryInCache(struct module_qstate* qstate, struct query_info* qinfo, in storeQueryInCache() function
|
H A D | ubmodule-tst.py | 127 if not storeQueryInCache(qstate, qstate.return_msg.qinfo, qstate.return_msg.rep, 0):
|
H A D | interface.i | 1532 int storeQueryInCache(struct module_qstate* qstate, struct query_info* qinfo, struct reply_info* ms…
|
/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/ |
H A D | avahi-resolver.py | 513 if not storeQueryInCache(qstate, qstate.return_msg.qinfo, qstate.return_msg.rep, 0):
|
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/ |
H A D | functions.rst | 20 .. function:: storeQueryInCache(qstate, qinfo, msgrep, is_referral)
|