HomeSort by relevance Sort by last modified time
    Searched refs:FD_CLOSE (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/socket/
stream_listen_socket.cc 227 WSAEventSelect(socket_, socket_event_, FD_ACCEPT | FD_CLOSE | FD_READ);
255 // If both FD_CLOSE and FD_READ are set we only call Read().
258 if ((ev.lNetworkEvents & (FD_CLOSE | FD_READ)) == FD_CLOSE) {
tcp_socket_win.cc 882 FD_READ | FD_CLOSE);
991 DCHECK_EQ(network_events.lNetworkEvents & ~(FD_READ | FD_CLOSE), 0);
992 // If network_events.lNetworkEvents is FD_CLOSE and
997 // FD_CLOSE should only be posted after all data is read from a
999 // receipt of FD_CLOSE to avoid any possibility of losing data.
    [all...]
  /external/chromium_org/third_party/webrtc/base/
win32socketserver.cc 194 wsa_event = FD_CLOSE;
261 if (!SetAsync(FD_READ | FD_WRITE | FD_CLOSE))
356 if (!SetAsync(FD_READ | FD_WRITE | FD_CONNECT | FD_CLOSE)) {
581 socket_, WSAMAKESELECTREPLY(FD_CLOSE, close_error_));
665 case FD_CLOSE:
physicalsocketserver.cc 985 uint32 ffFD = FD_CLOSE;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 231 #undef FD_CLOSE
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 272 #define FD_CLOSE 0x20
winsock2.h 330 #define FD_CLOSE (1 << FD_CLOSE_BIT)
    [all...]
  /system/core/adb/
sysdeps_win32.c     [all...]

Completed in 353 milliseconds