Home
last modified time | relevance | path

Searched refs:cb_event (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/libunbound/
H A Dcontext.h167 ub_event_callback_type cb_event; member
232 int rrclass, ub_callback_type cb, ub_event_callback_type cb_event,
H A Dcontext.c158 ub_callback_type cb, ub_event_callback_type cb_event, void* cbarg) in context_new() argument
170 q->async = (cb != NULL || cb_event != NULL); in context_new()
172 q->cb_event = cb_event; in context_new()
H A Dlibworker.c662 ub_event_callback_type cb = q->cb_event; in libworker_event_done_cb()