Searched refs:encode_rep (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 653 struct reply_info* encode_rep = rep; in answer_from_cache() local 759 &encode_rep, worker->env.auth_zones)) { in answer_from_cache() 763 must_validate, &encode_rep, worker->scratchpad, in answer_from_cache() 767 if(encode_rep != rep) { in answer_from_cache() 771 if(!encode_rep || *alias_rrset) { in answer_from_cache() 772 if(!encode_rep) in answer_from_cache() 778 *partial_repp = reply_info_copy(encode_rep, NULL, in answer_from_cache() 793 encode_rep->reason_bogus != LDNS_EDE_NONE) { in answer_from_cache() 795 worker->scratchpad, encode_rep->reason_bogus, in answer_from_cache() 796 encode_rep->reason_bogus_str); in answer_from_cache() [all …]
|
/freebsd/contrib/unbound/services/ |
H A D | mesh.c | 2173 struct reply_info* encode_rep = NULL; in mesh_serve_expired_callback() local 2203 encode_rep = msg->rep; in mesh_serve_expired_callback() 2209 qstate->client_info, &actinfo, msg->rep, &alias_rrset, &encode_rep, in mesh_serve_expired_callback() 2214 qstate->client_info, must_validate, &encode_rep, qstate->region, in mesh_serve_expired_callback() 2218 if(!encode_rep || alias_rrset) { in mesh_serve_expired_callback() 2219 if(!encode_rep) { in mesh_serve_expired_callback() 2224 partial_rep = encode_rep; in mesh_serve_expired_callback()
|