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

/netbsd-current/external/bsd/unbound/dist/util/
H A Dub_event.h56 #define UB_EV_WRITE 0x04 macro
H A Dub_event.c70 UB_EV_WRITE != EV_WRITE || UB_EV_SIGNAL != EV_SIGNAL || \
76 | (((b) & UB_EV_WRITE ) ? EV_WRITE : 0) \
83 | (((b) & EV_WRITE ) ? UB_EV_WRITE : 0) \
H A Dub_event_pluggable.c72 UB_EV_WRITE != EV_WRITE || UB_EV_SIGNAL != EV_SIGNAL || \
78 | (((b) & UB_EV_WRITE ) ? EV_WRITE : 0) \
85 | (((b) & EV_WRITE ) ? UB_EV_WRITE : 0) \
H A Dnetevent.c1349 BIO_get_callback_arg(b), UB_EV_WRITE);
2083 ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_WRITE);
2135 ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_WRITE);
2480 ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_WRITE);
2650 UB_EV_WRITE);
2699 ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_WRITE);
2839 && !(c->tcp_do_fastopen && (event&UB_EV_WRITE))
2862 if(event&UB_EV_WRITE) {
3604 ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_WRITE);
3675 ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_WRITE);
[all...]
/netbsd-current/external/bsd/unbound/dist/libunbound/
H A Dunbound-event.h71 #define UB_EV_WRITE 0x04 macro
/netbsd-current/external/bsd/unbound/dist/dnstap/
H A Ddtstream.c730 dtio->stop_flush_event:dtio->event), UB_EV_WRITE);
822 UB_EV_WRITE);
856 UB_EV_WRITE);
1218 ub_event_del_bits(dtio->event, UB_EV_WRITE);
1242 ub_event_add_bits(dtio->event, UB_EV_WRITE);
1271 ub_event_del_bits(dtio->stop_flush_event, UB_EV_WRITE);
1289 ub_event_add_bits(dtio->stop_flush_event, UB_EV_WRITE);
1810 UB_EV_WRITE | UB_EV_PERSIST, &dtio_stop_ev_cb, &info);
2045 UB_EV_READ | UB_EV_WRITE | UB_EV_PERSIST, &dtio_output_cb,
H A Dunbound-dnstap-socket.c656 ub_event_add_bits(data->ev, UB_EV_WRITE);
669 ub_event_del_bits(data->ev, UB_EV_WRITE);

Completed in 120 milliseconds