Home
last modified time | relevance | path

Searched refs:ECONNRESET (Results 1 - 25 of 134) sorted by relevance

123456

/third_party/rust/crates/nix/src/
H A Derrno.rs211 ECONNRESET => "Connection reset by peer",
1226 ECONNRESET = libc::ECONNRESET,
1371 libc::ECONNRESET => ECONNRESET,
1468 ECONNRESET = libc::ECONNRESET,
1586 libc::ECONNRESET => ECONNRESET,
1704 ECONNRESET
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h95 #ifndef ECONNRESET
96 #define ECONNRESET (MHDW32ERRBASE+18) macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c68 case WSAECONNRESET: return ECONNRESET; in MHD_W32_errno_from_winsock_()
90 case WSAEDISCON: return ECONNRESET; in MHD_W32_errno_from_winsock_()
152 case ECONNRESET: in MHD_W32_strerror_()
474 case ECONNRESET: in MHD_W32_set_last_winsock_error_()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c40 ECONNRESET, "ECONNRESET", ECONNRESET}, {
H A D4-1.c35 ECONNRESET, "ECONNRESET"}, {
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h46 #undef ECONNRESET macro
47 #define ECONNRESET WSAECONNRESET macro
/third_party/libwebsockets/lib/plat/optee/
H A Dnetwork.c288 if (errno == EPIPE || errno == ECONNRESET) in lws_plat_mbedtls_net_send()
313 if (errno == EPIPE || errno == ECONNRESET) in lws_plat_mbedtls_net_recv()
/third_party/lwip/src/api/
H A Derr.c63 ECONNRESET, /* ERR_RST -14 Connection reset. */
/third_party/curl/lib/
H A Dcurl_setup_once.h365 #undef ECONNRESET /* override definition in errno.h */ macro
366 #define ECONNRESET WSAECONNRESET macro
/third_party/libuv/include/uv/
H A Derrno.h131 #if defined(ECONNRESET) && !defined(_WIN32)
132 # define UV__ECONNRESET UV__ERR(ECONNRESET)
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c350 if (errno == EPIPE || errno == ECONNRESET) in lws_plat_mbedtls_net_send()
375 if (errno == EPIPE || errno == ECONNRESET) in lws_plat_mbedtls_net_recv()
/third_party/node/deps/uv/include/uv/
H A Derrno.h131 #if defined(ECONNRESET) && !defined(_WIN32)
132 # define UV__ECONNRESET UV__ERR(ECONNRESET)
/third_party/python/Modules/
H A Derrnomodule.c18 #undef ECONNRESET macro
561 #ifdef ECONNRESET in errno_exec()
562 add_errcode("ECONNRESET", ECONNRESET, "Connection reset by peer"); in errno_exec()
565 add_errcode("ECONNRESET", WSAECONNRESET, "Connection reset by peer"); in errno_exec()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h106 #define ECONNRESET 104 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h106 #define ECONNRESET 104 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h106 #define ECONNRESET 104 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h105 #define ECONNRESET 104 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h106 #define ECONNRESET 104 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h155 #define ECONNRESET 104 /* Connection reset by peer */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h105 #define ECONNRESET 104 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h104 #define ECONNRESET 131 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h104 #define ECONNRESET 131 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h104 #define ECONNRESET 131 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h105 #define ECONNRESET 104 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h105 #define ECONNRESET 104 macro

Completed in 14 milliseconds

123456