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

/dovecot/src/lib-mail/
H A Dmessage-decoder.c28 struct charset_translation *charset_trans; member in struct:message_decoder_context
66 if (ctx->charset_trans != NULL)
67 charset_to_utf8_end(&ctx->charset_trans);
217 (void)charset_to_utf8(ctx->charset_trans, trans_buf,
250 if (ctx->charset_trans != NULL && ctx->content_charset != NULL &&
253 charset_to_utf8_reset(ctx->charset_trans);
257 if (ctx->charset_trans != NULL)
258 charset_to_utf8_end(&ctx->charset_trans);
264 &ctx->charset_trans) < 0)
265 ctx->charset_trans
[all...]

Completed in 6 milliseconds