Home
last modified time | relevance | path

Searched refs:comm_base_internal (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/unbound/util/
H A Dub_event_pluggable.c681 if (comm_base_internal(cb)->magic == UB_EVENT_MAGIC && in ub_comm_base_now()
682 comm_base_internal(cb)->vmt == &default_event_base_vmt) in ub_comm_base_now()
H A Dtube.c679 if(!comm_base_internal(base)) in tube_setup_bg_listen()
682 comm_base_internal(base), tube->event, &tube_handle_signal, tube); in tube_setup_bg_listen()
H A Dnetevent.h491 struct ub_event_base* comm_base_internal(struct comm_base* b);
H A Dnetevent.c278 struct ub_event_base* comm_base_internal(struct comm_base* b) in comm_base_internal() function
/freebsd-13.1/contrib/unbound/daemon/
H A Dworker.c1900 if(!dt_io_thread_start(dtenv->dtio, comm_base_internal( in worker_init()