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

1 2 3 4 5

  /external/libxml2/include/
wsockcompat.h 33 #ifndef ECONNRESET
34 #define ECONNRESET WSAECONNRESET
  /external/libmicrohttpd/src/include/
w32functions.h 95 #ifndef ECONNRESET
96 #define ECONNRESET (MHDW32ERRBASE+18)
  /external/python/cpython3/Modules/
errnomodule.c 18 #undef ECONNRESET
566 #ifdef ECONNRESET
567 inscode(d, ds, de, "ECONNRESET", ECONNRESET, "Connection reset by peer");
570 inscode(d, ds, de, "ECONNRESET", WSAECONNRESET, "Connection reset by peer");
  /external/webrtc/webrtc/base/
socket.h 75 #undef ECONNRESET
76 #define ECONNRESET WSAECONNRESET
  /external/curl/lib/
curl_setup_once.h 485 #undef ECONNRESET /* override definition in errno.h */
486 #define ECONNRESET WSAECONNRESET
  /external/libcxx/include/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /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/ndk/r16/sources/cxx-stl/llvm-libc++/include/
errno.h 114 #ifndef ECONNRESET
115 #define ECONNRESET 9909
  /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 */

Completed in 1734 milliseconds

1 2 3 4 5