Home
last modified time | relevance | path

Searched refs:max_mb_chunks (Results 1 – 1 of 1) sorted by relevance

/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/common/
H A Dmime.c230 size_t max_mb_chunks; /* max decoder's chunks to flush mb seq */ member
465 if (state->max_mb_chunks == 0) in mime_get_mb_tail()
502 + (state->max_mb_chunks + 1) * B64_NLET_PER_CHUNK > limit) { in mime_word_enc_b64()
646 if (state->vpos + (state->max_mb_chunks + 1) * QP_NLET_MAX > limit) { in mime_word_enc_qp()
743 state->max_mb_chunks = mime_max_mb_chunks_qp(charset); in mime_header_enc_start()
749 state->max_mb_chunks = mime_max_mb_chunks_b64(charset); in mime_header_enc_start()