Home
last modified time | relevance | path

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

/third_party/libxml2/
Drunxmlconf.c373 options |= XML_PARSE_OLD10; in xmlconfTestItem()
Dparser.c3137 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()
DSAX2.c987 if (ctxt->options & XML_PARSE_OLD10) in xmlSAX2StartDocument()
Dxmllint.c3539 options |= XML_PARSE_OLD10; in main()
Druntest.c4329 XML_PARSE_OLD10 },
/third_party/libxml2/include/libxml/
Dparser.h1111 XML_PARSE_OLD10 = 1<<17,/* parse using XML-1.0 before update 5 */ enumerator
/third_party/gettext/gnulib-local/lib/libxml/
Dparser.in.h1138 XML_PARSE_OLD10 = 1<<17,/* parse using XML-1.0 before update 5 */ enumerator
Dparser.c3101 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()
DSAX2.c1044 if (ctxt->options & XML_PARSE_OLD10) in xmlSAX2StartDocument()
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle1254 d XML_PARSE_OLD10... B4 upd5 compatible
/third_party/chromium/patch/
D0001-cve.patch75102 - * parser.c: fix the XML_PARSE_OLD10 processing of the new option
75112 - implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10
125609 XML_PARSE_OLD10 },