Home
last modified time | relevance | path

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

/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/common/
H A Dmime.c574 #define QP_NLET_MAX 3 /* =XX */ macro
584 sum += QP_NLET_MAX; in mime_qp_calc_len()
599 char buf[QP_NLET_MAX + 1]; /* max encoded length =XX\0 */ in _mime_qp_encode_octet()
646 if (state->vpos + (state->max_mb_chunks + 1) * QP_NLET_MAX > limit) { in mime_word_enc_qp()
958 if (pos + QP_NLET_MAX > MIME_STRING_LIMIT) { in mime_qp_encode_tl()