bcb4e51a409d94ae670de96afb8483a4f7855294Stephan Bosch/* Copyright (c) 2016-2018 Dovecot authors, see the included COPYING file */
d1eec04fac1f40f4d8f4c84f7f90ef6944495418Timo Siraineno_stream_null_sendv(struct ostream_private *stream,
d1eec04fac1f40f4d8f4c84f7f90ef6944495418Timo Sirainen const struct const_iovec *iov, unsigned int iov_count)
d1eec04fac1f40f4d8f4c84f7f90ef6944495418Timo Sirainen unsigned int i;
d1eec04fac1f40f4d8f4c84f7f90ef6944495418Timo Sirainen for (i = 0; i < iov_count; i++)