/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 210 ECONNABORTED => "Software caused connection abort", 1225 ECONNABORTED = libc::ECONNABORTED, 1370 libc::ECONNABORTED => ECONNABORTED, 1467 ECONNABORTED = libc::ECONNABORTED, 1585 libc::ECONNABORTED => ECONNABORTED, 1703 ECONNABORTED [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 92 #ifndef ECONNABORTED 93 #define ECONNABORTED (MHDW32ERRBASE+17) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 38 ECONNABORTED, "ECONNABORTED", ECONNABORTED}, {
|
H A D | 4-1.c | 33 ECONNABORTED, "ECONNABORTED"}, {
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 44 #undef ECONNABORTED macro 45 #define ECONNABORTED WSAECONNABORTED macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 67 case WSAECONNABORTED: return ECONNABORTED; in MHD_W32_errno_from_winsock_() 150 case ECONNABORTED: in MHD_W32_strerror_() 471 case ECONNABORTED: in MHD_W32_set_last_winsock_error_()
|
/third_party/lwip/src/api/ |
H A D | err.c | 62 ECONNABORTED, /* ERR_ABRT -13 Connection aborted. */
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 363 #undef ECONNABORTED /* override definition in errno.h */ macro 364 #define ECONNABORTED WSAECONNABORTED macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 119 #if defined(ECONNABORTED) && !defined(_WIN32) 120 # define UV__ECONNABORTED UV__ERR(ECONNABORTED)
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 119 #if defined(ECONNABORTED) && !defined(_WIN32) 120 # define UV__ECONNABORTED UV__ERR(ECONNABORTED)
|
/third_party/python/Lib/ |
H A D | asyncore.py | 57 ENOTCONN, ESHUTDOWN, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \ 65 _DISCONNECTED = frozenset({ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE, 354 if why.errno in (EWOULDBLOCK, ECONNABORTED, EAGAIN): 58 errorcode global() namespace
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 16 #undef ECONNABORTED macro 512 #ifdef ECONNABORTED in errno_exec() 513 add_errcode("ECONNABORTED", ECONNABORTED, "Software caused connection abort"); in errno_exec() 516 add_errcode("ECONNABORTED", WSAECONNABORTED, "Software caused connection abort"); in errno_exec()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 105 #define ECONNABORTED 103 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 105 #define ECONNABORTED 103 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 105 #define ECONNABORTED 103 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 104 #define ECONNABORTED 103 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 105 #define ECONNABORTED 103 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 154 #define ECONNABORTED 103 /* Software caused connection abort */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 104 #define ECONNABORTED 103 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 103 #define ECONNABORTED 130 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 103 #define ECONNABORTED 130 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 103 #define ECONNABORTED 130 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 104 #define ECONNABORTED 103 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 104 #define ECONNABORTED 103 macro
|
/third_party/node/deps/cares/src/lib/ |
H A D | setup_once.h | 405 # undef ECONNABORTED /* override definition in errno.h */ macro 406 # define ECONNABORTED WSAECONNABORTED macro
|