Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/dnstap/
H A Ddtstream.c1773 struct ub_event* timer, *stopev; in dtio_control_stop_flush() local
1809 stopev = ub_event_new(info.base, dtio->fd, UB_EV_READ | in dtio_control_stop_flush()
1811 if(!stopev) { in dtio_control_stop_flush()
1818 if(ub_event_add(stopev, NULL) != 0) { in dtio_control_stop_flush()
1820 ub_event_free(stopev); in dtio_control_stop_flush()
1830 ub_event_del(stopev); in dtio_control_stop_flush()
1831 ub_event_free(stopev); in dtio_control_stop_flush()
1837 dtio->stop_flush_event = stopev; in dtio_control_stop_flush()
1848 ub_event_del(stopev); in dtio_control_stop_flush()
1849 ub_event_free(stopev); in dtio_control_stop_flush()