Home
last modified time | relevance | path

Searched refs:ub_callback_type (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dcontext.h165 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.c576 ub_callback_type* cb, void** cbarg, int* err, in process_answer_detail()
643 ub_callback_type cb; in process_answer()
686 ub_callback_type cb; in ub_wait()
824 int rrclass, void* mydata, ub_callback_type callback, int* async_id) in ub_resolve_async()
H A Dcontext.c148 ub_callback_type cb, ub_event_callback_type cb_event, void* cbarg) in context_new()
/netbsd-src/external/bsd/unbound/dist/
H A Dconfigure.ac72 # 1.6.1 had 7:0:5 # ub_callback_t typedef renamed to ub_callback_type
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog4788 - Fix to Rename ub_callback_t to ub_callback_type, because POSIX