Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/dns64/
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()
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()
1007 if ( (!super_dq || !super_dq->started_no_cache_store) && in dns64_inform_super()
/freebsd-12-stable/contrib/unbound/edns-subnet/
Dsubnetmod.h102 int started_no_cache_store; member
Dsubnetmod.c96 sq->started_no_cache_store = qstate->no_cache_store; in subnet_new_qstate()
542 if(!sq->started_no_cache_store) { in eval_response()
585 if(!sq->started_no_cache_store) { in eval_response()
914 qstate->no_cache_store = sq->started_no_cache_store; in subnetmod_operate()