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

/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-save.c44 struct istream *crlf_input; local
50 crlf_input = i_stream_create_lf(input);
51 ctx->input = index_mail_cache_parse_init(_ctx->dest_mail, crlf_input);
52 i_stream_unref(&crlf_input);
/dovecot/src/lib-storage/index/cydir/
H A Dcydir-save.c83 struct istream *crlf_input; local
122 crlf_input = i_stream_create_crlf(input);
123 ctx->input = index_mail_cache_parse_init(_ctx->dest_mail, crlf_input);
124 i_stream_unref(&crlf_input);
/dovecot/src/lib-imap-storage/
H A Dimap-msgpart.c422 struct istream *crlf_input, *errinput; local
458 crlf_input = i_stream_create_crlf(input);
460 i_stream_skip(crlf_input, 1);
462 return crlf_input;

Completed in 491 milliseconds