Searched refs:EINPROGRESS (Results 1 – 25 of 26) sorted by relevance
12
/external/bison/lib/ |
D | errno.in.h | 97 # ifndef EINPROGRESS 98 # define EINPROGRESS 112 macro
|
D | strerror-override.c | 46 case EINPROGRESS: in strerror_override()
|
/external/boringssl/src/crypto/bio/ |
D | fd.c | 96 #ifdef EINPROGRESS in bio_fd_non_fatal_error() 97 err == EINPROGRESS || in bio_fd_non_fatal_error()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 119 #ifndef EINPROGRESS 120 #error EINPROGRESS not defined
|
/external/libxml2/include/ |
D | wsockcompat.h | 45 #define EINPROGRESS WSAEINPROGRESS macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 88 #define EINPROGRESS 115 /* Operation now in progress */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 104 #define EINPROGRESS 150 /* Operation now in progress */ macro
|
/external/tcpdump/win32/Include/ |
D | errno.h | 120 #define EINPROGRESS 115 /* Operation now in progress */ macro
|
/external/libcxx/include/ |
D | cerrno | 187 #ifndef EINPROGRESS 188 #define EINPROGRESS 9928
|
D | system_error | 175 operation_in_progress, // EINPROGRESS 319 operation_in_progress = EINPROGRESS,
|
D | module.modulemap | 51 ECANCELED, EINPROGRESS, ENFILE, ENOSYS, EPROTO,
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 80 static_assert(static_cast<int>(std::errc::operation_in_progress) == EINPROGRESS, ""); in main()
|
/external/fio/engines/ |
D | posixaio.c | 121 if (err == EINPROGRESS) { in fio_posixaio_getevents()
|
D | guasi.c | 63 io_u->error = EINPROGRESS; in fio_guasi_event()
|
/external/skia/experimental/Networking/ |
D | SkSockets.cpp | 346 if (errno == EINPROGRESS || errno == EALREADY) in connectToServer()
|
/external/wpa_supplicant_8/src/wps/ |
D | http_client.c | 162 if (errno != EINPROGRESS) { in http_client_addr()
|
/external/libxml2/ |
D | xmlIO.c | 311 #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()
|
D | nanohttp.c | 584 case EINPROGRESS: in xmlNanoHTTPRecv() 932 case EINPROGRESS: in xmlNanoHTTPConnectAttempt()
|
/external/openssh/ |
D | ssh-keyscan.c | 337 errno != EINPROGRESS) in tcpconnect()
|
D | sshconnect.c | 354 if (errno != EINPROGRESS) { in timeout_connect()
|
D | channels.c | 3642 cctx->ai->ai_addrlen) == -1 && errno != EINPROGRESS) {
|
/external/netcat/ |
D | netcat.c | 665 if ((ret = connect(s, name, namelen)) != 0 && errno == EINPROGRESS) { in timeout_connect()
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 564 #define VKI_EINPROGRESS EINPROGRESS
|
/external/libxml2/doc/html/ |
D | index.sgml | 31 <ANCHOR id="EINPROGRESS-CAPS" href="libxml/libxml-wsockcompat.html#EINPROGRESS-CAPS">
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 907 ASSERT_EQ(EINPROGRESS, errno); in TEST()
|
12