Home
last modified time | relevance | path

Searched refs:no_cache_store (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/examples/
H A Dexample5.rst105 - :class:`module_qstate.no_cache_store`: Modules *operating after* this module
129 qstate.no_cache_store = 1
130 log_info("python: enabled no_cache_store")
/netbsd-src/external/bsd/unbound/dist/edns-subnet/
H A Dsubnetmod.c96 sq->started_no_cache_store = qstate->no_cache_store; in subnet_new_qstate()
156 qstate->no_cache_store = 0; in ecs_whitelist_check()
758 qstate->no_cache_store = 1; in ecs_edns_back_parsed()
765 qstate->no_cache_store = 1; in ecs_edns_back_parsed()
914 qstate->no_cache_store = sq->started_no_cache_store; in subnetmod_operate()
/netbsd-src/external/bsd/unbound/dist/dns64/
H A Ddns64.c702 iq->started_no_cache_store = qstate->no_cache_store; in dns64_operate()
703 qstate->no_cache_store = 1; in dns64_operate()
718 qstate->no_cache_store = iq->started_no_cache_store; in dns64_operate()
974 super_dq->started_no_cache_store = super->no_cache_store; in dns64_inform_super()
/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/
H A Dedns.py126 qstate.no_cache_store = 1
/netbsd-src/external/bsd/unbound/dist/util/
H A Dmodule.h669 int no_cache_store; member
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diterator.c307 if(qstate->no_cache_store) { in error_response_cache()
1397 qstate->no_cache_store = 1; in processInitRequest()
2220 if(!qstate->no_cache_store && iq->query_for_pside_glue in processLastResort()
3122 if(!qstate->no_cache_store) in processQueryResponse()
3201 if(!qstate->no_cache_store && in processQueryResponse()
3231 if(!qstate->no_cache_store && iq->query_for_pside_glue in processQueryResponse()
3332 if(!qstate->no_cache_store) in processQueryResponse()
3900 if(!qstate->no_cache_store && iq->query_for_pside_glue in processFinished()
3961 if(!qstate->no_cache_store && qstate->query_flags&BIT_RD) { in processFinished()
/netbsd-src/external/bsd/unbound/dist/ipsecmod/
H A Dipsecmod.c407 qstate->no_cache_store = 1; in ipsecmod_handle_query()
/netbsd-src/external/bsd/unbound/dist/cachedb/
H A Dcachedb.c813 if(!ie->enabled || qstate->no_cache_store) { in cachedb_handle_response()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dstruct.rst94 .. attribute:: no_cache_store
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dvalidator.c2422 if(!qstate->no_cache_store) { in processFinished()
2520 if(!qstate->no_cache_store) { in processFinished()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i816 int no_cache_store;
/netbsd-src/external/bsd/unbound/dist/services/
H A Dmesh.c880 mstate->s.no_cache_store = 0; in mesh_state_create()
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dfastrpz.patch3045 if(!qstate->no_cache_store && qstate->query_flags&BIT_RD) {
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog3264 the previous no_cache_store setting when the the module is finished.
4648 no_cache_store flag was set.
4864 - Added two flags to module_qstate (no_cache_lookup, no_cache_store) that