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

/freebsd-12-stable/contrib/unbound/util/
H A Dub_event.c438 ub_winsock_tcp_wouldblock(struct ub_event* ev, int eventbits) argument
441 winsock_tcp_wouldblock(AS_EVENT(ev), NATIVE_BITS(eventbits));
444 (void)eventbits;
H A Dub_event_pluggable.c232 my_winsock_tcp_wouldblock(struct ub_event* ev, int eventbits) argument
235 winsock_tcp_wouldblock(&AS_MY_EVENT(ev)->ev, NATIVE_BITS(eventbits));
238 (void)eventbits;
663 ub_winsock_tcp_wouldblock(struct ub_event* ev, int eventbits) argument
669 (*ev->vmt->winsock_tcp_wouldblock)(ev, eventbits);
H A Dwinsock_event.c646 void winsock_tcp_wouldblock(struct event* ev, int eventbits) argument
649 eventbits==EV_READ?"EV_READ":"EV_WRITE");
650 ev->old_events &= (~eventbits);

Completed in 170 milliseconds