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

/dovecot/src/lib-charset/
H A Dtest-charset.c138 unsigned char nextbuf[5+CHARSET_MAX_PENDING_BUF_SIZE+1]; local
147 memset(nextbuf, '?', sizeof(nextbuf));
148 memcpy(nextbuf, "+AOQ-", 5);
149 size = sizeof(nextbuf);
150 test_assert(charset_to_utf8(trans, nextbuf, &size, str) == CHARSET_RET_OK);

Completed in 6 milliseconds