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

/dovecot/src/lib-mail/
H A Dmessage-decoder.c29 char translation_buf[CHARSET_MAX_PENDING_BUF_SIZE]; member in struct:message_decoder_context
210 memcpy(trans_buf, ctx->translation_buf, ctx->translation_size);
223 memcpy(ctx->translation_buf, trans_buf, orig_size);
350 sizeof(ctx->translation_buf));
351 memcpy(ctx->translation_buf, data + pos,

Completed in 712 milliseconds