Home
last modified time | relevance | path

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

12

/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/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp119 #ifndef EINPROGRESS
120 #error EINPROGRESS not defined
/external/libxml2/include/
Dwsockcompat.h45 #define EINPROGRESS WSAEINPROGRESS macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h88 #define EINPROGRESS 115 /* Operation now in progress */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h104 #define EINPROGRESS 150 /* Operation now in progress */ macro
/external/tcpdump/win32/Include/
Derrno.h120 #define EINPROGRESS 115 /* Operation now in progress */ macro
/external/libcxx/include/
Dcerrno187 #ifndef EINPROGRESS
188 #define EINPROGRESS 9928
Dsystem_error175 operation_in_progress, // EINPROGRESS
319 operation_in_progress = EINPROGRESS,
Dmodule.modulemap51 ECANCELED, EINPROGRESS, ENFILE, ENOSYS, EPROTO,
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp80 static_assert(static_cast<int>(std::errc::operation_in_progress) == EINPROGRESS, ""); in main()
/external/fio/engines/
Dposixaio.c121 if (err == EINPROGRESS) { in fio_posixaio_getevents()
Dguasi.c63 io_u->error = EINPROGRESS; in fio_guasi_event()
/external/skia/experimental/Networking/
DSkSockets.cpp346 if (errno == EINPROGRESS || errno == EALREADY) in connectToServer()
/external/wpa_supplicant_8/src/wps/
Dhttp_client.c162 if (errno != EINPROGRESS) { in http_client_addr()
/external/libxml2/
DxmlIO.c311 #ifdef EINPROGRESS in __xmlIOErr()
312 else if (errno == EINPROGRESS) code = XML_IO_EINPROGRESS; in __xmlIOErr()
419 #ifdef EINPROGRESS in __xmlIOErr()
420 else if (errno == EINPROGRESS) code = XML_IO_EINPROGRESS; in __xmlIOErr()
Dnanohttp.c584 case EINPROGRESS: in xmlNanoHTTPRecv()
932 case EINPROGRESS: in xmlNanoHTTPConnectAttempt()
/external/openssh/
Dssh-keyscan.c337 errno != EINPROGRESS) in tcpconnect()
Dsshconnect.c354 if (errno != EINPROGRESS) { in timeout_connect()
Dchannels.c3642 cctx->ai->ai_addrlen) == -1 && errno != EINPROGRESS) {
/external/netcat/
Dnetcat.c665 if ((ret = connect(s, name, namelen)) != 0 && errno == EINPROGRESS) { in timeout_connect()
/external/valgrind/include/vki/
Dvki-darwin.h564 #define VKI_EINPROGRESS EINPROGRESS
/external/libxml2/doc/html/
Dindex.sgml31 <ANCHOR id="EINPROGRESS-CAPS" href="libxml/libxml-wsockcompat.html#EINPROGRESS-CAPS">
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc907 ASSERT_EQ(EINPROGRESS, errno); in TEST()

12