XML_PARSE_DTDVALID 14526 third_party/libxml/src/parser.c     if (options & XML_PARSE_DTDVALID) {
XML_PARSE_DTDVALID 14532 third_party/libxml/src/parser.c         options -= XML_PARSE_DTDVALID;
XML_PARSE_DTDVALID 14533 third_party/libxml/src/parser.c 	ctxt->options |= XML_PARSE_DTDVALID;
XML_PARSE_DTDVALID 2057 third_party/libxml/src/runtest.c     } else if (options & XML_PARSE_DTDVALID) {
XML_PARSE_DTDVALID 4206 third_party/libxml/src/runtest.c       XML_PARSE_DTDVALID },
XML_PARSE_DTDVALID 4209 third_party/libxml/src/runtest.c       XML_PARSE_DTDVALID },
XML_PARSE_DTDVALID 4212 third_party/libxml/src/runtest.c       XML_PARSE_DTDVALID },
XML_PARSE_DTDVALID  265 third_party/libxml/src/testapi.c     if (no == 1) return(XML_PARSE_NOENT | XML_PARSE_DTDLOAD | XML_PARSE_DTDATTR | XML_PARSE_DTDVALID | XML_PARSE_NOCDATA);
XML_PARSE_DTDVALID 3176 third_party/libxml/src/xmllint.c 	    options |= XML_PARSE_DTDVALID;
XML_PARSE_DTDVALID 5101 third_party/libxml/src/xmlreader.c     if (options & XML_PARSE_DTDVALID)