Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c735 ub_winsock_tcp_wouldblock((dtio->stop_flush_event? in dtio_check_nb_connect()
736 dtio->stop_flush_event:dtio->event), UB_EV_WRITE); in dtio_check_nb_connect()
826 ub_winsock_tcp_wouldblock((dtio->stop_flush_event? in dtio_write_buf()
827 dtio->stop_flush_event:dtio->event), in dtio_write_buf()
860 ub_winsock_tcp_wouldblock((dtio->stop_flush_event? in dtio_write_with_writev()
861 dtio->stop_flush_event:dtio->event), in dtio_write_with_writev()
976 (dtio->stop_flush_event? in receive_bytes()
977 dtio->stop_flush_event:dtio->event), in receive_bytes()
1282 if(dtio->stop_flush_event) { in dtio_enable_brief_read()
1283 ub_event_del(dtio->stop_flush_event); in dtio_enable_brief_read()
[all …]
H A Ddtstream.h187 void* stop_flush_event; member