Home
last modified time | relevance | path

Searched refs:ub_default_event_base (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dub_event.h73 struct ub_event_base* ub_default_event_base(int, time_t*, struct timeval*);
H A Dub_event.c210 ub_default_event_base(int sigs, time_t* time_secs, struct timeval* time_tv) in ub_default_event_base() function
H A Dub_event_pluggable.c351 ub_default_event_base(int sigs, time_t* time_secs, struct timeval* time_tv) in ub_default_event_base() function
H A Dnetevent.c217 b->eb->base = ub_default_event_base(sigs, &b->eb->secs, &b->eb->now); in comm_base_create()
/freebsd/contrib/unbound/daemon/
H A Dunbound.c110 base = ub_default_event_base(0,&t,&now); in print_build_options()
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c1632 dtio->event_base = ub_default_event_base(0, secs, now); in dtio_setup_base()
1825 info.base = ub_default_event_base(0, &secs, &now); in dtio_control_stop_flush()
H A Dunbound-dnstap-socket.c1313 base = ub_default_event_base(1, &secs, &now); in setup_and_run()