HomeSort by relevance Sort by last modified time
    Searched defs:ETIMEDOUT (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/libusb/libusb/os/
threads_windows.h 46 // We *were* getting ETIMEDOUT from pthread.h:
47 #ifndef ETIMEDOUT
48 # define ETIMEDOUT 10060 /* This is the value in winsock.h. */
  /external/libmicrohttpd/src/include/
w32functions.h 149 #ifndef ETIMEDOUT
150 #define ETIMEDOUT (MHDW32ERRBASE+36)
  /external/python/cpython3/Modules/
errnomodule.c 35 #undef ETIMEDOUT
449 #ifdef ETIMEDOUT
450 inscode(d, ds, de, "ETIMEDOUT", ETIMEDOUT, "Connection timed out");
453 inscode(d, ds, de, "ETIMEDOUT", WSAETIMEDOUT, "Connection timed out");
  /external/xmlrpcpp/src/
XmlRpcSocket.cpp 14 # define ETIMEDOUT WSAETIMEDOUT
  /prebuilts/go/darwin-x86/src/syscall/
errors_plan9.go 40 ETIMEDOUT = NewError("connection timed out")
  /prebuilts/go/linux-x86/src/syscall/
errors_plan9.go 40 ETIMEDOUT = NewError("connection timed out")
  /external/libvncserver/libvncserver/
sockets.c 109 #define ETIMEDOUT WSAETIMEDOUT
566 * occurred (errno is set to ETIMEDOUT if it timed out).
630 errno = ETIMEDOUT;
658 * error occurred (errno is set to ETIMEDOUT if it timed out).
715 errno = ETIMEDOUT;
734 * ETIMEDOUT if it timed out).
821 errno = ETIMEDOUT;
  /external/webrtc/webrtc/base/
socket.h 87 #undef ETIMEDOUT
88 #define ETIMEDOUT WSAETIMEDOUT
  /external/curl/lib/
curl_setup_once.h 495 #undef ETIMEDOUT /* override definition in errno.h */
496 #define ETIMEDOUT WSAETIMEDOUT
  /external/dng_sdk/source/
dng_pthread.h 51 // Get this included so ETIMEDOUT is predefined.
190 #if defined(WIN32) || !defined(ETIMEDOUT)
191 #undef ETIMEDOUT
192 #define ETIMEDOUT DNG_ETIMEDOUT
  /external/libcxx/include/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
errno.h 226 #ifndef ETIMEDOUT
227 #define ETIMEDOUT 9938

Completed in 400 milliseconds

1 2 3 4 5