/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 211 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 D | w32functions.h | 95 #ifndef ECONNRESET 96 #define ECONNRESET (MHDW32ERRBASE+18) macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 68 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 D | 3-2.c | 40 ECONNRESET, "ECONNRESET", ECONNRESET}, {
|
H A D | 4-1.c | 35 ECONNRESET, "ECONNRESET"}, {
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 46 #undef ECONNRESET macro 47 #define ECONNRESET WSAECONNRESET macro
|
/third_party/libwebsockets/lib/plat/optee/ |
H A D | network.c | 288 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 D | err.c | 63 ECONNRESET, /* ERR_RST -14 Connection reset. */
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 365 #undef ECONNRESET /* override definition in errno.h */ macro 366 #define ECONNRESET WSAECONNRESET macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 131 #if defined(ECONNRESET) && !defined(_WIN32) 132 # define UV__ECONNRESET UV__ERR(ECONNRESET)
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-sockets.c | 350 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 D | errno.h | 131 #if defined(ECONNRESET) && !defined(_WIN32) 132 # define UV__ECONNRESET UV__ERR(ECONNRESET)
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 18 #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 D | errno.h | 106 #define ECONNRESET 104 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 106 #define ECONNRESET 104 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 106 #define ECONNRESET 104 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 105 #define ECONNRESET 104 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 106 #define ECONNRESET 104 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 155 #define ECONNRESET 104 /* Connection reset by peer */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 105 #define ECONNRESET 104 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 104 #define ECONNRESET 131 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 104 #define ECONNRESET 131 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 104 #define ECONNRESET 131 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 105 #define ECONNRESET 104 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 105 #define ECONNRESET 104 macro
|