Searched refs:XML_PARSE_IGNORE_ENC (Results 1 – 7 of 7) sorted by relevance
1115 XML_PARSE_IGNORE_ENC= 1<<21,/* ignore internal document encoding hint */ enumerator
1142 XML_PARSE_IGNORE_ENC= 1<<21,/* ignore internal document encoding hint */ enumerator
10307 if (ctxt->options & XML_PARSE_IGNORE_ENC) { in xmlParseEncodingDecl()15168 if (options & XML_PARSE_IGNORE_ENC) { in xmlCtxtUseOptionsInternal()15169 ctxt->options |= XML_PARSE_IGNORE_ENC; in xmlCtxtUseOptionsInternal()15170 options -= XML_PARSE_IGNORE_ENC; in xmlCtxtUseOptionsInternal()
1262 d XML_PARSE_IGNORE_ENC... No int doc code hint
3232 options |= XML_PARSE_IGNORE_ENC; in main()
10399 if (ctxt->options & XML_PARSE_IGNORE_ENC) { in xmlParseEncodingDecl()15122 if (options & XML_PARSE_IGNORE_ENC) { in xmlCtxtUseOptionsInternal()15123 ctxt->options |= XML_PARSE_IGNORE_ENC; in xmlCtxtUseOptionsInternal()15124 options -= XML_PARSE_IGNORE_ENC; in xmlCtxtUseOptionsInternal()
945 fix memory leak xml header encoding field with XML_PARSE_IGNORE_ENC (Bart De Schuymer),