Home
last modified time | relevance | path

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

/src/contrib/unbound/libunbound/
H A Dlibunbound.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 …]
H A Dunbound.h569 int rrclass, void* mydata, ub_callback_type callback, int* async_id);
584 int ub_cancel(struct ub_ctx* ctx, int async_id);
H A Dlibworker.h131 int* async_id);
H A Dunbound-event.h259 int* async_id);
H A Dlibworker.c688 int* async_id) in libworker_attach_mesh() argument
723 if(async_id) in libworker_attach_mesh()
724 *async_id = q->querynum; in libworker_attach_mesh()
/src/contrib/unbound/doc/
H A Dlibunbound.rst97 int* async_id);
99 int ub_cancel(struct ub_ctx* ctx, int async_id);
167 ub_callback_type\* callback, int\* async_id);
169 int **ub_cancel**\ (struct ub_ctx\* ctx, int async_id);
408 The **async_id** is returned so you can (at your option) decide to
410 If you pass a NULL pointer the **async_id** is not returned.
H A DChangelog10246 the async_id did not exist, or that it was already delivered.
11342 - fix pass async_id=NULL to _async resolve().
/src/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c5031 uint16_t async_id = le16toh(ae->event_id); in bnxt_handle_async_event() local
5039 switch (async_id) { in bnxt_handle_async_event()
5142 "Unhandled async completion type %u\n", async_id); in bnxt_handle_async_event()
5146 async_id); in bnxt_handle_async_event()