/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 213 EISCONN => "Transport endpoint is already connected", 1228 EISCONN = libc::EISCONN, 1373 libc::EISCONN => EISCONN, 1470 EISCONN = libc::EISCONN, 1588 libc::EISCONN => EISCONN, 1706 EISCONN [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 101 #ifndef EISCONN 102 #define EISCONN (MHDW32ERRBASE+20) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 55 EISCONN, "EISCONN", EISCONN}, {
|
H A D | 4-1.c | 50 EISCONN, "EISCONN"}, {
|
/third_party/node/deps/openssl/openssl/crypto/rand/ |
H A D | rand_egd.c | 139 # ifdef EISCONN in RAND_query_egd_bytes() 140 if (errno == EISCONN) in RAND_query_egd_bytes()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 50 #undef EISCONN macro 51 #define EISCONN WSAEISCONN macro
|
/third_party/openssl/crypto/rand/ |
H A D | rand_egd.c | 139 # ifdef EISCONN in RAND_query_egd_bytes() 140 if (errno == EISCONN) in RAND_query_egd_bytes()
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 70 case WSAEISCONN: return EISCONN; in MHD_W32_errno_from_winsock_() 156 case EISCONN: in MHD_W32_strerror_() 480 case EISCONN: in MHD_W32_set_last_winsock_error_()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_connectx.c | 180 /*sctp_connectx () TEST7: from a listening socket, EISCONN Expect error*/ in main() 182 if (error != -1 || errno != EISCONN) in main() 186 tst_resm(TPASS, "sctp_connectx() on a listening socket - EISCONN"); in main() 188 /*sctp_connectx() TEST8: On established socket, EISCONN Expect error*/ in main() 191 if (error != -1 || errno != EISCONN) in main() 195 tst_resm(TPASS, "sctp_connectx() on an established socket - EISCONN"); in main()
|
H A D | test_1_to_1_connect.c | 200 /*connect () TEST8: from a listening socket, EISCONN Expect error*/ in main() 202 if (error != -1 || errno != EISCONN) in main() 206 tst_resm(TPASS, "connect() on a listening socket - EISCONN"); in main() 208 /*connect() TEST9: On established socket, EISCONN Expect error*/ in main() 211 if (error != -1 || errno != EISCONN) in main() 215 tst_resm(TPASS, "connect() on an established socket - EISCONN"); in main()
|
H A D | test_connect.c | 128 * is already established should return EISCONN. in main() 131 if ((error != -1) || (EISCONN != errno)) in main() 198 if ((error != -1) || (EISCONN != errno)) in main()
|
/third_party/lwip/src/api/ |
H A D | err.c | 59 EISCONN, /* ERR_ISCONN -10 Conn already established.*/
|
/third_party/libwebsockets/lib/plat/optee/ |
H A D | private-lib-plat-optee.h | 35 #define LWS_EISCONN EISCONN
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 369 #undef EISCONN /* override definition in errno.h */ macro 370 #define EISCONN WSAEISCONN macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 179 #if defined(EISCONN) && !defined(_WIN32) 180 # define UV__EISCONN UV__ERR(EISCONN)
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 179 #if defined(EISCONN) && !defined(_WIN32) 180 # define UV__EISCONN UV__ERR(EISCONN)
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 22 #undef EISCONN macro 273 #ifdef EISCONN in errno_exec() 274 add_errcode("EISCONN", EISCONN, "Transport endpoint is already connected"); in errno_exec() 277 add_errcode("EISCONN", WSAEISCONN, "Transport endpoint is already connected"); in errno_exec()
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/ |
H A D | private-lib-plat-freertos.h | 92 #define LWS_EISCONN EISCONN
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 108 #define EISCONN 106 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 108 #define EISCONN 106 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 108 #define EISCONN 106 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 107 #define EISCONN 106 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 108 #define EISCONN 106 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 157 #define EISCONN 106 /* Transport endpoint is already connected */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 107 #define EISCONN 106 macro
|