Home
last modified time | relevance | path

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

/src/contrib/unbound/util/
H A Dnetevent.h497 struct comm_base* comm_base_create_event(struct ub_event_base* base);
H A Dnetevent.c230 comm_base_create_event(struct ub_event_base* base) in comm_base_create_event() function
/src/contrib/unbound/libunbound/
H A Dlibworker.c204 w->base = comm_base_create_event(eb); in libworker_setup()