Searched defs:iovcnt (Results 1 - 7 of 7) sorted by relevance

/external/libvncserver/libvncserver/
H A Drfbcrypto_gnutls.c28 void digestmd5(const struct iovec *iov, int iovcnt, void *dest) argument
34 for (i = 0; i < iovcnt; i++)
40 void digestsha1(const struct iovec *iov, int iovcnt, void *dest) argument
46 for (i = 0; i < iovcnt; i++)
H A Drfbcrypto_included.c29 void digestmd5(const struct iovec *iov, int iovcnt, void *dest) argument
35 for (i = 0; i < iovcnt; i++)
40 void digestsha1(const struct iovec *iov, int iovcnt, void *dest) argument
46 for (i = 0; i < iovcnt; i++)
H A Drfbcrypto_openssl.c29 void digestmd5(const struct iovec *iov, int iovcnt, void *dest) argument
35 for (i = 0; i < iovcnt; i++)
40 void digestsha1(const struct iovec *iov, int iovcnt, void *dest) argument
46 for (i = 0; i < iovcnt; i++)
H A Drfbcrypto_polarssl.c6 void digestmd5(const struct iovec *iov, int iovcnt, void *dest) argument
12 for (i = 0; i < iovcnt; i++)
17 void digestsha1(const struct iovec *iov, int iovcnt, void *dest) argument
23 for (i = 0; i < iovcnt; i++)
/external/kernel-headers/original/uapi/linux/
H A Dmic_ioctl.h30 * @iovcnt: Number of IOVEC structures in iov.
42 __u32 iovcnt; member in struct:mic_copy_desc
/external/openssh/
H A Datomicio.c102 const struct iovec *_iov, int iovcnt,
110 if (iovcnt > IOV_MAX) {
115 memcpy(iov, _iov, iovcnt * sizeof(*_iov));
121 for (; iovcnt > 0 && iov[0].iov_len > 0;) {
122 res = (f) (fd, iov, iovcnt);
141 while (iovcnt > 0 && rem >= iov[0].iov_len) {
144 iovcnt--;
147 if (rem > 0 && (iovcnt <= 0 || rem > iov[0].iov_len)) {
151 if (iovcnt == 0)
167 const struct iovec *_iov, int iovcnt)
101 atomiciov6(ssize_t (f) int, const struct iovec *, int), int fd, const struct iovec *_iov, int iovcnt, int (*cb)(void *, size_t), void *cb_arg) argument
166 atomiciov(ssize_t (f) int, const struct iovec *, int), int fd, const struct iovec *_iov, int iovcnt) argument
[all...]
/external/fio/os/windows/
H A Dposix.c703 ssize_t readv(int fildes, const struct iovec *iov, int iovcnt) argument
710 ssize_t writev(int fildes, const struct iovec *iov, int iovcnt) argument
714 for (i = 0; i < iovcnt; i++)

Completed in 1172 milliseconds