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

  /external/chromium/net/base/
net_errors_win.cc 24 case WSAETIMEDOUT:
  /external/chromium/third_party/libjingle/source/talk/base/
socket.h 104 #define ETIMEDOUT WSAETIMEDOUT
win32socketserver.cc 112 case WSAETIMEDOUT:
113 string = "WSAETIMEDOUT";
211 wsa_error = WSAETIMEDOUT;
  /external/dbus/dbus/
dbus-sysdeps.c 963 #ifdef WSAETIMEDOUT
964 case WSAETIMEDOUT:
dbus-sysdeps-win.c     [all...]
  /external/quake/quake/src/WinQuake/
mpdosock.h 576 #define WSAETIMEDOUT (WSABASEERR+60)
662 #define ETIMEDOUT WSAETIMEDOUT
  /external/chromium/net/socket/
tcp_client_socket_win.cc 38 case WSAETIMEDOUT:
  /external/mdnsresponder/mDNSShared/
CommonServices.h 438 #define ETIMEDOUT_compat WSAETIMEDOUT
    [all...]
  /external/qemu/
sockets.c 103 EE(WSAETIMEDOUT,ETIMEDOUT,"connection timed out") \
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 110 EE(WSAETIMEDOUT,ETIMEDOUT,"connection timed out") \
    [all...]
  /external/openssl/crypto/bio/
bss_dgram.c 793 if ( data->_errno == WSAETIMEDOUT)
    [all...]

Completed in 109 milliseconds