Searched refs:XML_PARSE_DTDVALID (Results 1 – 11 of 11) sorted by relevance
35 doc = xmlCtxtReadFile(ctxt, filename, NULL, XML_PARSE_DTDVALID); in exampleFunc()
71 XML_PARSE_DTDVALID); /* validate with the DTD */ in streamFile()
389 options |= XML_PARSE_DTDVALID; in xmlconfTestItem()392 options |= XML_PARSE_DTDVALID; in xmlconfTestItem()
2124 } else if (options & XML_PARSE_DTDVALID) { in errParseTest()4296 XML_PARSE_DTDVALID },4299 XML_PARSE_DTDVALID },4303 XML_PARSE_DTDVALID },4306 XML_PARSE_DTDVALID },4310 XML_PARSE_DTDVALID },
1734 ctxt->options |= XML_PARSE_DTDVALID; in xmlInitParserCtxt()
2709 ((ctxt->options & XML_PARSE_DTDVALID) != 0) || in xmlStringLenDecodeEntities()7088 (ctxt->options & (XML_PARSE_NOENT | XML_PARSE_DTDVALID)))) { in xmlParseReference()7915 ((ctxt->options & XML_PARSE_DTDVALID) == 0) && in xmlParsePEReference()15062 if (options & XML_PARSE_DTDVALID) { in xmlCtxtUseOptionsInternal()15068 options -= XML_PARSE_DTDVALID; in xmlCtxtUseOptionsInternal()15069 ctxt->options |= XML_PARSE_DTDVALID; in xmlCtxtUseOptionsInternal()
3221 options |= XML_PARSE_DTDVALID; in main()
5295 if (options & XML_PARSE_DTDVALID) in xmlTextReaderSetup()
261 …) return(XML_PARSE_NOENT | XML_PARSE_DTDLOAD | XML_PARSE_DTDATTR | XML_PARSE_DTDVALID | XML_PARSE_… in gen_parseroptions()
1094 XML_PARSE_DTDVALID = 1<<4, /* validate with the DTD */ enumerator
1228 d XML_PARSE_DTDVALID... Validate with DTD