Lines Matching defs:crlf_istream
15 struct istream *istream, *crlf_istream;
24 crlf_istream = i_stream_create_lf(istream);
34 crlf_istream = i_stream_create_crlf(istream);
47 i_stream_unref(&crlf_istream);
50 crlf_istream = j%2 == 0 ?
56 ret1 = i_stream_read(crlf_istream);
57 if (crlf_istream->real_stream->buffer_size != 0) {
59 crlf_istream->real_stream->buffer_size =
60 I_MAX(crlf_istream->real_stream->pos, i);
62 ret2 = i_stream_read(crlf_istream);
63 data = i_stream_get_data(crlf_istream, &size);
74 i_stream_unref(&crlf_istream);