Searched refs:o_stream_finish (Results 1 - 25 of 39) sorted by relevance

12

/dovecot/src/lib/
H A Dtest-ostream-multiplex.c128 test_assert(o_stream_finish(chan1) > 0);
130 test_assert(o_stream_finish(chan0) > 0);
H A Dtest-multiplex.c109 test_assert(o_stream_finish(channel->out) > 0);
112 test_assert(o_stream_finish(channel->out_alt) > 0);
H A Dtest-ostream-buffer.c42 test_assert(o_stream_finish(output) > 0);
H A Dostream.h104 o_stream_finish() must be used before the stream is closed. When ostream
175 int o_stream_finish(struct ostream *stream);
176 /* Specify whether calling o_stream_finish() will cause the parent stream to
179 /* Specify whether calling o_stream_finish() on a child stream will cause
H A Dtest-ostream-file.c49 test_assert(o_stream_finish(output) > 0);
H A Dtest-istream-multiplex.c312 test_assert(o_stream_finish(os) > 0);
/dovecot/src/lib-mail/
H A Dtest-ostream-dot.c42 test_assert(o_stream_finish(output) > 0);
H A Distream-attachment-extractor.c403 if (o_stream_finish(output) < 0) {
455 if (o_stream_finish(part->temp_output) < 0) {
H A Dtest-istream-attachment.c184 if (o_stream_finish(output) < 0)
/dovecot/src/lib-compression/
H A Dtest-compression.c65 test_assert(o_stream_finish(output) > 0);
116 test_assert(o_stream_finish(output) > 0);
122 test_assert(o_stream_finish(output) > 0);
265 if (o_stream_finish(output) < 0) {
/dovecot/src/lib-dcrypt/
H A Dtest-stream.c170 i_assert(o_stream_finish(os_2) > 0);
198 test_assert(o_stream_finish(os_2) > 0);
249 test_assert(o_stream_finish(os_2) > 0);
291 test_assert(o_stream_finish(os_2) > 0);
337 test_assert(o_stream_finish(os_2) > 0);
390 test_assert(o_stream_finish(os_2) > 0);
434 test_assert(o_stream_finish(os_2) > 0);
/dovecot/src/lib-index/
H A Dmail-index-write.c86 if (o_stream_finish(output) < 0) {
/dovecot/src/lib-program-client/
H A Dtest-program-client-net.c85 if (o_stream_finish(client->out) < 0)
182 test_assert(o_stream_finish(os) > 0);
H A Dtest-program-client-unix.c68 if (o_stream_finish(client->out) < 0)
/dovecot/src/util/
H A Drawlog.c49 if (o_stream_finish(proxy->in_output) < 0) {
57 if (o_stream_finish(proxy->out_output) < 0) {
/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-save.c104 ret = o_stream_finish(mdata->output);
/dovecot/src/plugins/acl/
H A Dacl-backend-vfile-update.c161 if (o_stream_finish(output) < 0) {
H A Dacl-backend-vfile-acllist.c284 if (o_stream_finish(output) < 0) {
/dovecot/src/lib-master/
H A Dmaster-instance.c154 if (o_stream_finish(output) < 0) {
/dovecot/src/lib-storage/index/cydir/
H A Dcydir-save.c150 if (o_stream_finish(ctx->ctx.data.output) < 0) {
/dovecot/src/lib-storage/list/
H A Dsubscription-file.c234 if (o_stream_finish(output) < 0) {
/dovecot/src/lib-storage/
H A Dmail-duplicate.c323 if (o_stream_finish(output) < 0) {
/dovecot/src/lib-storage/index/dbox-single/
H A Dsdbox-file.c331 if (o_stream_finish(output) < 0) {
/dovecot/src/lib-storage/index/imapc/
H A Dimapc-save.c276 if (o_stream_finish(_ctx->data.output) < 0) {
/dovecot/src/replication/replicator/
H A Dreplicator-queue.c449 if (o_stream_finish(output) < 0) {

Completed in 28 milliseconds

12