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

/dovecot/src/lib-mail/
H A Dmessage-header-encode.c161 unsigned int i, j, first_line_len, cur_line_len, last_idx; local
207 last_idx = 0; enc_chars = 0;
210 last_idx = i + 1;
214 while (last_idx < len && !IS_LWSP(input[last_idx]))
215 last_idx++;
219 enc_len = last_idx;
231 str_append_data(output, input + last_idx, len - last_idx);

Completed in 35 milliseconds