Lines Matching refs:iov_count
15 unsigned int iov_count, iov_idx;
277 unsigned int iov_count, i;
285 iov_count = rpay->iov_count - rpay->iov_idx;
287 if ((ret=o_stream_sendv(output, iov, iov_count)) < 0) {
293 for (i = 0; i < iov_count && bytes_left > 0; i++) {
299 if (i < iov_count) {
305 i_assert(rpay->iov_idx == rpay->iov_count);
316 const struct const_iovec *iov, unsigned int iov_count)
348 rpay.iov = i_new(struct const_iovec, iov_count);
349 memcpy(rpay.iov, iov, sizeof(*iov)*iov_count);
350 rpay.iov_count = iov_count;
388 if (rpay.iov_count > 0 && rpay.iov_idx >= rpay.iov_count)
718 const struct const_iovec *iov, unsigned int iov_count)
726 (&hsostream->resp, iov, iov_count) < 0) {
738 for (i = 0; i < iov_count; i++)