Searched refs:crlf (Results 1 - 6 of 6) sorted by relevance

/dovecot/src/lib/
H A Distream-base64.h6 unsigned int chars_per_line, bool crlf);
H A Dtest-istream-base64-encoder.c11 bool crlf; member in struct:test
41 bool crlf, const char *output)
52 input = i_stream_create_base64_encoder(input_data, chars_per_line, crlf);
111 tests[i].crlf, tests[i].output);
40 encode_test(const char *text, unsigned int chars_per_line, bool crlf, const char *output) argument
H A Distream-base64-encoder.c16 bool crlf; member in struct:base64_encoder_istream
55 if (!i_stream_try_alloc(stream, bstream->crlf ? 2 : 1, &avail))
58 if (bstream->crlf)
171 size += newlines * (bstream->crlf ? 2 : 1);
179 unsigned int chars_per_line, bool crlf)
187 bstream->crlf = crlf;
178 i_stream_create_base64_encoder(struct istream *input, unsigned int chars_per_line, bool crlf) argument
H A Distream-crlf.c5 #include "istream-crlf.h"
181 i_stream_create_crlf_full(struct istream *input, bool crlf) argument
187 cstream->istream.read = crlf ? i_stream_crlf_read_crlf :
/dovecot/src/lib-mail/
H A Distream-header-filter.c36 bool crlf:1; member in struct:header_filter_istream
96 if (mstream->crlf)
135 if (mstream->crlf || (orig_crlf && mstream->crlf_preserve))
417 if (mstream->crlf)
426 return mstream->crlf ? 2 : 1;
593 stream->statbuf.st_size += mstream->crlf ? 2 : 1;
658 mstream->crlf = FALSE;
660 mstream->crlf = TRUE;
H A Dmessage-search.c84 static const unsigned char crlf[2] = { '\r', '\n' }; local
93 str_find_more(ctx->str_find_ctx, crlf, 2));

Completed in 2732 milliseconds