Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/dnstap/
H A Ddtstream.h343 void dtio_stop_timer_cb(int fd, short bits, void* arg);
H A Ddtstream.c1723 void dtio_stop_timer_cb(int ATTR_UNUSED(fd), short ATTR_UNUSED(bits), in dtio_stop_timer_cb() function
1831 &dtio_stop_timer_cb, &info); in dtio_control_stop_flush()
1839 if(ub_timer_add(timer, info.base, &dtio_stop_timer_cb, &info, in dtio_control_stop_flush()
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c195 else if(fptr == &dtio_stop_timer_cb) return 1; in fptr_whitelist_event()