Home
last modified time | relevance | path

Searched refs:ECONNABORTED (Results 1 - 25 of 110) sorted by relevance

12345

/third_party/rust/crates/nix/src/
H A Derrno.rs210 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 Dw32functions.h92 #ifndef ECONNABORTED
93 #define ECONNABORTED (MHDW32ERRBASE+17) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c38 ECONNABORTED, "ECONNABORTED", ECONNABORTED}, {
H A D4-1.c33 ECONNABORTED, "ECONNABORTED"}, {
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h44 #undef ECONNABORTED macro
45 #define ECONNABORTED WSAECONNABORTED macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c67 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 Derr.c62 ECONNABORTED, /* ERR_ABRT -13 Connection aborted. */
/third_party/curl/lib/
H A Dcurl_setup_once.h363 #undef ECONNABORTED /* override definition in errno.h */ macro
364 #define ECONNABORTED WSAECONNABORTED macro
/third_party/libuv/include/uv/
H A Derrno.h119 #if defined(ECONNABORTED) && !defined(_WIN32)
120 # define UV__ECONNABORTED UV__ERR(ECONNABORTED)
/third_party/node/deps/uv/include/uv/
H A Derrno.h119 #if defined(ECONNABORTED) && !defined(_WIN32)
120 # define UV__ECONNABORTED UV__ERR(ECONNABORTED)
/third_party/python/Lib/
H A Dasyncore.py57 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 Derrnomodule.c16 #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 Derrno.h105 #define ECONNABORTED 103 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h105 #define ECONNABORTED 103 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h105 #define ECONNABORTED 103 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h104 #define ECONNABORTED 103 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h105 #define ECONNABORTED 103 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h154 #define ECONNABORTED 103 /* Software caused connection abort */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h104 #define ECONNABORTED 103 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h103 #define ECONNABORTED 130 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h103 #define ECONNABORTED 130 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h103 #define ECONNABORTED 130 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h104 #define ECONNABORTED 103 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h104 #define ECONNABORTED 103 macro
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h405 # undef ECONNABORTED /* override definition in errno.h */ macro
406 # define ECONNABORTED WSAECONNABORTED macro

Completed in 15 milliseconds

12345