Home
last modified time | relevance | path

Searched refs:XML_PARSE_DTDVALID (Results 1 – 14 of 14) sorted by relevance

/external/libxml2/doc/examples/
Dparse2.c35 doc = xmlCtxtReadFile(ctxt, filename, NULL, XML_PARSE_DTDVALID); in exampleFunc()
Dreader2.c71 XML_PARSE_DTDVALID); /* validate with the DTD */ in streamFile()
/external/libxml2/
Drunxmlconf.c389 options |= XML_PARSE_DTDVALID; in xmlconfTestItem()
392 options |= XML_PARSE_DTDVALID; in xmlconfTestItem()
Druntest.c2102 } else if (options & XML_PARSE_DTDVALID) { in errParseTest()
4265 XML_PARSE_DTDVALID },
4268 XML_PARSE_DTDVALID },
4272 XML_PARSE_DTDVALID },
4275 XML_PARSE_DTDVALID },
4279 XML_PARSE_DTDVALID },
DparserInternals.c1736 ctxt->options |= XML_PARSE_DTDVALID; in xmlInitParserCtxt()
Dparser.c2658 ((ctxt->options & XML_PARSE_DTDVALID) == 0) && in xmlParserHandlePEReference()
2876 ((ctxt->options & XML_PARSE_DTDVALID) != 0) || in xmlStringLenDecodeEntities()
7319 (ctxt->options & (XML_PARSE_NOENT | XML_PARSE_DTDVALID)))) { in xmlParseReference()
8135 ((ctxt->options & XML_PARSE_DTDVALID) == 0) && in xmlParsePEReference()
15318 if (options & XML_PARSE_DTDVALID) { in xmlCtxtUseOptionsInternal()
15324 options -= XML_PARSE_DTDVALID; in xmlCtxtUseOptionsInternal()
15325 ctxt->options |= XML_PARSE_DTDVALID; in xmlCtxtUseOptionsInternal()
Dxmllint.c3239 options |= XML_PARSE_DTDVALID; in main()
Dxmlreader.c5290 if (options & XML_PARSE_DTDVALID) in xmlTextReaderSetup()
Dtestapi.c261 …) return(XML_PARSE_NOENT | XML_PARSE_DTDLOAD | XML_PARSE_DTDATTR | XML_PARSE_DTDVALID | XML_PARSE_… in gen_parseroptions()
/external/mesa3d/src/mesa/main/
DAPIspecutil.py49 libxml2.XML_PARSE_DTDVALID +
DAPIspec.py603 libxml2.XML_PARSE_DTDVALID +
/external/libxml2/include/libxml/
Dparser.h1094 XML_PARSE_DTDVALID = 1<<4, /* validate with the DTD */ enumerator
/external/mesa3d/src/mapi/glapi/gen/
Dgl_XML.py34 … libxml2.XML_PARSE_XINCLUDE + libxml2.XML_PARSE_NOBLANKS + libxml2.XML_PARSE_DTDVALID + libxml2.XM…
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1228 d XML_PARSE_DTDVALID... Validate with DTD