Home
last modified time | relevance | path

Searched refs:started_no_cache_store (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/unbound/dns64/
H A Ddns64.c95 int started_no_cache_store; member
652 if ( (!iq || !iq->started_no_cache_store) && in handle_event_moddone()
696 iq->started_no_cache_store = qstate->no_cache_store; in dns64_operate()
712 qstate->no_cache_store = iq->started_no_cache_store; in dns64_operate()
968 super_dq->started_no_cache_store = super->no_cache_store; in dns64_inform_super()
992 if ( (!super_dq || !super_dq->started_no_cache_store) && in dns64_inform_super()
/freebsd-13.1/contrib/unbound/edns-subnet/
H A Dsubnetmod.h94 int started_no_cache_store; member
H A Dsubnetmod.c95 sq->started_no_cache_store = qstate->no_cache_store; in subnet_new_qstate()
503 if(!sq->started_no_cache_store) { in eval_response()
533 if(!sq->started_no_cache_store) { in eval_response()
813 qstate->no_cache_store = sq->started_no_cache_store; in subnetmod_operate()