Searched refs:encode_rep (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/unbound/daemon/ |
| H A D | worker.c | 779 struct reply_info* encode_rep = rep; in answer_from_cache() local 885 &encode_rep, worker->env.auth_zones)) { in answer_from_cache() 889 must_validate, &encode_rep, worker->scratchpad, in answer_from_cache() 894 if(encode_rep != rep) { in answer_from_cache() 898 if(!encode_rep || *alias_rrset) { in answer_from_cache() 899 if(!encode_rep) in answer_from_cache() 905 *partial_repp = reply_info_copy(encode_rep, NULL, in answer_from_cache() 920 encode_rep->reason_bogus != LDNS_EDE_NONE) { in answer_from_cache() 922 worker->scratchpad, encode_rep->reason_bogus, in answer_from_cache() 923 encode_rep->reason_bogus_str); in answer_from_cache() [all …]
|
| /freebsd/contrib/unbound/services/ |
| H A D | mesh.c | 2452 struct reply_info* encode_rep = NULL; in mesh_serve_expired_callback() local 2488 encode_rep = msg->rep; in mesh_serve_expired_callback() 2494 qstate->client_info, &actinfo, msg->rep, &alias_rrset, &encode_rep, in mesh_serve_expired_callback() 2499 qstate->client_info, must_validate, &encode_rep, qstate->region, in mesh_serve_expired_callback() 2504 if(!encode_rep || alias_rrset) { in mesh_serve_expired_callback() 2505 if(!encode_rep) { in mesh_serve_expired_callback() 2510 partial_rep = encode_rep; in mesh_serve_expired_callback()
|