Searched refs:FD_CLOSE (Results 1 – 6 of 6) sorted by relevance
210 wsa_event = FD_CLOSE; in OnSocketNotify()272 if (!SetAsync(FD_READ | FD_WRITE | FD_CLOSE)) in Attach()332 if (!sink_ && !SetAsync(FD_READ | FD_WRITE | FD_CONNECT | FD_CLOSE)) in Connect()565 socket_, WSAMAKESELECTREPLY(FD_CLOSE, close_error_)); in PostClosed()646 case FD_CLOSE: in OnSocketNotify()
949 uint32 ffFD = FD_CLOSE; in FlagsToEvents()1563 if ((wsaEvents.lNetworkEvents & FD_CLOSE) && in Wait()1586 if (wsaEvents.lNetworkEvents & FD_CLOSE) { in Wait()
251 WSAEventSelect(socket_, socket_event_, FD_ACCEPT | FD_CLOSE | FD_READ);297 if (ev.lNetworkEvents & FD_CLOSE) {
987 lNetworkEvents |= FD_READ | FD_ACCEPT | FD_CLOSE; in _dbus_poll()1026 if (ne.lNetworkEvents & (FD_READ | FD_ACCEPT | FD_CLOSE)) in _dbus_poll()1035 if (ne.lNetworkEvents & (FD_READ | FD_ACCEPT | FD_CLOSE)) in _dbus_poll()
531 #define FD_CLOSE 0x20 macro
411 select for FD_CLOSE because Unix poll(2) also ignores whether