Searched refs:XML_PARSE_OLD10 (Results 1 – 8 of 8) sorted by relevance
373 options |= XML_PARSE_OLD10; in xmlconfTestItem()
3072 if ((ctxt->options & XML_PARSE_OLD10) == 0) { in xmlIsNameStartChar()3103 if ((ctxt->options & XML_PARSE_OLD10) == 0) { in xmlIsNameChar()3160 if ((ctxt->options & XML_PARSE_OLD10) == 0) { in xmlParseNameComplex()10466 if (ctxt->options & XML_PARSE_OLD10) { in xmlParseXMLDecl()10747 if (ctxt->options & XML_PARSE_OLD10) in xmlParseDocument()15116 if (options & XML_PARSE_OLD10) { in xmlCtxtUseOptionsInternal()15117 ctxt->options |= XML_PARSE_OLD10; in xmlCtxtUseOptionsInternal()15118 options -= XML_PARSE_OLD10; in xmlCtxtUseOptionsInternal()
1016 if (ctxt->options & XML_PARSE_OLD10) in xmlSAX2StartDocument()
3472 options |= XML_PARSE_OLD10; in main()
4246 XML_PARSE_OLD10 },
507 * parser.c: fix the XML_PARSE_OLD10 processing of the new option517 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10
1109 XML_PARSE_OLD10 = 1<<17,/* parse using XML-1.0 before update 5 */ enumerator
1254 d XML_PARSE_OLD10... B4 upd5 compatible