Searched refs:XML_PARSE_OLD10 (Results 1 – 11 of 11) sorted by relevance
373 options |= XML_PARSE_OLD10; in xmlconfTestItem()
3137 if ((ctxt->options & XML_PARSE_OLD10) == 0) { in xmlIsNameStartChar()3168 if ((ctxt->options & XML_PARSE_OLD10) == 0) { in xmlIsNameChar()3228 if ((ctxt->options & XML_PARSE_OLD10) == 0) { in xmlParseNameComplex()10587 if (ctxt->options & XML_PARSE_OLD10) { in xmlParseXMLDecl()10867 if (ctxt->options & XML_PARSE_OLD10) in xmlParseDocument()15104 if (options & XML_PARSE_OLD10) { in xmlCtxtUseOptionsInternal()15105 ctxt->options |= XML_PARSE_OLD10; in xmlCtxtUseOptionsInternal()15106 options -= XML_PARSE_OLD10; in xmlCtxtUseOptionsInternal()
987 if (ctxt->options & XML_PARSE_OLD10) in xmlSAX2StartDocument()
3539 options |= XML_PARSE_OLD10; in main()
4329 XML_PARSE_OLD10 },
1111 XML_PARSE_OLD10 = 1<<17,/* parse using XML-1.0 before update 5 */ enumerator
1138 XML_PARSE_OLD10 = 1<<17,/* parse using XML-1.0 before update 5 */ enumerator
3101 if ((ctxt->options & XML_PARSE_OLD10) == 0) { in xmlIsNameStartChar()3132 if ((ctxt->options & XML_PARSE_OLD10) == 0) { in xmlIsNameChar()3189 if ((ctxt->options & XML_PARSE_OLD10) == 0) { in xmlParseNameComplex()10495 if (ctxt->options & XML_PARSE_OLD10) { in xmlParseXMLDecl()10776 if (ctxt->options & XML_PARSE_OLD10) in xmlParseDocument()15150 if (options & XML_PARSE_OLD10) { in xmlCtxtUseOptionsInternal()15151 ctxt->options |= XML_PARSE_OLD10; in xmlCtxtUseOptionsInternal()15152 options -= XML_PARSE_OLD10; in xmlCtxtUseOptionsInternal()
1044 if (ctxt->options & XML_PARSE_OLD10) in xmlSAX2StartDocument()
1254 d XML_PARSE_OLD10... B4 upd5 compatible
75102 - * parser.c: fix the XML_PARSE_OLD10 processing of the new option75112 - implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10125609 XML_PARSE_OLD10 },