Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ enumerator
/external/libxml2/
DHTMLparser.c3452 (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()