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.c2056 } else if (options & XML_PARSE_DTDVALID) { in errParseTest()
4207 XML_PARSE_DTDVALID },
4210 XML_PARSE_DTDVALID },
4214 XML_PARSE_DTDVALID },
4217 XML_PARSE_DTDVALID },
4221 XML_PARSE_DTDVALID },
DparserInternals.c1719 ctxt->options |= XML_PARSE_DTDVALID; in xmlInitParserCtxt()
Dparser.c2639 ((ctxt->options & XML_PARSE_DTDVALID) == 0) && in xmlParserHandlePEReference()
7241 (ctxt->options & (XML_PARSE_NOENT | XML_PARSE_DTDVALID)))) { in xmlParseReference()
15167 if (options & XML_PARSE_DTDVALID) { in xmlCtxtUseOptionsInternal()
15173 options -= XML_PARSE_DTDVALID; in xmlCtxtUseOptionsInternal()
15174 ctxt->options |= XML_PARSE_DTDVALID; in xmlCtxtUseOptionsInternal()
Dxmllint.c3231 options |= XML_PARSE_DTDVALID; in main()
Dxmlreader.c5266 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.rpgle1203 d XML_PARSE_DTDVALID... Validate with DTD