Searched defs:must_validate (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/unbound/services/ | ||
H A D | mesh.c | 322 int must_validate = (!(qstate->query_flags&BIT_CD) mesh_serve_expired_lookup() local |
/freebsd/contrib/unbound/daemon/ | ||
H A D | worker.c | 482 int must_validate = (!has_cd_bit || worker->env.cfg->ignore_cd) answer_norec_from_cache() local |
/freebsd/contrib/unbound/respip/ | ||
H A D | respip.c | 1150 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 |