Searched refs:add_bg_result (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/libunbound/ |
H A D | libworker.c | 734 add_bg_result(struct libworker* w, struct ctx_query* q, sldns_buffer* pkt, in add_bg_result() function 808 add_bg_result(q->w, q, buf, UB_NOERROR, why_bogus, was_ratelimited); in libworker_bg_done_cb() 833 add_bg_result(w, q, NULL, UB_SYNTAX, NULL, 0); in handle_newq() 846 add_bg_result(w, q, w->back->udp_buff, UB_NOERROR, NULL, 0); in handle_newq() 854 add_bg_result(w, q, w->back->udp_buff, UB_NOERROR, NULL, 0); in handle_newq() 862 add_bg_result(w, q, NULL, UB_NOMEM, NULL, 0); in handle_newq()
|