/third_party/rust/crates/nix/src/ |
D | errno.rs | 213 EISCONN => "Transport endpoint is already connected", in desc() 1228 EISCONN = libc::EISCONN, enumerator 1373 libc::EISCONN => EISCONN, in from_i32() 1470 EISCONN = libc::EISCONN, enumerator 1588 libc::EISCONN => EISCONN, in from_i32() 1706 EISCONN = libc::EISCONN, enumerator 1815 libc::EISCONN => EISCONN, in from_i32() 1923 EISCONN = libc::EISCONN, enumerator 2032 libc::EISCONN => EISCONN, in from_i32() 2138 EISCONN = libc::EISCONN, enumerator [all …]
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 101 #ifndef EISCONN 102 #define EISCONN (MHDW32ERRBASE+20) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 50 #undef EISCONN 51 #define EISCONN WSAEISCONN macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 55 EISCONN, "EISCONN", EISCONN}, {
|
D | 4-1.c | 50 EISCONN, "EISCONN"}, {
|
/third_party/openssl/crypto/rand/ |
D | rand_egd.c | 139 # ifdef EISCONN in RAND_query_egd_bytes() 140 if (errno == EISCONN) in RAND_query_egd_bytes()
|
/third_party/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_connectx.c | 194 if (error != -1 || errno != EISCONN) in main() 203 if (error != -1 || errno != EISCONN) in main()
|
D | test_connect.c | 131 if ((error != -1) || (EISCONN != errno)) in main() 198 if ((error != -1) || (EISCONN != errno)) in main()
|
D | test_1_to_1_connect.c | 202 if (error != -1 || errno != EISCONN) in main() 211 if (error != -1 || errno != EISCONN) in main()
|
D | test_connectx.c | 169 if ((error != -1) || (EISCONN != errno)) in main() 240 if ((error != -1) || (EISCONN != errno)) in main()
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
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/lwip/src/api/ |
D | err.c | 59 EISCONN, /* ERR_ISCONN -10 Conn already established.*/
|
/third_party/libuv/include/uv/ |
D | errno.h | 179 #if defined(EISCONN) && !defined(_WIN32) 180 # define UV__EISCONN UV__ERR(EISCONN)
|
/third_party/libwebsockets/lib/plat/optee/ |
D | private-lib-plat-optee.h | 35 #define LWS_EISCONN EISCONN
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 496 #undef EISCONN /* override definition in errno.h */ 497 #define EISCONN WSAEISCONN macro
|
/third_party/python/Modules/ |
D | errnomodule.c | 22 #undef EISCONN 273 #ifdef EISCONN in errno_exec() 274 add_errcode("EISCONN", EISCONN, "Transport endpoint is already connected"); in errno_exec()
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | private-lib-plat-freertos.h | 93 #define LWS_EISCONN EISCONN
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/ |
D | private-lib-plat-freertos.h | 92 #define LWS_EISCONN EISCONN
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 157 #define EISCONN 106 /* Transport endpoint is already connected */ macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 108 #define EISCONN 106 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 107 #define EISCONN 106 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 107 #define EISCONN 106 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 106 #define EISCONN 133 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 106 #define EISCONN 133 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 106 #define EISCONN 133 macro
|