Searched refs:FD_CLOSE (Results 1 – 4 of 4) 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) {
531 #define FD_CLOSE 0x20 macro