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

1 2 3 4 5

  /external/libxml2/include/
wsockcompat.h 36 #ifndef EINPROGRESS
37 #define EINPROGRESS WSAEINPROGRESS
  /external/libmicrohttpd/src/include/
w32functions.h 47 #ifndef EINPROGRESS
48 #define EINPROGRESS (MHDW32ERRBASE+2)
  /external/python/cpython3/Modules/
errnomodule.c 21 #undef EINPROGRESS
639 #ifdef EINPROGRESS
640 inscode(d, ds, de, "EINPROGRESS", EINPROGRESS, "Operation now in progress");
643 inscode(d, ds, de, "EINPROGRESS", WSAEINPROGRESS, "Operation now in progress");
  /external/xmlrpcpp/src/
XmlRpcSocket.cpp 12 # define EINPROGRESS WSAEINPROGRESS
61 return (err == EINPROGRESS || err == EAGAIN || err == EWOULDBLOCK || err == EINTR);
162 // EINPROGRESS (linux) and we just need to wait for the socket to be writable...
  /frameworks/base/core/java/android/net/metrics/
ConnectStats.java 33 private final static int EINPROGRESS = OsConstants.EINPROGRESS;
111 // On non-blocking TCP sockets, connect() immediately returns EINPROGRESS.
113 return (errno == EINPROGRESS) || (errno == EALREADY);
  /external/webrtc/webrtc/base/
socket.h 39 #undef EINPROGRESS
40 #define EINPROGRESS WSAEINPROGRESS
124 return (e == EWOULDBLOCK) || (e == EAGAIN) || (e == EINPROGRESS);
  /external/curl/lib/
curl_setup_once.h 451 #undef EINPROGRESS /* override definition in errno.h */
452 #define EINPROGRESS WSAEINPROGRESS
  /external/libcxx/include/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 157 #ifndef EINPROGRESS
158 #define EINPROGRESS 112
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 102 #define EINPROGRESS 115

Completed in 409 milliseconds

1 2 3 4 5