Searched refs:no_cache_store (Results 1 – 14 of 14) sorted by relevance
105 - :class:`module_qstate.no_cache_store`: Modules *operating after* this module129 qstate.no_cache_store = 1130 log_info("python: enabled no_cache_store")
96 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()
702 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()
126 qstate.no_cache_store = 1
669 int no_cache_store; member
307 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()
407 qstate->no_cache_store = 1; in ipsecmod_handle_query()
813 if(!ie->enabled || qstate->no_cache_store) { in cachedb_handle_response()
94 .. attribute:: no_cache_store
2422 if(!qstate->no_cache_store) { in processFinished()2520 if(!qstate->no_cache_store) { in processFinished()
816 int no_cache_store;
880 mstate->s.no_cache_store = 0; in mesh_state_create()
3045 if(!qstate->no_cache_store && qstate->query_flags&BIT_RD) {
3264 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