Lines Matching defs:charset
74 * =?charset?X?encoding?=
77 * 'charset' is the original character set of the unencoded string.
83 * Both 'charset' and 'X' are case independent and 'encoding' cannot
232 const char *charset;
234 charset = value(ENAME_MIME_CHARSET);
244 decode_word((p1 = p, &p1), (q1 = q, &q1), qend, charset) == 0 &&
271 decode_comment(char **obuf, char *oend, const char **ibuf, const char *iend, const char *charset)
288 decode_word((p1 = p, &p1), (q1 = q, &q1), qend, charset) == 0 &&
313 if (decode_comment(&q, qend, &p, pend, charset) == -1)
439 const char *charset;
442 charset = value(ENAME_MIME_CHARSET);
463 (void)decode_comment(&q, qend, &p, pend, charset);
498 decode_word((p1 = p, &p1), (q1 = q, &q1), qend, charset) == 0 &&