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

1 2 3 4 5

  /external/libxml2/include/
wsockcompat.h 33 #ifndef ECONNRESET
34 #define ECONNRESET WSAECONNRESET
  /external/libcxx/include/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 40 ECONNRESET, "ECONNRESET", ECONNRESET}, {
4-1.c 35 ECONNRESET, "ECONNRESET"}, {
3-1-buildonly.c 26 int dummy15 = ECONNRESET;
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 91 #define ECONNRESET 104
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 90 #define ECONNRESET 131
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 118 #define ECONNRESET 54 /* Connection reset by peer */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 87 #define ECONNRESET 104 /* Connection reset by peer */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 86 #define ECONNRESET 131 /* Connection reset by peer */
  /external/webrtc/webrtc/base/
socket.h 75 #undef ECONNRESET
76 #define ECONNRESET WSAECONNRESET
  /bionic/tests/headers/posix/
errno_h.c 49 MACRO(ECONNRESET);
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 110 ECONNRESET = 131
  /external/u-boot/include/linux/
errno.h 112 #define ECONNRESET 104 /* Connection reset by peer */
  /bionic/libc/bionic/
strerror.cpp 149 [ECONNRESET] = "Connection reset by peer",
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 116 #define ECONNRESET __ECONNRESET /* 54 Connection reset by peer */
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 72 # define dnssd_ECONNRESET ECONNRESET
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 115 ECONNRESET = 131
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 123 case ECONNRESET: // Connection reset
  /external/curl/lib/
curl_setup_once.h 466 #undef ECONNRESET /* override definition in errno.h */
467 #define ECONNRESET WSAECONNRESET
  /external/libcxx/test/std/diagnostics/errno/
cerrno.pass.cpp 75 #ifndef ECONNRESET
76 #error ECONNRESET not defined
  /external/strace/tests/
errno2name.c 117 #ifdef ECONNRESET
118 CASE(ECONNRESET);
  /external/strace/tests-m32/
errno2name.c 117 #ifdef ECONNRESET
118 CASE(ECONNRESET);
  /external/strace/tests-mx32/
errno2name.c 117 #ifdef ECONNRESET
118 CASE(ECONNRESET);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 137 connection_reset, // ECONNRESET
274 # ifndef ECONNRESET
275 # define ECONNRESET 108
516 connection_reset = ECONNRESET,

Completed in 573 milliseconds

1 2 3 4 5