Home
last modified time | relevance | path

Searched defs:must_validate (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dmesh.c322 int must_validate = (!(qstate->query_flags&BIT_CD) mesh_serve_expired_lookup() local
2178 int must_validate = (!(qstate->query_flags&BIT_CD) mesh_serve_expired_callback() local
/freebsd/contrib/unbound/daemon/
H A Dworker.c482 int must_validate = (!has_cd_bit || worker->env.cfg->ignore_cd) answer_norec_from_cache() local
656 int must_validate = (!has_cd_bit || worker->env.cfg->ignore_cd) answer_from_cache() local
/freebsd/contrib/unbound/respip/
H A Drespip.c1150 respip_merge_cname(struct reply_info * base_rep,const struct query_info * qinfo,const struct reply_info * tgt_rep,const struct respip_client_info * cinfo,int must_validate,struct reply_info ** new_repp,struct regional * region,struct auth_zones * az) respip_merge_cname() argument