Lines Matching refs:iovec
52 const struct iovec *iov, in qio_channel_readv_full()
80 const struct iovec *iov, in qio_channel_writev_full()
114 const struct iovec *iov, in qio_channel_readv_all_eof()
123 const struct iovec *iov, in qio_channel_readv_all()
131 const struct iovec *iov, in qio_channel_readv_full_all_eof()
138 struct iovec *local_iov = g_new(struct iovec, niov); in qio_channel_readv_full_all_eof()
139 struct iovec *local_iov_head = local_iov; in qio_channel_readv_full_all_eof()
222 const struct iovec *iov, in qio_channel_readv_full_all()
242 const struct iovec *iov, in qio_channel_writev_all()
250 const struct iovec *iov, in qio_channel_writev_full_all()
256 struct iovec *local_iov = g_new(struct iovec, niov); in qio_channel_writev_full_all()
257 struct iovec *local_iov_head = local_iov; in qio_channel_writev_full_all()
295 const struct iovec *iov, in qio_channel_readv()
304 const struct iovec *iov, in qio_channel_writev()
317 struct iovec iov = { .iov_base = buf, .iov_len = buflen }; in qio_channel_read()
327 struct iovec iov = { .iov_base = (char *)buf, .iov_len = buflen }; in qio_channel_write()
337 struct iovec iov = { .iov_base = buf, .iov_len = buflen }; in qio_channel_read_all_eof()
347 struct iovec iov = { .iov_base = buf, .iov_len = buflen }; in qio_channel_read_all()
357 struct iovec iov = { .iov_base = (char *)buf, .iov_len = buflen }; in qio_channel_write_all()
460 ssize_t qio_channel_pwritev(QIOChannel *ioc, const struct iovec *iov, in qio_channel_pwritev()
481 struct iovec iov = { in qio_channel_pwrite()
489 ssize_t qio_channel_preadv(QIOChannel *ioc, const struct iovec *iov, in qio_channel_preadv()
510 struct iovec iov = { in qio_channel_pread()