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

/dovecot/src/lib/
H A Dtest-istream-crlf.c15 struct istream *istream, *crlf_istream; local
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);
[all...]
H A Distream-crlf.c7 struct crlf_istream { struct
14 static int i_stream_crlf_read_common(struct crlf_istream *cstream)
41 struct crlf_istream *cstream = (struct crlf_istream *)stream;
117 struct crlf_istream *cstream = (struct crlf_istream *)stream;
183 struct crlf_istream *cstream;
185 cstream = i_new(struct crlf_istream, 1);

Completed in 851 milliseconds