/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 219 ECONNREFUSED => "Connection refused", 1233 ECONNREFUSED = libc::ECONNREFUSED, 1378 libc::ECONNREFUSED => ECONNREFUSED, 1475 ECONNREFUSED = libc::ECONNREFUSED, 1593 libc::ECONNREFUSED => ECONNREFUSED, 1711 ECONNREFUSED [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 110 #ifndef ECONNREFUSED 111 #define ECONNREFUSED (MHDW32ERRBASE+23) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 39 ECONNREFUSED, "ECONNREFUSED", ECONNREFUSED}, {
|
H A D | 4-1.c | 34 ECONNREFUSED, "ECONNREFUSED"}, {
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 60 #undef ECONNREFUSED macro 61 #define ECONNREFUSED WSAECONNREFUSED macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 75 case WSAECONNREFUSED: return ECONNREFUSED; in MHD_W32_errno_from_winsock_() 166 case ECONNREFUSED: in MHD_W32_strerror_() 495 case ECONNREFUSED: in MHD_W32_set_last_winsock_error_()
|
/third_party/ffmpeg/libavformat/ |
H A D | network.h | 47 #ifndef ECONNREFUSED 48 #define ECONNREFUSED WSAECONNREFUSED macro
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 377 #undef ECONNREFUSED /* override definition in errno.h */ macro 378 #define ECONNREFUSED WSAECONNREFUSED macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 125 #if defined(ECONNREFUSED) && !defined(_WIN32) 126 # define UV__ECONNREFUSED UV__ERR(ECONNREFUSED)
|
/third_party/ltp/testcases/cve/ |
H A D | icmp_rate_limit01.c | 155 if (exterr.ee_errno != ECONNREFUSED) { in count_icmp_errors() 180 if (TST_ERR == ECONNREFUSED) { in packet_batch()
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 125 #if defined(ECONNREFUSED) && !defined(_WIN32) 126 # define UV__ECONNREFUSED UV__ERR(ECONNREFUSED)
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 17 #undef ECONNREFUSED macro 380 #ifdef ECONNREFUSED in errno_exec() 381 add_errcode("ECONNREFUSED", ECONNREFUSED, "Connection refused"); in errno_exec() 384 add_errcode("ECONNREFUSED", WSAECONNREFUSED, "Connection refused"); in errno_exec()
|
/third_party/node/test/parallel/ |
H A D | test-net-pipe-connect-errors.js | 64 assert(err.code === 'ENOTSOCK' || err.code === 'ECONNREFUSED', 65 `received ${err.code} instead of ENOTSOCK or ECONNREFUSED`);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 113 #define ECONNREFUSED 111 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 113 #define ECONNREFUSED 111 macro
|
/third_party/musl/src/passwd/ |
H A D | nscd_query.c | 66 if (errno == EACCES || errno == ECONNREFUSED || errno == ENOENT) { in __nscd_query()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 113 #define ECONNREFUSED 111 macro
|
/third_party/musl/porting/liteos_a/user/src/passwd/ |
H A D | nscd_query.c | 66 if (errno == EACCES || errno == ECONNREFUSED || errno == ENOENT) { in __nscd_query()
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 112 #define ECONNREFUSED 111 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 113 #define ECONNREFUSED 111 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 162 #define ECONNREFUSED 111 /* Connection refused */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 112 #define ECONNREFUSED 111 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 116 #define ECONNREFUSED 146 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 116 #define ECONNREFUSED 146 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 116 #define ECONNREFUSED 146 macro
|