Home
last modified time | relevance | path

Searched refs:partial_rep (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dworker.c783 struct reply_info* partial_rep = *partial_repp; in answer_from_cache() local
886 !partial_rep && !apply_respip_action(worker, qinfo, cinfo, rep, in answer_from_cache()
890 } else if(partial_rep && in answer_from_cache()
891 !respip_merge_cname(partial_rep, qinfo, rep, cinfo, in answer_from_cache()
1497 struct reply_info* partial_rep = NULL; in worker_handle_request() local
1993 &alias_rrset, &partial_rep, rep, in worker_handle_request()
2014 (partial_rep || need_drop), in worker_handle_request()
2017 if(!partial_rep) { in worker_handle_request()
2022 } else if(!partial_rep) { in worker_handle_request()
/freebsd/contrib/unbound/services/
H A Dmesh.c2547 struct reply_info* partial_rep = NULL; in mesh_serve_expired_callback() local
2590 !partial_rep && !apply_respip_action(qstate, &qstate->qinfo, in mesh_serve_expired_callback()
2594 } else if(partial_rep) { in mesh_serve_expired_callback()
2595 if(!respip_merge_cname(partial_rep, &qstate->qinfo, msg->rep, in mesh_serve_expired_callback()
2602 partial_rep = NULL; in mesh_serve_expired_callback()
2610 partial_rep = encode_rep; in mesh_serve_expired_callback()
2620 if(partial_rep) { in mesh_serve_expired_callback()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch230 &alias_rrset, &partial_rep, (struct reply_info*)e->data,