Home
last modified time | relevance | path

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

/freebsd-14.2/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.c736 if(!comm_base_internal(base)) in tube_setup_bg_listen()
739 comm_base_internal(base), tube->event, &tube_handle_signal, tube); in tube_setup_bg_listen()
H A Dnetevent.h548 struct ub_event_base* comm_base_internal(struct comm_base* b);
H A Dnetevent.c312 struct ub_event_base* comm_base_internal(struct comm_base* b) in comm_base_internal() function
/freebsd-14.2/contrib/unbound/libunbound/
H A Dlibunbound.c352 struct ub_event_base* evbase = comm_base_internal( in ub_ctx_delete()
/freebsd-14.2/contrib/unbound/daemon/
H A Dworker.c2304 if(!dt_io_thread_start(dtenv->dtio, comm_base_internal( in worker_init()