HomeSort by relevance Sort by last modified time
    Searched full:network_events (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/socket/
tcp_socket_win.cc 958 WSANETWORKEVENTS network_events; local
960 &network_events);
964 } else if (network_events.lNetworkEvents) {
965 DCHECK_EQ(network_events.lNetworkEvents & ~(FD_READ | FD_CLOSE), 0);
966 // If network_events.lNetworkEvents is FD_CLOSE and
967 // network_events.iErrorCode[FD_CLOSE_BIT] is 0, it is a graceful
975 // If network_events.iErrorCode[FD_READ_BIT] or
976 // network_events.iErrorCode[FD_CLOSE_BIT] is nonzero, still call

Completed in 79 milliseconds