/external/libmicrohttpd/src/include/ |
D | w32functions.h | 50 #ifndef EALREADY 51 #define EALREADY (MHDW32ERRBASE+3) macro
|
/external/libcxx/include/ |
D | errno.h | 106 #ifndef EALREADY 107 #define EALREADY 9907 macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 32 EALREADY, "EALREADY", EALREADY}, {
|
D | 4-1.c | 27 EALREADY, "EALREADY"}, {
|
D | 3-1-buildonly.c | 16 int dummy7 = EALREADY;
|
/external/boringssl/src/crypto/bio/ |
D | fd.c | 101 #ifdef EALREADY in OPENSSL_MSVC_PRAGMA() 102 err == EALREADY || in OPENSSL_MSVC_PRAGMA()
|
/external/webrtc/webrtc/base/ |
D | socket.h | 41 #undef EALREADY 42 #define EALREADY WSAEALREADY macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 43 #ifndef EALREADY 44 #error EALREADY not defined
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 51 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_()
|
/external/c-ares/ |
D | setup_once.h | 397 #undef EALREADY /* override definition in errno.h */ 398 #define EALREADY WSAEALREADY macro
|
/external/libxml2/include/ |
D | wsockcompat.h | 46 #define EALREADY WSAEALREADY macro
|
/external/curl/lib/ |
D | curl_setup_once.h | 467 #undef EALREADY /* override definition in errno.h */ 468 #define EALREADY WSAEALREADY macro
|
/external/strace/tests-m32/ |
D | errno2name.c | 59 #ifdef EALREADY in errno2name() 60 CASE(EALREADY); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 59 #ifdef EALREADY in errno2name() 60 CASE(EALREADY); in errno2name()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 59 #ifdef EALREADY in errno2name() 60 CASE(EALREADY); in errno2name()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 268 # ifndef EALREADY 269 # define EALREADY 103 macro 514 connection_already_in_progress = EALREADY,
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 96 #define EALREADY 114 /* Operation already in progress */ macro
|
/external/bison/lib/ |
D | strerror-override.c | 48 case EALREADY: in strerror_override()
|
D | errno.in.h | 99 # define EALREADY 103 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 103 #define EALREADY 149 /* Operation already in progress */ macro
|
/external/drm_hwcomposer/ |
D | worker.cpp | 35 return -EALREADY; in InitWorker()
|
/external/syslinux/com32/include/ |
D | errno.h | 121 #define EALREADY 114 /* Operation already in progress */ macro
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | arch.h | 194 #define EALREADY 114 /* Operation already in progress */ macro
|
/external/ltp/lib/ |
D | errnos.h | 147 PAIR(EALREADY) in tst_strerrno()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 149 #ifdef EALREADY 150 { "EALREADY", (unsigned long) EALREADY },
|