Home
last modified time | relevance | path

Searched defs:ECONNRESET (Results 1 – 25 of 70) sorted by relevance

123

/external/cronet/third_party/libxml/src/include/
Dwsockcompat.h38 #define ECONNRESET WSAECONNRESET macro
/external/libxml2/include/
Dwsockcompat.h38 #define ECONNRESET WSAECONNRESET macro
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs304 pub const ECONNRESET: ::c_int = 104; // Connection reset by peer constant
/external/rust/crates/nix/src/
Derrno.rs1226 ECONNRESET = libc::ECONNRESET, enumerator
1468 ECONNRESET = libc::ECONNRESET, enumerator
1704 ECONNRESET = libc::ECONNRESET, enumerator
1921 ECONNRESET = libc::ECONNRESET, enumerator
2136 ECONNRESET = libc::ECONNRESET, enumerator
2349 ECONNRESET = libc::ECONNRESET, enumerator
2564 ECONNRESET = libc::ECONNRESET, enumerator
2811 ECONNRESET = libc::ECONNRESET, enumerator
3017 ECONNRESET = libc::ECONNRESET, enumerator
/external/libcxx/include/
Derrno.h115 #define ECONNRESET 9909 macro
/external/cronet/buildtools/third_party/libc++/trunk/include/
Derrno.h116 #define ECONNRESET 9909 macro
/external/curl/lib/
Dcurl_setup_once.h364 #define ECONNRESET WSAECONNRESET macro
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h111 #define ECONNRESET 54 /* Connection reset by peer */ macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h87 #define ECONNRESET 104 /* Connection reset by peer */ macro
/external/musl/arch/mipsn32/bits/
Derrno.h104 #define ECONNRESET 131 macro
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dsetup_once.h493 #define ECONNRESET WSAECONNRESET macro
/external/musl/arch/mips/bits/
Derrno.h104 #define ECONNRESET 131 macro
/external/musl/arch/mips64/bits/
Derrno.h104 #define ECONNRESET 131 macro
/external/musl/arch/generic/bits/
Derrno.h105 #define ECONNRESET 104 macro
/external/musl/arch/powerpc64/bits/
Derrno.h105 #define ECONNRESET 104 macro
/external/musl/arch/powerpc/bits/
Derrno.h105 #define ECONNRESET 104 macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py110 ECONNRESET = 131 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py115 ECONNRESET = 131 variable
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs109 pub const ECONNRESET: ::c_int = 131; constant
/external/python/cpython2/Lib/plat-beos5/
DIN.py180 ECONNRESET = (B_POSIX_ERROR_BASE + 28) variable
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs336 pub const ECONNRESET: ::c_int = 104; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs480 pub const ECONNRESET: ::c_int = 104; constant
/external/rust/crates/libc/src/windows/
Dmod.rs208 pub const ECONNRESET: ::c_int = 108; constant
/external/rust/crates/libc/src/unix/hermit/
Dmod.rs591 pub const ECONNRESET: ::c_int = 104; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Ds390x.rs140 pub const ECONNRESET: ::c_int = 104; constant

123