Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h1110 XML_PARSE_IGNORE_ENC= 1<<21 /* ignore internal document encoding hint */ enumerator
/external/libxml2/
Dparser.c9942 if (ctxt->options & XML_PARSE_IGNORE_ENC) in xmlParseEncodingDecl()
14588 if (options & XML_PARSE_IGNORE_ENC) { in xmlCtxtUseOptionsInternal()
14589 ctxt->options |= XML_PARSE_IGNORE_ENC; in xmlCtxtUseOptionsInternal()
14590 options -= XML_PARSE_IGNORE_ENC; in xmlCtxtUseOptionsInternal()
Dxmllint.c3146 options |= XML_PARSE_IGNORE_ENC; in main()