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

1 2 3 4 5 6 7

  /external/libmicrohttpd/src/include/
w32functions.h 47 #ifndef EINPROGRESS
48 #define EINPROGRESS (MHDW32ERRBASE+2)
  /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...
  /external/libxml2/include/
wsockcompat.h 45 #define EINPROGRESS WSAEINPROGRESS
  /external/webrtc/webrtc/base/
socket.h 39 #undef EINPROGRESS
40 #define EINPROGRESS WSAEINPROGRESS
124 return (e == EWOULDBLOCK) || (e == EAGAIN) || (e == EINPROGRESS);
  /external/bison/lib/
errno.in.h 97 # ifndef EINPROGRESS
98 # define EINPROGRESS 112
  /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
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 122 #define EINPROGRESS 115
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 131 #define EINPROGRESS 150
  /development/ndk/platforms/android-21/arch-mips/include/asm/
errno.h 131 #define EINPROGRESS 150
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
errno.h 131 #define EINPROGRESS 150
  /development/ndk/platforms/android-21/include/asm-generic/
errno.h 122 #define EINPROGRESS 115
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 131 #define EINPROGRESS 150
  /external/c-ares/
setup_once.h 395 #undef EINPROGRESS /* override definition in errno.h */
396 #define EINPROGRESS WSAEINPROGRESS
  /external/curl/lib/
curl_setup_once.h 465 #undef EINPROGRESS /* override definition in errno.h */
466 #define EINPROGRESS WSAEINPROGRESS
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 97 #define EINPROGRESS 115 /* Operation now in progress */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 104 #define EINPROGRESS 150 /* Operation now in progress */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno.h 88 #define EINPROGRESS 115 /* Operation now in progress */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 88 #define EINPROGRESS 115 /* Operation now in progress */
  /prebuilts/go/darwin-x86/src/runtime/
defs_solaris.go 43 EINPROGRESS = C.EINPROGRESS
  /prebuilts/go/linux-x86/src/runtime/
defs_solaris.go 43 EINPROGRESS = C.EINPROGRESS
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
errno.h 131 #define EINPROGRESS 150
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
errno.h 99 #define EINPROGRESS 115

Completed in 3255 milliseconds

1 2 3 4 5 6 7