Home
last modified time | relevance | path

Searched defs:async_id (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sbin/unwind/libunbound/libunbound/
H A Dlibunbound.c788 ub_resolve_event(struct ub_ctx * ctx,const char * name,int rrtype,int rrclass,void * mydata,ub_event_callback_type callback,int * async_id) ub_resolve_event() argument
829 ub_resolve_async(struct ub_ctx * ctx,const char * name,int rrtype,int rrclass,void * mydata,ub_callback_type callback,int * async_id) ub_resolve_async() argument
891 ub_cancel(struct ub_ctx * ctx,int async_id) ub_cancel() argument
[all...]
H A Dlibworker.c686 libworker_attach_mesh(struct ub_ctx * ctx,struct ctx_query * q,int * async_id) libworker_attach_mesh() argument
/openbsd-src/usr.sbin/unbound/libunbound/
H A Dlibunbound.c788 ub_resolve_event(struct ub_ctx * ctx,const char * name,int rrtype,int rrclass,void * mydata,ub_event_callback_type callback,int * async_id) ub_resolve_event() argument
829 ub_resolve_async(struct ub_ctx * ctx,const char * name,int rrtype,int rrclass,void * mydata,ub_callback_type callback,int * async_id) ub_resolve_async() argument
891 ub_cancel(struct ub_ctx * ctx,int async_id) ub_cancel() argument
[all...]
H A Dlibworker.c686 libworker_attach_mesh(struct ub_ctx * ctx,struct ctx_query * q,int * async_id) libworker_attach_mesh() argument
/openbsd-src/usr.sbin/unbound/testcode/
H A Dasynclook.c86 int async_id; member