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

/dovecot/src/lib-mail/
H A Distream-header-filter.c40 bool end_body_with_lf:1; member in struct:header_filter_istream
80 (mstream->end_body_with_lf &&
93 if (mstream->end_body_with_lf && data[pos-1] != '\n' &&
459 if (mstream->end_body_with_lf)
589 } else if (!mstream->end_body_with_lf) {
663 mstream->end_body_with_lf =

Completed in 1262 milliseconds