Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/dns64/
H A Ddns64.c95 int started_no_cache_store; member
655 if( (!iq || !iq->started_no_cache_store) && in handle_event_moddone()
702 iq->started_no_cache_store = qstate->no_cache_store; in dns64_operate()
719 qstate->no_cache_store = iq->started_no_cache_store; in dns64_operate()
976 super_dq->started_no_cache_store = super->no_cache_store; in dns64_inform_super()
1009 if ( (!super_dq || !super_dq->started_no_cache_store) && in dns64_inform_super()
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.h102 int started_no_cache_store; member
H A Dsubnetmod.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()