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

  /external/chromium_org/net/base/
net_errors_win.cc 28 case WSAETIMEDOUT:
  /external/chromium_org/third_party/libxml/src/include/
wsockcompat.h 66 #define ETIMEDOUT WSAETIMEDOUT
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_wsa_errnos.h 43 #define WSAETIMEDOUT (WSABASEERR + 60 )
212 #define ETIMEDOUT WSAETIMEDOUT
  /external/chromium_org/net/third_party/nss/ssl/
win32err.c 179 case WSAETIMEDOUT: prError = PR_IO_TIMEOUT_ERROR; break;
337 case WSAETIMEDOUT: prError = PR_CONNECT_ABORTED_ERROR; break;
  /external/chromium_org/third_party/webrtc/base/
socket.h 87 #define ETIMEDOUT WSAETIMEDOUT
win32socketserver.cc 96 case WSAETIMEDOUT:
97 string = "WSAETIMEDOUT";
195 wsa_error = WSAETIMEDOUT;
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_recv_thread.c 337 if (m_ErrorCode == WSAETIMEDOUT) {
529 if (m_ErrorCode == WSAETIMEDOUT)
738 if (m_ErrorCode == WSAETIMEDOUT) {
946 if (m_ErrorCode == WSAETIMEDOUT) {
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 430 if (LastError == ERROR_SEM_TIMEOUT || LastError == WSAETIMEDOUT) {
  /external/chromium_org/net/socket/
tcp_socket_win.cc 105 case WSAETIMEDOUT:
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 188 #define ETIMEDOUT WSAETIMEDOUT
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 438 #define ETIMEDOUT_compat WSAETIMEDOUT
    [all...]
  /external/qemu/android/
sockets.c 104 EE(WSAETIMEDOUT,ETIMEDOUT,"connection timed out") \
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 106 EE(WSAETIMEDOUT,ETIMEDOUT,"connection timed out") \
    [all...]
  /external/openssl/crypto/bio/
bss_dgram.c 828 if ( data->_errno == WSAETIMEDOUT)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winerror.h     [all...]

Completed in 2726 milliseconds