Searched refs:UB_NOERROR (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/unbound/libunbound/ |
H A D | libunbound.c | 425 return UB_NOERROR; in ub_ctx_set_option() 435 if(r == 0) r = UB_NOERROR; in ub_ctx_get_option() 454 return UB_NOERROR; in ub_ctx_config() 473 return UB_NOERROR; in ub_ctx_add_ta() 492 return UB_NOERROR; in ub_ctx_add_ta_file() 511 return UB_NOERROR; in ub_ctx_add_ta_autr() 530 return UB_NOERROR; in ub_ctx_trustedkeys() 540 return UB_NOERROR; in ub_ctx_debuglevel() 551 return UB_NOERROR; in ub_ctx_debugout() 559 return UB_NOERROR; in ub_ctx_async() [all …]
|
H A D | libworker.c | 419 return UB_NOERROR; in libworker_bg() 631 return UB_NOERROR; in libworker_fg() 640 return UB_NOERROR; in libworker_fg() 654 return UB_NOERROR; in libworker_fg() 710 return UB_NOERROR; in libworker_attach_mesh() 718 return UB_NOERROR; in libworker_attach_mesh() 729 return UB_NOERROR; in libworker_attach_mesh() 808 add_bg_result(q->w, q, buf, UB_NOERROR, why_bogus, was_ratelimited); in libworker_bg_done_cb() 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()
|
H A D | unbound.h | 240 UB_NOERROR = 0, enumerator
|
H A D | context.c | 118 return UB_NOERROR; in context_finalize()
|