Searched refs:HTML_PARSE_IGNORE_ENC (Results 1 – 3 of 3) sorted by relevance
188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
269 d HTML_PARSE_IGNORE_ENC... Ignore encoding hint
3770 (ctxt->options & HTML_PARSE_IGNORE_ENC)) in htmlCheckEncodingDirect()6861 if (options & HTML_PARSE_IGNORE_ENC) { in htmlCtxtUseOptions()6862 ctxt->options |= HTML_PARSE_IGNORE_ENC; in htmlCtxtUseOptions()6863 options -= HTML_PARSE_IGNORE_ENC; in htmlCtxtUseOptions()