/dovecot/src/lib/ |
H A D | test-ostream-failure-at.c | 25 test_assert(o_stream_send(output, test_data, sizeof(test_data)) == (int)i); 26 test_assert_idx(o_stream_send(output, test_data, sizeof(test_data)) == -1 && 36 test_assert(o_stream_send(output, test_data, sizeof(test_data)) == TEST_DATA_LENGTH); 46 test_assert(o_stream_send(output, test_data, sizeof(test_data)) == TEST_DATA_LENGTH);
|
H A D | test-iostream-temp.c | 17 test_assert(o_stream_send(output, "123", 3) == 3); 19 test_assert(o_stream_send(output, "4", 1) == 1); 25 test_assert(o_stream_send(output, "5", 1) == 1); 39 test_assert(o_stream_send(output, "123", 3) == 3); 41 test_assert(o_stream_send(output, "4", 1) == 1); 44 test_assert(o_stream_send(output, "5", 1) == 1); 58 test_assert(o_stream_send(output, "123", 3) == 3); 63 test_assert(o_stream_send(output, "45", 2) == 2); 104 test_assert(o_stream_send(output, "1234", 4) == 4); 119 test_assert(o_stream_send(outpu [all...] |
H A D | test-ostream-escaped.c | 36 test_assert(o_stream_send(os_encode, "\x15\x00!\x00\x15\x11" "123456", 12) == 12);
|
H A D | ostream-escaped.c | 24 ret = o_stream_send(estream->ostream.parent, str_data(estream->buf), str_len(estream->buf));
|
H A D | test-ostream-buffer.c | 29 test_assert(o_stream_send(output, buf, size) > 0);
|
H A D | ostream.h | 21 /* Number of bytes sent via o_stream_send*() and similar functions. 39 /* o_stream_send() writes all the data or returns failure */ 158 ssize_t o_stream_send(struct ostream *stream, const void *data, size_t size);
|
H A D | test-ostream-file.c | 36 test_assert(o_stream_send(output, buf, size) > 0);
|
H A D | ostream-multiplex.c | 90 ret = o_stream_send(mstream->parent, mstream->wbuf->data,
|
/dovecot/src/lib-mail/ |
H A D | test-ostream-dot.c | 33 ret = o_stream_send(output, data, size);
|
H A D | ostream-dot.c | 42 ret = o_stream_send(stream->parent, ".\r\n", 3); 45 ret = o_stream_send(stream->parent, "\r\n.\r\n", 5);
|
/dovecot/src/log/ |
H A D | doveadm-connection.c | 39 if (o_stream_send(conn->output,
|
/dovecot/src/plugins/mail-filter/ |
H A D | ostream-ext-filter.c | 83 ret = o_stream_send(stream->parent, data, size); 158 ssize_t ret = o_stream_send(mstream->ext_out, str_data(str), str_len(str));
|
H A D | istream-ext-filter.c | 185 ret = o_stream_send(mstream->ext_out, str_data(str), str_len(str));
|
/dovecot/src/imap/ |
H A D | imap-fetch.c | 433 if (o_stream_send(ctx->client->output, data, len) < 0) 662 if (o_stream_send(ctx->client->output, ")\r\n", 3) < 0) 714 if (o_stream_send(ctx->client->output, " ", 1) < 0) 718 if (o_stream_send(ctx->client->output, "BODY (", 6) < 0 || 720 o_stream_send(ctx->client->output, ")", 1) < 0) 748 if (o_stream_send(ctx->client->output, " ", 1) < 0) 752 if (o_stream_send(ctx->client->output, "BODYSTRUCTURE (", 15) < 0 || 754 o_stream_send(ctx->client->output, ")", 1) < 0) 779 if (o_stream_send(ctx->client->output, " ", 1) < 0) 783 if (o_stream_send(ct [all...] |
/dovecot/src/lib-compression/ |
H A D | ostream-zlib.c | 47 ret = o_stream_send(zstream->ostream.parent, zstream->gz_header, 66 if (o_stream_send(output, buf, sizeof(buf)) != sizeof(buf)) 96 ret = o_stream_send(zstream->ostream.parent,
|
H A D | test-compression.c | 43 test_assert(o_stream_send(output, buf, sizeof(buf)) == sizeof(buf)); 50 test_assert(o_stream_send(output, buf, sizeof(buf)) == sizeof(buf)); 62 test_assert(o_stream_send(output, buf, sizeof(buf)) == sizeof(buf));
|
H A D | ostream-bzlib.c | 43 ret = o_stream_send(zstream->ostream.parent,
|
/dovecot/src/imap-urlauth/ |
H A D | imap-urlauth-client.c | 119 ret = o_stream_send(client->output, 239 ret = o_stream_send(client->ctrl_output,
|
/dovecot/src/lmtp/ |
H A D | commands.c | 169 if (o_stream_send(state->mail_data_output,
|
/dovecot/src/anvil/ |
H A D | connect-limit.c | 173 if (o_stream_send(output, str_data(str), str_len(str)) < 0)
|
H A D | penalty.c | 269 if (o_stream_send(output, str_data(str), str_len(str)) < 0)
|
/dovecot/src/lib-http/ |
H A D | test-http-transfer.c | 292 ret = o_stream_send(ochunked, rdata, rsize);
|
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-save.c | 113 if (o_stream_send(ctx->output, "\n", 1) < 0) { 184 if (o_stream_send(ctx->output, str, len) < 0 || 521 if (o_stream_send(ctx->output, data, size) < 0) { 555 if (o_stream_send(ctx->output, str_data(ctx->headers), 592 if (o_stream_send(ctx->output, data, i) < 0) { 601 if (o_stream_send(ctx->output, data, size) < 0) {
|
/dovecot/src/lib-storage/index/dbox-common/ |
H A D | dbox-save.c | 57 if (o_stream_send(ctx->dbox_output, &dbox_msg_hdr,
|
/dovecot/src/auth/ |
H A D | mech-winbind.c | 177 if (o_stream_send(request->winbind->out_pipe,
|