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

/dovecot/src/lib-imap/
H A Dimap-utf7.c192 unsigned int outstart = 0, outpos = 0; local
203 if (++outpos % 4 == outstart) {
204 if (utf16buf_to_utf8(dest, output, &outstart, 4) < 0)
218 if (++outpos % 4 == outstart) {
219 if (utf16buf_to_utf8(dest, output, &outstart, 4) < 0)
233 if (++outpos % 4 == outstart) {
234 if (utf16buf_to_utf8(dest, output, &outstart, 4) < 0)
240 if (outstart != outpos % 4) {
241 if (utf16buf_to_utf8(dest, output, &outstart,
242 (4 + outpos - outstart)
[all...]

Completed in 7 milliseconds