Searched refs:XML_PARSE_OLD10 (Results 1 – 7 of 7) sorted by relevance
373 options |= XML_PARSE_OLD10; in xmlconfTestItem()
3239 if ((ctxt->options & XML_PARSE_OLD10) == 0) { in xmlIsNameStartChar()3270 if ((ctxt->options & XML_PARSE_OLD10) == 0) { in xmlIsNameChar()3327 if ((ctxt->options & XML_PARSE_OLD10) == 0) { in xmlParseNameComplex()10723 if (ctxt->options & XML_PARSE_OLD10) { in xmlParseXMLDecl()11004 if (ctxt->options & XML_PARSE_OLD10) in xmlParseDocument()15372 if (options & XML_PARSE_OLD10) { in xmlCtxtUseOptionsInternal()15373 ctxt->options |= XML_PARSE_OLD10; in xmlCtxtUseOptionsInternal()15374 options -= XML_PARSE_OLD10; in xmlCtxtUseOptionsInternal()
3490 options |= XML_PARSE_OLD10; in main()
1015 if (ctxt->options & XML_PARSE_OLD10) in xmlSAX2StartDocument()
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