Searched refs:trans_buf (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-mail/
H A Dmessage-decoder.c203 unsigned char trans_buf[CHARSET_MAX_PENDING_BUF_SIZE+1]; local
207 /* @UNSAFE: move the previously untranslated bytes to trans_buf
210 memcpy(trans_buf, ctx->translation_buf, ctx->translation_size);
211 data_wanted = sizeof(trans_buf) - ctx->translation_size;
214 memcpy(trans_buf + ctx->translation_size, *data, data_wanted);
217 (void)charset_to_utf8(ctx->charset_trans, trans_buf,
223 memcpy(ctx->translation_buf, trans_buf, orig_size);

Completed in 7 milliseconds