Home
last modified time | relevance | path

Searched refs:ECONNRESET (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/libxml2/include/
Dwsockcompat.h38 #ifndef ECONNRESET
39 #define ECONNRESET WSAECONNRESET macro
/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h95 #ifndef ECONNRESET
96 #define ECONNRESET (MHDW32ERRBASE+18) macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Derrno.h113 #ifndef ECONNRESET
114 #define ECONNRESET 108 macro
/third_party/boost/boost/
Dcerrno.hpp49 #ifndef ECONNRESET
50 #define ECONNRESET 9909 macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h46 #undef ECONNRESET
47 #define ECONNRESET WSAECONNRESET macro
/third_party/glib/gio/
Dgioerror.c263 #ifdef ECONNRESET in g_io_error_from_errno()
264 case ECONNRESET: in g_io_error_from_errno()
/third_party/skia/third_party/externals/microhttpd/src/platform/
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/
D3-2.c40 ECONNRESET, "ECONNRESET", ECONNRESET}, {
D4-1.c35 ECONNRESET, "ECONNRESET"}, {
/third_party/lwip/src/api/
Derr.c63 ECONNRESET, /* ERR_RST -14 Connection reset. */
/third_party/curl/lib/
Dcurl_setup_once.h431 #undef ECONNRESET /* override definition in errno.h */
432 #define ECONNRESET WSAECONNRESET macro
/third_party/libuv/include/uv/
Derrno.h131 #if defined(ECONNRESET) && !defined(_WIN32)
132 # define UV__ECONNRESET UV__ERR(ECONNRESET)
/third_party/cares/
Dsetup_once.h492 #undef ECONNRESET /* override definition in errno.h */
493 #define ECONNRESET WSAECONNRESET macro
/third_party/node/deps/cares/src/lib/
Dsetup_once.h492 #undef ECONNRESET /* override definition in errno.h */
493 #define ECONNRESET WSAECONNRESET macro
/third_party/musl/arch/mips/bits/
Derrno.h104 #define ECONNRESET 131 macro
/third_party/lwip/src/include/lwip/
Derrno.h155 #define ECONNRESET 104 /* Connection reset by peer */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h104 #define ECONNRESET 131 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h104 #define ECONNRESET 131 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h106 #define ECONNRESET 104 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h105 #define ECONNRESET 104 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h105 #define ECONNRESET 104 macro
/third_party/musl/arch/generic/bits/
Derrno.h105 #define ECONNRESET 104 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h106 #define ECONNRESET 104 macro
/third_party/python/Modules/
Derrnomodule.c18 #undef ECONNRESET
557 #ifdef ECONNRESET in errno_exec()
558 add_errcode("ECONNRESET", ECONNRESET, "Connection reset by peer"); in errno_exec()
/third_party/uboot/u-boot-2020.01/include/linux/
Derrno.h112 #define ECONNRESET 104 /* Connection reset by peer */ macro

12345