/third_party/libxml2/include/ |
D | wsockcompat.h | 38 #ifndef ECONNRESET 39 #define ECONNRESET WSAECONNRESET macro
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 95 #ifndef ECONNRESET 96 #define ECONNRESET (MHDW32ERRBASE+18) macro
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | errno.h | 113 #ifndef ECONNRESET 114 #define ECONNRESET 108 macro
|
/third_party/boost/boost/ |
D | cerrno.hpp | 49 #ifndef ECONNRESET 50 #define ECONNRESET 9909 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 46 #undef ECONNRESET 47 #define ECONNRESET WSAECONNRESET macro
|
/third_party/glib/gio/ |
D | gioerror.c | 263 #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/ |
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/ |
D | 3-2.c | 40 ECONNRESET, "ECONNRESET", ECONNRESET}, {
|
D | 4-1.c | 35 ECONNRESET, "ECONNRESET"}, {
|
/third_party/lwip/src/api/ |
D | err.c | 63 ECONNRESET, /* ERR_RST -14 Connection reset. */
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 431 #undef ECONNRESET /* override definition in errno.h */ 432 #define ECONNRESET WSAECONNRESET macro
|
/third_party/libuv/include/uv/ |
D | errno.h | 131 #if defined(ECONNRESET) && !defined(_WIN32) 132 # define UV__ECONNRESET UV__ERR(ECONNRESET)
|
/third_party/cares/ |
D | setup_once.h | 492 #undef ECONNRESET /* override definition in errno.h */ 493 #define ECONNRESET WSAECONNRESET macro
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 492 #undef ECONNRESET /* override definition in errno.h */ 493 #define ECONNRESET WSAECONNRESET macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 104 #define ECONNRESET 131 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 155 #define ECONNRESET 104 /* Connection reset by peer */ macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 104 #define ECONNRESET 131 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 104 #define ECONNRESET 131 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 106 #define ECONNRESET 104 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 105 #define ECONNRESET 104 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 105 #define ECONNRESET 104 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 105 #define ECONNRESET 104 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 106 #define ECONNRESET 104 macro
|
/third_party/python/Modules/ |
D | errnomodule.c | 18 #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/ |
D | errno.h | 112 #define ECONNRESET 104 /* Connection reset by peer */ macro
|