Home
last modified time | relevance | path

Searched refs:EINPROGRESS (Results 1 – 25 of 78) sorted by relevance

1234

/external/webrtc/webrtc/base/
Dsocket.h39 #undef EINPROGRESS
40 #define EINPROGRESS WSAEINPROGRESS macro
124 return (e == EWOULDBLOCK) || (e == EAGAIN) || (e == EINPROGRESS); in IsBlockingError()
/external/libmicrohttpd/src/include/
Dw32functions.h47 #ifndef EINPROGRESS
48 #define EINPROGRESS (MHDW32ERRBASE+2) macro
/external/bison/lib/
Derrno.in.h97 # ifndef EINPROGRESS
98 # define EINPROGRESS 112 macro
Dstrerror-override.c46 case EINPROGRESS: in strerror_override()
/external/boringssl/src/crypto/bio/
Dfd.c96 #ifdef EINPROGRESS in bio_fd_non_fatal_error()
97 err == EINPROGRESS || in bio_fd_non_fatal_error()
/external/xmlrpcpp/src/
DXmlRpcSocket.cpp12 # define EINPROGRESS WSAEINPROGRESS macro
61 return (err == EINPROGRESS || err == EAGAIN || err == EWOULDBLOCK || err == EINTR); in nonFatalError()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp119 #ifndef EINPROGRESS
120 #error EINPROGRESS not defined
/external/libmicrohttpd/src/platform/
Dw32functions.c50 case WSAEINPROGRESS: return EINPROGRESS; in MHD_W32_errno_from_winsock_()
116 case EINPROGRESS: in MHD_W32_strerror_()
420 case EINPROGRESS: in MHD_W32_set_last_winsock_error_()
/external/libxml2/include/
Dwsockcompat.h45 #define EINPROGRESS WSAEINPROGRESS macro
/external/c-ares/
Dsetup_once.h395 #undef EINPROGRESS /* override definition in errno.h */
396 #define EINPROGRESS WSAEINPROGRESS macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h97 #define EINPROGRESS 115 /* Operation now in progress */ macro
/external/autotest/client/site_tests/network_3GSafetyDance/
Dcontrol20 these 3G operations must return a convincing result (EINPROGRESS or no error).
Dcontrol.mu73623 these 3G operations must return a convincing result (EINPROGRESS or no error).
Dcontrol.alt310023 these 3G operations must return a convincing result (EINPROGRESS or no error).
Dcontrol.gobi3k23 these 3G operations must return a convincing result (EINPROGRESS or no error).
Dcontrol.wooly23 these 3G operations must return a convincing result (EINPROGRESS or no error).
Dcontrol.hefty23 these 3G operations must return a convincing result (EINPROGRESS or no error).
Dcontrol.zte-mf19023 these 3G operations must return a convincing result (EINPROGRESS or no error).
Dcontrol.clumsy23 these 3G operations must return a convincing result (EINPROGRESS or no error).
Dcontrol.y340023 these 3G operations must return a convincing result (EINPROGRESS or no error).
Dcontrol.gobi2k23 these 3G operations must return a convincing result (EINPROGRESS or no error).
Dcontrol.e36223 these 3G operations must return a convincing result (EINPROGRESS or no error).
Dcontrol.y330023 these 3G operations must return a convincing result (EINPROGRESS or no error).
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h104 #define EINPROGRESS 150 /* Operation now in progress */ macro
/external/curl/lib/
Dcurl_setup_once.h465 #undef EINPROGRESS /* override definition in errno.h */
466 #define EINPROGRESS WSAEINPROGRESS macro

1234