Home
last modified time | relevance | path

Searched refs:ub_cancel (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/unbound/libunbound/
HDubsyms.def23 ub_cancel
HDunbound.h501 int ub_cancel(struct ub_ctx* ctx, int async_id);
HDlibunbound.c746 ub_cancel(struct ub_ctx* ctx, int async_id) in ub_cancel() function
/trueos/contrib/unbound/libunbound/python/
HDlibunbound.i515 return _unbound.ub_cancel(self,async_id)
/trueos/contrib/unbound/
HDMakefile.in471 ub_poll ub_wait ub_fd ub_process ub_resolve ub_resolve_async ub_cancel \
520 ub_poll ub_wait ub_fd ub_process ub_resolve ub_resolve_async ub_cancel \
HDconfigure.ac28 # 1.3.0 had 1:0:0 # ub_cancel and -export-symbols.
/trueos/contrib/unbound/doc/
HDChangelog2662 change in libunbound API: ub_cancel can return an error, that
2667 ub_cancel tries to return an error code.
2668 Fixes race condition in ub_cancel() libunbound function.