Searched refs:EALREADY (Results 1 - 25 of 61) sorted by relevance

123

/external/libmicrohttpd/src/include/
H A Dw32functions.h50 #ifndef EALREADY
51 #define EALREADY (MHDW32ERRBASE+3) macro
/external/libcxx/include/
H A Derrno.h106 #ifndef EALREADY
107 #define EALREADY 9907 macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c32 EALREADY, "EALREADY", EALREADY}, {
H A D4-1.c27 EALREADY, "EALREADY"}, {
H A D3-1-buildonly.c16 int dummy7 = EALREADY;
/external/drm_hwcomposer/
H A Dworker.cpp35 return -EALREADY;
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h97 #define EALREADY 114 /* Operation already in progress */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h104 #define EALREADY 149 /* Operation already in progress */ macro
/external/boringssl/src/crypto/bio/
H A Dfd.c102 #ifdef EALREADY
103 err == EALREADY ||
/external/webrtc/webrtc/base/
H A Dsocket.h41 #undef EALREADY macro
42 #define EALREADY WSAEALREADY macro
/external/python/cpython2/Lib/plat-irix5/
H A DERRNO.py122 EALREADY = 149 variable
/external/syslinux/com32/include/
H A Derrno.h121 #define EALREADY 114 /* Operation already in progress */ macro
/external/libmicrohttpd/src/platform/
H A Dw32functions.c51 case WSAEALREADY: return EALREADY;
118 case EALREADY:
423 case EALREADY:
/external/python/cpython2/Lib/plat-irix6/
H A DERRNO.py128 EALREADY = 149 variable
/external/syslinux/core/lwip/src/include/lwip/
H A Darch.h194 #define EALREADY 114 /* Operation already in progress */ macro
/external/tensorflow/tensorflow/core/platform/posix/
H A Derror.cc59 case EALREADY: // Connection already in progress
/external/curl/lib/
H A Dcurl_setup_once.h453 #undef EALREADY /* override definition in errno.h */ macro
454 #define EALREADY WSAEALREADY macro
/external/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp43 #ifndef EALREADY
44 #error EALREADY not defined
/external/strace/tests/
H A Derrno2name.c60 #ifdef EALREADY
61 CASE(EALREADY);
/external/strace/tests-m32/
H A Derrno2name.c60 #ifdef EALREADY
61 CASE(EALREADY);
/external/strace/tests-mx32/
H A Derrno2name.c60 #ifdef EALREADY
61 CASE(EALREADY);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Dsystem_error.h135 connection_already_in_progress, // EALREADY
268 # ifndef EALREADY
269 # define EALREADY 103 macro
514 connection_already_in_progress = EALREADY,
/external/ltp/lib/
H A Derrnos.h147 PAIR(EALREADY)
/external/parameter-framework/asio/include/asio/
H A Derror.hpp47 already_started = ASIO_SOCKET_ERROR(EALREADY),
/external/parameter-framework/asio-1.10.6/include/asio/
H A Derror.hpp47 already_started = ASIO_SOCKET_ERROR(EALREADY),

Completed in 201 milliseconds

123