Home
last modified time | relevance | path

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

1234

/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs304 pub const ECONNRESET: ::c_int = 104; // Connection reset by peer constant
/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h96 #define ECONNRESET (MHDW32ERRBASE+18) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h47 #define ECONNRESET WSAECONNRESET macro
/third_party/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
/third_party/node/deps/cares/src/lib/
Dsetup_once.h408 # define ECONNRESET WSAECONNRESET macro
/third_party/curl/lib/
Dcurl_setup_once.h366 #define ECONNRESET WSAECONNRESET macro
/third_party/rust/crates/linux-raw-sys/src/x86/
Derrno.rs106 pub const ECONNRESET: u32 = 104; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Derrno.rs56 pub const ECONNRESET: u32 = 54; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Derrno.rs106 pub const ECONNRESET: u32 = 104; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Derrno.rs106 pub const ECONNRESET: u32 = 104; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Derrno.rs106 pub const ECONNRESET: u32 = 104; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Derrno.rs105 pub const ECONNRESET: u32 = 131; constant
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Derrno.rs106 pub const ECONNRESET: u32 = 104; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Derrno.rs106 pub const ECONNRESET: u32 = 104; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Derrno.rs106 pub const ECONNRESET: u32 = 104; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Derrno.rs106 pub const ECONNRESET: u32 = 104; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Derrno.rs105 pub const ECONNRESET: u32 = 131; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Derrno.rs56 pub const ECONNRESET: u32 = 54; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Derrno.rs106 pub const ECONNRESET: u32 = 104; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Derrno.rs106 pub const ECONNRESET: u32 = 104; constant
/third_party/lwip/src/include/lwip/
Derrno.h155 #define ECONNRESET 104 /* Connection reset by peer */ macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h106 #define ECONNRESET 104 macro
/third_party/musl/arch/mips/bits/
Derrno.h104 #define ECONNRESET 131 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h105 #define ECONNRESET 104 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h105 #define ECONNRESET 104 macro

1234