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

/dovecot/src/lib-mail/
H A Dmessage-header-encode.c163 const unsigned char *next_line_input; local
195 next_line_input = memchr(input, '\n', len);
196 if (next_line_input != NULL) {
197 cur_line_len = next_line_input - input;
200 next_line_input = input + cur_line_len;
233 if (next_line_input != NULL) {
236 if (next_line_input[0] == '\r') {
242 i_assert(next_line_input[i] == '\n');
250 if (next_line_input[i] == ' ' || next_line_input[
[all...]

Completed in 9 milliseconds