Searched refs:iov_new (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-mail/
H A Dostream-dot.c80 const struct const_iovec *iov_new; local
198 iov_new = array_get(&iov_arr, &count);
201 } else if ((ret=o_stream_sendv(stream->parent, iov_new, count)) <= 0) {
/dovecot/src/lib-http/
H A Dhttp-transfer-chunked.c580 struct const_iovec *iov_new; local
622 iov_new = t_new(struct const_iovec, iov_count);
623 iov_new[0].iov_base = prefix;
624 iov_new[0].iov_len = strlen(prefix);
625 memcpy(&iov_new[1], iov, sizeof(struct const_iovec) * iov_count_new);
626 iov_new[iov_count-2].iov_len = bytes;
627 iov_new[iov_count-1].iov_base = "\r\n";
628 iov_new[iov_count-1].iov_len = 2;
631 if ((ret=o_stream_sendv(stream->parent, iov_new, iov_count)) <= 0) {
639 iov_new[
[all...]

Completed in 13 milliseconds