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

/dovecot/src/lib/
H A Dostream-hash.c23 if ((ret = o_stream_sendv(stream->parent, iov, iov_count)) < 0) {
H A Dostream-rawlog.c31 if ((ret = o_stream_sendv(stream->parent, iov, iov_count)) < 0) {
H A Dtest-ostream-escaped.c25 test_assert(o_stream_sendv(os_encode, iov, 2) == 12);
H A Dostream-failure-at.c68 ret = o_stream_sendv(stream->parent, iov_dup, iov_dup_count);
H A Dostream.h159 ssize_t o_stream_sendv(struct ostream *stream, const struct const_iovec *iov,
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) {
/dovecot/src/lib-fs/
H A Dostream-metawrap.c34 if ((ret = o_stream_sendv(stream->parent, iov, iov_count)) < 0)
H A Dostream-cmp.c64 if ((ret = o_stream_sendv(stream->parent, iov, iov_count)) < 0) {
/dovecot/src/lib-mail/
H A Dostream-dot.c201 } else if ((ret=o_stream_sendv(stream->parent, iov_new, count)) <= 0) {
/dovecot/src/plugins/mail-filter/
H A Dostream-ext-filter.c52 ret = o_stream_sendv(mstream->ext_out, iov, iov_count);
/dovecot/src/lib-master/
H A Danvil-client.c214 if (o_stream_sendv(client->output, iov, 2) < 0) {
/dovecot/src/lib-auth/
H A Dauth-client-request.c164 if (o_stream_sendv(request->conn->output, iov, 3) < 0)
/dovecot/src/lib-http/
H A Dhttp-server-response.c287 if ((ret=o_stream_sendv(output, iov, iov_count)) < 0) {
666 if (o_stream_sendv(conn->conn.output, iov, N_ELEMENTS(iov)) < 0) {
H A Dhttp-transfer-chunked.c631 if ((ret=o_stream_sendv(stream->parent, iov_new, iov_count)) <= 0) {
H A Dhttp-client-request.c1310 if (o_stream_sendv(conn->conn.output, iov, N_ELEMENTS(iov)) < 0) {
/dovecot/src/imap/
H A Dimap-client.c574 if (o_stream_sendv(client->output, iov, 2) < 0)
/dovecot/src/lib-dict/
H A Ddict-client.c297 ret = o_stream_sendv(dict->conn.conn.output, iov, 2);

Completed in 2858 milliseconds