Home
last modified time | relevance | path

Searched refs:EALREADY (Results 1 – 25 of 69) sorted by relevance

123

/third_party/openssl/crypto/rand/
Drand_egd.c100 # ifdef EALREADY
101 case EALREADY:
/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h50 #ifndef EALREADY
51 #define EALREADY (MHDW32ERRBASE+3) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h12 #undef EALREADY
13 #define EALREADY WSAEALREADY macro
/third_party/boost/boost/
Dcerrno.hpp41 #ifndef EALREADY
42 #define EALREADY 9907 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c32 EALREADY, "EALREADY", EALREADY}, {
D4-1.c27 EALREADY, "EALREADY"}, {
/third_party/openssl/crypto/bio/
Dbss_sock.c228 # ifdef EALREADY in BIO_sock_non_fatal_error()
229 case EALREADY: in BIO_sock_non_fatal_error()
Dbss_fd.c276 # ifdef EALREADY in BIO_fd_non_fatal_error()
277 case EALREADY: in BIO_fd_non_fatal_error()
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c51 case WSAEALREADY: return EALREADY; in MHD_W32_errno_from_winsock_()
118 case EALREADY: in MHD_W32_strerror_()
423 case EALREADY: in MHD_W32_set_last_winsock_error_()
/third_party/lwip/src/api/
Derr.c58 EALREADY, /* ERR_ALREADY -9 Already connecting. */
/third_party/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h32 #define LWS_EALREADY EALREADY
/third_party/curl/lib/
Dcurl_setup_once.h399 #undef EALREADY /* override definition in errno.h */
400 #define EALREADY WSAEALREADY macro
/third_party/libuv/include/uv/
Derrno.h89 #if defined(EALREADY) && !defined(_WIN32)
90 # define UV__EALREADY UV__ERR(EALREADY)
/third_party/node/deps/cares/src/lib/
Dsetup_once.h460 #undef EALREADY /* override definition in errno.h */
461 #define EALREADY WSAEALREADY macro
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dprivate-lib-plat-freertos.h89 #define LWS_EALREADY EALREADY
/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h90 #define LWS_EALREADY EALREADY
/third_party/python/Modules/
Derrnomodule.c15 #undef EALREADY
331 #ifdef EALREADY in errno_exec()
332 add_errcode("EALREADY", EALREADY, "Operation already in progress"); in errno_exec()
/third_party/musl/arch/generic/bits/
Derrno.h115 #define EALREADY 114 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h115 #define EALREADY 114 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h116 #define EALREADY 114 macro
/third_party/lwip/src/include/lwip/
Derrno.h165 #define EALREADY 114 /* Operation already in progress */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h120 #define EALREADY 149 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h116 #define EALREADY 114 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h120 #define EALREADY 149 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h115 #define EALREADY 114 macro

123