Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c652 struct reply_info* partial_rep = *partial_repp; in answer_from_cache() local
754 !partial_rep && !apply_respip_action(worker, qinfo, cinfo, rep, in answer_from_cache()
758 } else if(partial_rep && in answer_from_cache()
759 !respip_merge_cname(partial_rep, qinfo, rep, cinfo, in answer_from_cache()
1387 struct reply_info* partial_rep = NULL; in worker_handle_request() local
1841 &alias_rrset, &partial_rep, rep, in worker_handle_request()
1862 (partial_rep || need_drop), in worker_handle_request()
1865 if(!partial_rep) { in worker_handle_request()
1870 } else if(!partial_rep) { in worker_handle_request()
/netbsd-src/external/bsd/unbound/dist/services/
H A Dmesh.c2079 struct reply_info* partial_rep = NULL; in mesh_serve_expired_callback() local
2115 !partial_rep && !apply_respip_action(qstate, &qstate->qinfo, in mesh_serve_expired_callback()
2119 } else if(partial_rep && in mesh_serve_expired_callback()
2120 !respip_merge_cname(partial_rep, &qstate->qinfo, msg->rep, in mesh_serve_expired_callback()
2131 partial_rep = encode_rep; in mesh_serve_expired_callback()
2140 if(partial_rep) { in mesh_serve_expired_callback()
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dfastrpz.patch230 &alias_rrset, &partial_rep, (struct reply_info*)e->data,