Searched refs:XML_PARSE_IGNORE_ENC (Results 1 – 5 of 5) sorted by relevance
1113 XML_PARSE_IGNORE_ENC= 1<<21,/* ignore internal document encoding hint */ enumerator
1262 d XML_PARSE_IGNORE_ENC... No int doc code hint
3180 options |= XML_PARSE_IGNORE_ENC; in main()
10535 if (ctxt->options & XML_PARSE_IGNORE_ENC) { in xmlParseEncodingDecl()15390 if (options & XML_PARSE_IGNORE_ENC) { in xmlCtxtUseOptionsInternal()15391 ctxt->options |= XML_PARSE_IGNORE_ENC; in xmlCtxtUseOptionsInternal()15392 options -= XML_PARSE_IGNORE_ENC; in xmlCtxtUseOptionsInternal()
19 fix memory leak xml header encoding field with XML_PARSE_IGNORE_ENC (Bart De Schuymer),