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

/dovecot/src/lib-mail/
H A Dmessage-decoder.c30 size_t translation_size; member in struct:message_decoder_context
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);
216 orig_size = trans_size = ctx->translation_size + data_wanted;
220 if (trans_size <= ctx->translation_size) {
224 ctx->translation_size = orig_size;
229 skip = trans_size - ctx->translation_size;
235 ctx->translation_size = 0;
341 if (ctx->translation_size !
[all...]

Completed in 1702 milliseconds