Home
last modified time | relevance | path

Searched refs:UB_NOMEM (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/libunbound/
H A Dlibunbound.c437 else if(r == 2) r = UB_NOMEM; in ub_ctx_get_option()
461 if(!dup) return UB_NOMEM; in ub_ctx_add_ta()
470 return UB_NOMEM; in ub_ctx_add_ta()
480 if(!dup) return UB_NOMEM; in ub_ctx_add_ta_file()
489 return UB_NOMEM; in ub_ctx_add_ta_file()
498 if(!dup) return UB_NOMEM; in ub_ctx_add_ta_autr()
508 return UB_NOMEM; in ub_ctx_add_ta_autr()
518 if(!dup) return UB_NOMEM; in ub_ctx_trustedkeys()
527 return UB_NOMEM; in ub_ctx_trustedkeys()
767 return UB_NOMEM; in ub_resolve()
[all …]
H A Dcontext.c86 return UB_NOMEM; in context_finalize()
108 return UB_NOMEM; in context_finalize()
113 return UB_NOMEM; in context_finalize()
116 return UB_NOMEM; in context_finalize()
373 *err = UB_NOMEM; in context_deserialize_answer()
385 *err = UB_NOMEM; in context_deserialize_answer()
H A Dlibworker.c384 if(!w) return UB_NOMEM; in libworker_bg()
646 return UB_NOMEM; in libworker_fg()
726 return UB_NOMEM; in libworker_attach_mesh()
754 msg = context_serialize_answer(q, UB_NOMEM, NULL, &len); in add_bg_result()
862 add_bg_result(w, q, NULL, UB_NOMEM, NULL, 0); in handle_newq()
H A Dunbound.h245 UB_NOMEM = -2, enumerator