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

1 2 3 4 5

  /external/netperf/src/missing/
inet_ntop.c 81 #define EWOULDBLOCK WSAEWOULDBLOCK
  /external/libmicrohttpd/src/include/
w32functions.h 44 #ifndef EWOULDBLOCK
45 #define EWOULDBLOCK (MHDW32ERRBASE+1)
  /external/xmlrpcpp/src/
XmlRpcSocket.cpp 13 # define EWOULDBLOCK WSAEWOULDBLOCK
61 return (err == EINPROGRESS || err == EAGAIN || err == EWOULDBLOCK || err == EINTR);
161 // For asynch operation, this will return EWOULDBLOCK (windows) or
  /external/libvncserver/libvncclient/
sockets.c 42 #define EWOULDBLOCK WSAEWOULDBLOCK
167 if (errno == EWOULDBLOCK || errno == EAGAIN) {
206 if (errno == EWOULDBLOCK || errno == EAGAIN) {
270 if (errno == EWOULDBLOCK ||
  /external/libvncserver/libvncserver/
sockets.c 19 * not EWOULDBLOCK.
108 #define EWOULDBLOCK WSAEWOULDBLOCK
609 if (errno != EWOULDBLOCK && errno != EAGAIN) {
695 if (errno != EWOULDBLOCK && errno != EAGAIN) {
794 if (errno != EWOULDBLOCK && errno != EAGAIN) {
  /external/libxml2/include/
wsockcompat.h 32 * (e.g. by iconv.h) and overwrites the definition of EWOULDBLOCK. */
34 #undef EWOULDBLOCK
41 #define EWOULDBLOCK WSAEWOULDBLOCK
  /external/webrtc/webrtc/base/
socket.h 37 #undef EWOULDBLOCK // Remove errno.h's definition for each macro below.
38 #define EWOULDBLOCK WSAEWOULDBLOCK
124 return (e == EWOULDBLOCK) || (e == EAGAIN) || (e == EINPROGRESS);
  /external/bison/lib/
errno.in.h 120 # define EWOULDBLOCK 140
171 HP-UX EWOULDBLOCK = 246, IRIX EDQUOT = 1133.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 165 #ifndef EWOULDBLOCK
166 #define EWOULDBLOCK 140
  /prebuilts/gdb/darwin-x86/lib/python2.7/
asyncore.py 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
348 if err in (EINPROGRESS, EALREADY, EWOULDBLOCK) \
365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
377 if why.args[0] == EWOULDBLOCK:
  /prebuilts/gdb/linux-x86/lib/python2.7/
asyncore.py 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
348 if err in (EINPROGRESS, EALREADY, EWOULDBLOCK) \
365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
377 if why.args[0] == EWOULDBLOCK:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
348 if err in (EINPROGRESS, EALREADY, EWOULDBLOCK) \
365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
377 if why.args[0] == EWOULDBLOCK:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
348 if err in (EINPROGRESS, EALREADY, EWOULDBLOCK) \
365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
377 if why.args[0] == EWOULDBLOCK:
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 30 #define EWOULDBLOCK EAGAIN
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 129 #define EWOULDBLOCK EAGAIN
  /development/ndk/platforms/android-21/arch-mips/include/asm/
errno.h 129 #define EWOULDBLOCK EAGAIN
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
errno.h 129 #define EWOULDBLOCK EAGAIN
  /development/ndk/platforms/android-21/include/asm-generic/
errno.h 30 #define EWOULDBLOCK EAGAIN
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 23 #define EWOULDBLOCK EAGAIN
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 129 #define EWOULDBLOCK EAGAIN
  /external/c-ares/
setup_once.h 393 #undef EWOULDBLOCK /* override definition in errno.h */
394 #define EWOULDBLOCK WSAEWOULDBLOCK
  /external/curl/lib/
curl_setup_once.h 463 #undef EWOULDBLOCK /* override definition in errno.h */
464 #define EWOULDBLOCK WSAEWOULDBLOCK
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 21 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 102 #define EWOULDBLOCK EAGAIN /* Operation would block */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno.h 12 #define EWOULDBLOCK EAGAIN /* Operation would block */

Completed in 347 milliseconds

1 2 3 4 5