Home
last modified time | relevance | path

Searched refs:XML_PARSE_OLD10 (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/
Drunxmlconf.c373 options |= XML_PARSE_OLD10; in xmlconfTestItem()
Dparser.c3239 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()
Dxmllint.c3490 options |= XML_PARSE_OLD10; in main()
DSAX2.c1015 if (ctxt->options & XML_PARSE_OLD10) in xmlSAX2StartDocument()
DChangeLog507 * parser.c: fix the XML_PARSE_OLD10 processing of the new option
517 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10
/external/libxml2/include/libxml/
Dparser.h1109 XML_PARSE_OLD10 = 1<<17,/* parse using XML-1.0 before update 5 */ enumerator
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1254 d XML_PARSE_OLD10... B4 upd5 compatible