Searched refs:HTML_PARSE_IGNORE_ENC (Results 1 – 2 of 2) sorted by relevance
188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
3452 (ctxt->options & HTML_PARSE_IGNORE_ENC)) in htmlCheckEncoding()6543 if (options & HTML_PARSE_IGNORE_ENC) { in htmlCtxtUseOptions()6544 ctxt->options |= HTML_PARSE_IGNORE_ENC; in htmlCtxtUseOptions()6545 options -= HTML_PARSE_IGNORE_ENC; in htmlCtxtUseOptions()