Home
last modified time | relevance | path

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

/freebsd-head/contrib/unbound/dns64/
HDdns64.c95 int started_no_cache_store; member
655 if( (!iq || !iq->started_no_cache_store) && in handle_event_moddone()
703 iq->started_no_cache_store = qstate->no_cache_store; in dns64_operate()
720 qstate->no_cache_store = iq->started_no_cache_store; in dns64_operate()
977 super_dq->started_no_cache_store = super->no_cache_store; in dns64_inform_super()
1010 if ( (!super_dq || !super_dq->started_no_cache_store) && in dns64_inform_super()
/freebsd-head/contrib/unbound/edns-subnet/
HDsubnetmod.h102 int started_no_cache_store; member
HDsubnetmod.c99 sq->started_no_cache_store = qstate->no_cache_store; in subnet_new_qstate()
560 if(!sq->started_no_cache_store) { in eval_response()
603 if(!sq->started_no_cache_store) { in eval_response()
946 qstate->no_cache_store = sq->started_no_cache_store; in subnetmod_operate()