Home
last modified time | relevance | path

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

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