Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/util/
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()
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()
Dnetevent.h516 struct ub_event_base* comm_base_internal(struct comm_base* b);
Dnetevent.c304 struct ub_event_base* comm_base_internal(struct comm_base* b) in comm_base_internal() function
/freebsd-12-stable/contrib/unbound/libunbound/
Dlibunbound.c345 struct ub_event_base* evbase = comm_base_internal( in ub_ctx_delete()
/freebsd-12-stable/contrib/unbound/daemon/
Dworker.c2312 if(!dt_io_thread_start(dtenv->dtio, comm_base_internal( in worker_init()