HomeSort by relevance Sort by last modified time
    Searched refs:EINPROGRESS (Results 1 - 25 of 277) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/include/
wsockcompat.h 36 #ifndef EINPROGRESS
37 #define EINPROGRESS WSAEINPROGRESS
  /external/syslinux/gpxe/src/arch/i386/interface/syslinux/
comboot_resolv.c 50 comboot_resolv_rc = -EINPROGRESS;
55 while ( comboot_resolv_rc == -EINPROGRESS )
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/
2-1.c 70 } while (ret == EINPROGRESS);
82 if (ret == EINPROGRESS) {
3-1.c 69 } while (ret == EINPROGRESS);
81 if (ret == EINPROGRESS) {
5-1.c 68 if (aio_error(&aiocb_fsync) == EINPROGRESS)
71 /* allow to check if aio_error() move from EINPROGRESS to
77 } while (err == EINPROGRESS);
8-1.c 61 } while (ret == EINPROGRESS);
80 } while (ret == EINPROGRESS);
8-2.c 61 } while (ret == EINPROGRESS);
80 } while (ret == EINPROGRESS);
8-3.c 61 } while (ret == EINPROGRESS);
80 } while (ret == EINPROGRESS);
8-4.c 61 } while (ret == EINPROGRESS);
80 } while (ret == EINPROGRESS);
9-1.c 61 } while (ret == EINPROGRESS);
79 } while (ret == EINPROGRESS);
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_tftp.c 180 pxe_tftp.rc = -EINPROGRESS;
266 while ( ( ( rc = pxe_tftp.rc ) == -EINPROGRESS ) &&
274 /* EINPROGRESS is normal; we don't wait for the whole transfer */
275 if ( rc == -EINPROGRESS )
379 while ( ( ( rc = pxe_tftp.rc ) == -EINPROGRESS ) &&
386 /* EINPROGRESS is normal if we haven't reached EOF yet */
387 if ( rc == -EINPROGRESS )
502 while ( ( rc = pxe_tftp.rc ) == -EINPROGRESS )
570 while ( ( ( rc = pxe_tftp.rc ) == -EINPROGRESS ) &&
577 /* EINPROGRESS is normal; we don't wait for the whole transfer *
    [all...]
  /external/syslinux/gpxe/src/core/
monojob.c 72 monojob_rc = -EINPROGRESS;
74 while ( monojob_rc == -EINPROGRESS ) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
errno.h 157 #ifndef EINPROGRESS
158 #define EINPROGRESS 112
  /frameworks/base/core/java/android/net/metrics/
ConnectStats.java 33 private final static int EINPROGRESS = OsConstants.EINPROGRESS;
111 // On non-blocking TCP sockets, connect() immediately returns EINPROGRESS.
113 return (errno == EINPROGRESS) || (errno == EALREADY);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
10-1.c 67 } while (ret == EINPROGRESS);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
8-1.c 67 } while (ret == EINPROGRESS);
  /external/libmicrohttpd/src/include/
w32functions.h 47 #ifndef EINPROGRESS
48 #define EINPROGRESS (MHDW32ERRBASE+2)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_return/
3-1.c 80 } while (retval == EINPROGRESS);
106 } while (retval == EINPROGRESS);
  /external/syslinux/gpxe/src/hci/tui/
login_ui.c 57 int rc = -EINPROGRESS;
87 while ( rc == -EINPROGRESS ) {
  /external/webrtc/webrtc/base/
socket.h 39 #undef EINPROGRESS
40 #define EINPROGRESS WSAEINPROGRESS
124 return (e == EWOULDBLOCK) || (e == EAGAIN) || (e == EINPROGRESS);
  /external/libcxx/include/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 51 EINPROGRESS, "EINPROGRESS", EINPROGRESS}, {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
5-1.c 120 } else if ((ret == EINPROGRESS) || (ret == 0)) {
121 if (ret == EINPROGRESS)
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
errno.h 190 #ifndef EINPROGRESS
191 #define EINPROGRESS 9928

Completed in 549 milliseconds

1 2 3 4 5 6 7 8 91011>>