Searched defs:iovcnt (Results 1 - 7 of 7) sorted by relevance
/external/libvncserver/libvncserver/ |
H A D | rfbcrypto_gnutls.c | 28 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 D | rfbcrypto_included.c | 29 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 D | rfbcrypto_openssl.c | 29 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 D | rfbcrypto_polarssl.c | 6 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 D | mic_ioctl.h | 30 * @iovcnt: Number of IOVEC structures in iov. 42 __u32 iovcnt; member in struct:mic_copy_desc
|
/external/openssh/ |
H A D | atomicio.c | 102 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 D | posix.c | 703 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