Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/unbound/libunbound/
HDlibunbound.c794 int* async_id) in ub_resolve_event() argument
799 if(async_id) in ub_resolve_event()
800 *async_id = 0; in ub_resolve_event()
827 if((r=libworker_attach_mesh(ctx, q, async_id)) != 0) in ub_resolve_event()
835 int rrclass, void* mydata, ub_callback_type callback, int* async_id) in ub_resolve_async() argument
841 if(async_id) in ub_resolve_async()
842 *async_id = 0; in ub_resolve_async()
881 if(async_id) in ub_resolve_async()
882 *async_id = q->querynum; in ub_resolve_async()
897 ub_cancel(struct ub_ctx* ctx, int async_id) in ub_cancel() argument
[all …]
HDunbound.h569 int rrclass, void* mydata, ub_callback_type callback, int* async_id);
584 int ub_cancel(struct ub_ctx* ctx, int async_id);
HDlibworker.h131 int* async_id);
HDunbound-event.h259 int* async_id);
HDlibworker.c687 int* async_id) in libworker_attach_mesh() argument
721 if(async_id) in libworker_attach_mesh()
722 *async_id = q->querynum; in libworker_attach_mesh()
/freebsd-13-stable/sys/dev/bnxt/
HDif_bnxt.c3211 uint16_t async_id = le16toh(ae->event_id); in bnxt_handle_async_event() local
3214 switch (async_id) { in bnxt_handle_async_event()
3237 "Unhandled async completion type %u\n", async_id); in bnxt_handle_async_event()
3241 "Unknown async completion type %u\n", async_id); in bnxt_handle_async_event()
/freebsd-13-stable/contrib/unbound/doc/
HDChangelog9714 the async_id did not exist, or that it was already delivered.
10810 - fix pass async_id=NULL to _async resolve().