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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 230 #undef FD_CONNECT
  /external/chromium_org/third_party/webrtc/base/
win32socketserver.cc 356 if (!SetAsync(FD_READ | FD_WRITE | FD_CONNECT | FD_CLOSE)) {
623 case FD_CONNECT:
physicalsocketserver.cc 991 ffFD |= FD_CONNECT;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 271 #define FD_CONNECT 0x10
winsock2.h 327 #define FD_CONNECT (1 << FD_CONNECT_BIT)
    [all...]
  /external/chromium_org/net/socket/
tcp_socket_win.cc 792 WSAEventSelect(socket_, core_->read_overlapped_.hEvent, FD_CONNECT);
925 } else if (events.lNetworkEvents & FD_CONNECT) {
    [all...]
  /system/core/adb/
sysdeps_win32.c     [all...]

Completed in 71 milliseconds