Searched refs:encode_rep (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/unbound/daemon/ |
| H A D | worker.c | 741 struct reply_info* encode_rep = rep; in answer_from_cache() local 847 &encode_rep, worker->env.auth_zones)) { in answer_from_cache() 851 must_validate, &encode_rep, worker->scratchpad, in answer_from_cache() 856 if(encode_rep != rep) { in answer_from_cache() 860 if(!encode_rep || *alias_rrset) { in answer_from_cache() 861 if(!encode_rep) in answer_from_cache() 867 *partial_repp = reply_info_copy(encode_rep, NULL, in answer_from_cache() 882 encode_rep->reason_bogus != LDNS_EDE_NONE) { in answer_from_cache() 884 worker->scratchpad, encode_rep->reason_bogus, in answer_from_cache() 885 encode_rep->reason_bogus_str); in answer_from_cache() [all …]
|
| /freebsd/contrib/unbound/services/ |
| H A D | mesh.c | 2406 struct reply_info* encode_rep = NULL; in mesh_serve_expired_callback() local 2442 encode_rep = msg->rep; in mesh_serve_expired_callback() 2448 qstate->client_info, &actinfo, msg->rep, &alias_rrset, &encode_rep, in mesh_serve_expired_callback() 2453 qstate->client_info, must_validate, &encode_rep, qstate->region, in mesh_serve_expired_callback() 2458 if(!encode_rep || alias_rrset) { in mesh_serve_expired_callback() 2459 if(!encode_rep) { in mesh_serve_expired_callback() 2464 partial_rep = encode_rep; in mesh_serve_expired_callback()
|