Searched refs:ub_callback_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/unbound/libunbound/
H A Dcontext.h164 /** for async query, the callback function of type ub_callback_type */
165 ub_callback_type cb;
232 int rrclass, ub_callback_type cb, ub_event_callback_type cb_event,
H A Dunbound.h233 typedef void (*ub_callback_type)(void*, int, struct ub_result*); typedef
569 int rrclass, void* mydata, ub_callback_type callback, int* async_id);
H A Dlibunbound.c581 ub_callback_type* cb, void** cbarg, int* err,
648 ub_callback_type cb;
691 ub_callback_type cb;
829 int rrclass, void* mydata, ub_callback_type callback, int* async_id)
H A Dcontext.c156 ub_callback_type cb, ub_event_callback_type cb_event, void* cbarg)

Completed in 111 milliseconds