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

1 2 3 4 5

  /external/libmicrohttpd/src/include/
w32functions.h 95 #ifndef ECONNRESET
96 #define ECONNRESET (MHDW32ERRBASE+18)
  /external/libxml2/include/
wsockcompat.h 63 #define ECONNRESET WSAECONNRESET
  /external/webrtc/webrtc/base/
socket.h 75 #undef ECONNRESET
76 #define ECONNRESET WSAECONNRESET
  /external/bison/lib/
errno.in.h 112 # define ECONNRESET 108
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 113 #ifndef ECONNRESET
114 #define ECONNRESET 108
  /prebuilts/gdb/darwin-x86/lib/python2.7/
asyncore.py 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
  /prebuilts/gdb/linux-x86/lib/python2.7/
asyncore.py 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
60 _DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 109 #define ECONNRESET 104
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 107 #define ECONNRESET 131
  /development/ndk/platforms/android-21/arch-mips/include/asm/
errno.h 107 #define ECONNRESET 131
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
errno.h 107 #define ECONNRESET 131
  /development/ndk/platforms/android-21/include/asm-generic/
errno.h 109 #define ECONNRESET 104
  /development/ndk/platforms/android-3/include/asm-generic/
errno.h 88 #define ECONNRESET 104
  /development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h 107 #define ECONNRESET 131
  /external/c-ares/
setup_once.h 429 #undef ECONNRESET /* override definition in errno.h */
430 #define ECONNRESET WSAECONNRESET
  /external/curl/lib/
curl_setup_once.h 499 #undef ECONNRESET /* override definition in errno.h */
500 #define ECONNRESET WSAECONNRESET
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 86 #define ECONNRESET 104 /* Connection reset by peer */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 85 #define ECONNRESET 131 /* Connection reset by peer */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno.h 77 #define ECONNRESET 104 /* Connection reset by peer */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 77 #define ECONNRESET 104 /* Connection reset by peer */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
errno.h 88 #define ECONNRESET 104
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
errno.h 107 #define ECONNRESET 131
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
errno.h 88 #define ECONNRESET 104

Completed in 1836 milliseconds

1 2 3 4 5