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

/dovecot/src/lib-mail/
H A Distream-dot.c21 bool send_last_lf:1; member in struct:dot_istream
92 if (dstream->send_last_lf) {
219 struct istream *i_stream_create_dot(struct istream *input, bool send_last_lf) argument
230 dstream->send_last_lf = send_last_lf;
H A Dtest-istream-dot.c16 bool send_last_lf, bool test_bufsize)
28 input = i_stream_create_dot(test_input, send_last_lf);
32 if (!send_last_lf &&
15 test_istream_dot_one(const struct dot_test *test, bool send_last_lf, bool test_bufsize) argument

Completed in 6 milliseconds