Home
last modified time | relevance | path

Searched refs:need_to_validate (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/services/
H A Dmodstack.c236 env->need_to_validate = 0; /* set by module init below */ in modstack_setup()
H A Dmesh.c316 || qstate->env->cfg->ignore_cd) && qstate->env->need_to_validate; in mesh_serve_expired_lookup()
1298 if(m->s.env->need_to_validate && (!(r->qflags&BIT_CD) || in mesh_send_reply()
2087 || qstate->env->cfg->ignore_cd) && qstate->env->need_to_validate; in mesh_serve_expired_callback()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dmodule.h500 int need_to_validate; member
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Ddaemon.c452 daemon->env->need_to_validate = 0; /* set by module init below */ in daemon_setup_modules()
H A Dworker.c481 && worker->env.need_to_validate; in answer_norec_from_cache()
655 && worker->env.need_to_validate; in answer_from_cache()
948 if(!w->env.need_to_validate) { in chaos_trustanchor()
/netbsd-src/external/bsd/unbound/dist/respip/
H A Drespip.c1231 super->env->need_to_validate, &new_rep, super->region, in respip_inform_super()
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dlibunbound.c172 ctx->env->need_to_validate = 0; in ub_ctx_create_nopipe()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i750 int need_to_validate;
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diterator.c2568 qstate->env->need_to_validate && in processQueryTargets()
3174 qstate->env->need_to_validate) { in processQueryResponse()
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dvalidator.c197 env->need_to_validate = 1; in val_init()