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

/freebsd-12-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.h94 int started_no_cache_store; member in struct:subnet_qstate
H A Dsubnetmod.c95 sq->started_no_cache_store = qstate->no_cache_store;
503 if(!sq->started_no_cache_store) {
533 if(!sq->started_no_cache_store) {
813 qstate->no_cache_store = sq->started_no_cache_store;
/freebsd-12-stable/contrib/unbound/dns64/
H A Ddns64.c95 int started_no_cache_store; member in struct:dns64_qstate
652 if ( (!iq || !iq->started_no_cache_store) &&
692 iq->started_no_cache_store = qstate->no_cache_store;
708 qstate->no_cache_store = iq->started_no_cache_store;
963 super_dq->started_no_cache_store = super->no_cache_store;
987 if ( (!super_dq || !super_dq->started_no_cache_store) &&

Completed in 122 milliseconds