Lines Matching defs:err_stream
83 struct istream *input, *err_stream;
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 == NULL);