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

1 2 3 4 5

  /external/libmicrohttpd/src/include/
w32functions.h 92 #ifndef ECONNABORTED
93 #define ECONNABORTED (MHDW32ERRBASE+17)
  /external/libxml2/include/
wsockcompat.h 62 #define ECONNABORTED WSAECONNABORTED
  /external/webrtc/webrtc/base/
socket.h 73 #undef ECONNABORTED
74 #define ECONNABORTED WSAECONNABORTED
  /external/bison/lib/
errno.in.h 77 # ifndef ECONNABORTED
78 # define ECONNABORTED 106
222 # ifndef ECONNABORTED
223 # define ECONNABORTED 2012
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 101 #ifndef ECONNABORTED
102 #define ECONNABORTED 106
  /prebuilts/gdb/darwin-x86/lib/python2.7/
asyncore.py 57 ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \
60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
  /prebuilts/gdb/linux-x86/lib/python2.7/
asyncore.py 57 ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \
60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 57 ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \
60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 57 ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \
60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 107 #define ECONNABORTED 103
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 106 #define ECONNABORTED 130
  /development/ndk/platforms/android-21/arch-mips/include/asm/
errno.h 106 #define ECONNABORTED 130
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
errno.h 106 #define ECONNABORTED 130
  /development/ndk/platforms/android-21/include/asm-generic/
errno.h 107 #define ECONNABORTED 103
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 87 #define ECONNABORTED 103
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 106 #define ECONNABORTED 130
  /external/c-ares/
setup_once.h 427 #undef ECONNABORTED /* override definition in errno.h */
428 #define ECONNABORTED WSAECONNABORTED
  /external/curl/lib/
curl_setup_once.h 497 #undef ECONNABORTED /* override definition in errno.h */
498 #define ECONNABORTED WSAECONNABORTED
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 85 #define ECONNABORTED 103 /* Software caused connection abort */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 84 #define ECONNABORTED 130 /* Software caused connection abort */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno.h 76 #define ECONNABORTED 103 /* Software caused connection abort */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 76 #define ECONNABORTED 103 /* Software caused connection abort */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
errno.h 87 #define ECONNABORTED 103
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
errno.h 106 #define ECONNABORTED 130
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
errno.h 87 #define ECONNABORTED 103

Completed in 664 milliseconds

1 2 3 4 5