Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/util/
H A Dnetevent.h508 void comm_base_set_slow_accept_handlers(struct comm_base* b,
H A Dnetevent.c296 void comm_base_set_slow_accept_handlers(struct comm_base* b, in comm_base_set_slow_accept_handlers() function
/openbsd/sbin/unwind/libunbound/util/
H A Dnetevent.h508 void comm_base_set_slow_accept_handlers(struct comm_base* b,
H A Dnetevent.c296 void comm_base_set_slow_accept_handlers(struct comm_base* b, in comm_base_set_slow_accept_handlers() function
/openbsd/usr.sbin/unbound/testcode/
H A Dfake_event.c1608 void comm_base_set_slow_accept_handlers(struct comm_base* ATTR_UNUSED(b), in comm_base_set_slow_accept_handlers() function
/openbsd/usr.sbin/unbound/daemon/
H A Dworker.c2112 comm_base_set_slow_accept_handlers(worker->base, &worker_stop_accept, in worker_init()