Home
last modified time | relevance | path

Searched refs:encode_rep (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c651 struct reply_info* encode_rep = rep; in answer_from_cache() local
756 &encode_rep, worker->env.auth_zones)) { in answer_from_cache()
760 must_validate, &encode_rep, worker->scratchpad, in answer_from_cache()
764 if(encode_rep != rep) { in answer_from_cache()
768 if(!encode_rep || *alias_rrset) { in answer_from_cache()
769 if(!encode_rep) in answer_from_cache()
775 *partial_repp = reply_info_copy(encode_rep, NULL, in answer_from_cache()
790 encode_rep->reason_bogus != LDNS_EDE_NONE) { in answer_from_cache()
792 worker->scratchpad, encode_rep->reason_bogus, in answer_from_cache()
793 encode_rep->reason_bogus_str); in answer_from_cache()
[all …]
/netbsd-src/external/bsd/unbound/dist/services/
H A Dmesh.c2081 struct reply_info* encode_rep = NULL; in mesh_serve_expired_callback() local
2110 encode_rep = msg->rep; in mesh_serve_expired_callback()
2116 qstate->client_info, &actinfo, msg->rep, &alias_rrset, &encode_rep, in mesh_serve_expired_callback()
2121 qstate->client_info, must_validate, &encode_rep, qstate->region, in mesh_serve_expired_callback()
2125 if(!encode_rep || alias_rrset) { in mesh_serve_expired_callback()
2126 if(!encode_rep) { in mesh_serve_expired_callback()
2131 partial_rep = encode_rep; in mesh_serve_expired_callback()