Searched defs:o_stream_sendv (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dostream.c257 return o_stream_sendv(stream, &iov, 1);
293 ssize_t o_stream_sendv(struct ostream *stream, const struct const_iovec *iov, function
488 if ((ret = o_stream_sendv(outstream, &iov, 1)) < 0)
653 if ((ret = o_stream_sendv(stream->parent, iov, iov_count)) < 0) {

Completed in 19 milliseconds