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

/dovecot/src/lib-imap/
H A Dimap-base-subject.c15 bool last_lwsp; local
31 dest = data; last_lwsp = FALSE;
35 if (!last_lwsp) {
37 last_lwsp = TRUE;
41 last_lwsp = FALSE;
H A Dimap-quote.c156 bool whitespace_prefix = TRUE, last_lwsp = TRUE, modify = FALSE; local
163 last_lwsp = FALSE;
172 if (last_lwsp) {
176 last_lwsp = TRUE;
181 last_lwsp = FALSE;
186 last_lwsp = FALSE;
189 if (!last_lwsp)
192 if (last_lwsp && i > 0 && !whitespace_prefix) {
213 last_lwsp = TRUE; whitespace_prefix = TRUE;
218 last_lwsp
[all...]

Completed in 11 milliseconds