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

/freebsd-13-stable/contrib/unbound/dnstap/
H A Ddtstream.c1768 struct ub_event* timer, *stopev; local
1804 stopev = ub_event_new(info.base, dtio->fd, UB_EV_READ |
1806 if(!stopev) {
1813 if(ub_event_add(stopev, NULL) != 0) {
1815 ub_event_free(stopev);
1825 ub_event_del(stopev);
1826 ub_event_free(stopev);
1832 dtio->stop_flush_event = stopev;
1843 ub_event_del(stopev);
1844 ub_event_free(stopev);
[all...]

Completed in 102 milliseconds