Searched refs:o_stream_sendv (Results 1 - 17 of 17) sorted by relevance
/dovecot/src/lib/ |
H A D | ostream-hash.c | 23 if ((ret = o_stream_sendv(stream->parent, iov, iov_count)) < 0) {
|
H A D | ostream-rawlog.c | 31 if ((ret = o_stream_sendv(stream->parent, iov, iov_count)) < 0) {
|
H A D | test-ostream-escaped.c | 25 test_assert(o_stream_sendv(os_encode, iov, 2) == 12);
|
H A D | ostream-failure-at.c | 68 ret = o_stream_sendv(stream->parent, iov_dup, iov_dup_count);
|
H A D | ostream.h | 159 ssize_t o_stream_sendv(struct ostream *stream, const struct const_iovec *iov,
|
H A D | ostream.c | 257 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 D | ostream-metawrap.c | 34 if ((ret = o_stream_sendv(stream->parent, iov, iov_count)) < 0)
|
H A D | ostream-cmp.c | 64 if ((ret = o_stream_sendv(stream->parent, iov, iov_count)) < 0) {
|
/dovecot/src/lib-mail/ |
H A D | ostream-dot.c | 201 } else if ((ret=o_stream_sendv(stream->parent, iov_new, count)) <= 0) {
|
/dovecot/src/plugins/mail-filter/ |
H A D | ostream-ext-filter.c | 52 ret = o_stream_sendv(mstream->ext_out, iov, iov_count);
|
/dovecot/src/lib-master/ |
H A D | anvil-client.c | 214 if (o_stream_sendv(client->output, iov, 2) < 0) {
|
/dovecot/src/lib-auth/ |
H A D | auth-client-request.c | 164 if (o_stream_sendv(request->conn->output, iov, 3) < 0)
|
/dovecot/src/lib-http/ |
H A D | http-server-response.c | 287 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 D | http-transfer-chunked.c | 631 if ((ret=o_stream_sendv(stream->parent, iov_new, iov_count)) <= 0) {
|
H A D | http-client-request.c | 1310 if (o_stream_sendv(conn->conn.output, iov, N_ELEMENTS(iov)) < 0) {
|
/dovecot/src/imap/ |
H A D | imap-client.c | 574 if (o_stream_sendv(client->output, iov, 2) < 0)
|
/dovecot/src/lib-dict/ |
H A D | dict-client.c | 297 ret = o_stream_sendv(dict->conn.conn.output, iov, 2);
|
Completed in 2858 milliseconds