Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.h463 struct comm_base* comm_base_create_event(struct ub_event_base* base);
H A Dnetevent.c222 comm_base_create_event(struct ub_event_base* base) in comm_base_create_event() function
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dlibworker.c219 w->base = comm_base_create_event(eb); in libworker_setup()