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

/dovecot/src/doveadm/
H A Ddoveadm-dsync.c83 struct istream *input, *err_stream; member in struct:dsync_cmd_context
130 switch (i_stream_read(ctx->err_stream)) {
132 data = i_stream_get_data(ctx->err_stream, &size);
134 i_stream_skip(ctx->err_stream, size);
140 while ((line = i_stream_next_line(ctx->err_stream)) != NULL)
197 ctx->err_stream = i_stream_create_fd(ctx->fd_err, IO_BLOCK_SIZE);
198 i_stream_set_return_partial_line(ctx->err_stream, TRUE);
745 remote_errors_logged = ctx->err_stream->v_offset > 0;
746 i_stream_destroy(&ctx->err_stream);
750 i_assert(ctx->err_stream
[all...]

Completed in 10 milliseconds