Searched refs:partial_rep (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | worker.c | 606 struct reply_info* partial_rep = *partial_repp; in answer_from_cache() local 693 !partial_rep && !apply_respip_action(worker, qinfo, cinfo, rep, in answer_from_cache() 697 } else if(partial_rep && in answer_from_cache() 698 !respip_merge_cname(partial_rep, qinfo, rep, cinfo, in answer_from_cache() 1080 struct reply_info* partial_rep = NULL; in worker_handle_request() local 1445 &alias_rrset, &partial_rep, (struct reply_info*)e->data, in worker_handle_request() 1467 (partial_rep || need_drop)); in worker_handle_request() 1468 if(!partial_rep) { in worker_handle_request() 1473 } else if(!partial_rep) { in worker_handle_request()
|
| /freebsd-13.1/contrib/unbound/services/ |
| H A D | mesh.c | 1945 struct reply_info* partial_rep = NULL; in mesh_serve_expired_callback() local 1980 !partial_rep && !apply_respip_action(qstate, &qstate->qinfo, in mesh_serve_expired_callback() 1984 } else if(partial_rep && in mesh_serve_expired_callback() 1985 !respip_merge_cname(partial_rep, &qstate->qinfo, msg->rep, in mesh_serve_expired_callback() 1996 partial_rep = encode_rep; in mesh_serve_expired_callback() 2005 if(partial_rep) { in mesh_serve_expired_callback()
|
| /freebsd-13.1/contrib/unbound/contrib/ |
| H A D | fastrpz.patch | 230 &alias_rrset, &partial_rep, (struct reply_info*)e->data,
|