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

/external/chromium_org/net/socket/
H A Dtcp_socket_win.cc958 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 63 milliseconds