HomeSort by relevance Sort by last modified time
    Searched refs:XML_PARSE_DTDVALID (Results 1 - 11 of 11) sorted by null

  /external/libxml2/doc/examples/
parse2.c 35 doc = xmlCtxtReadFile(ctxt, filename, NULL, XML_PARSE_DTDVALID);
reader2.c 71 XML_PARSE_DTDVALID); /* validate with the DTD */
  /external/libprotobuf-mutator/examples/libxml2/
libxml2_example.cc 39 options &= ~(XML_PARSE_NOENT | XML_PARSE_HUGE | XML_PARSE_DTDVALID |
  /external/libxml2/
runxmlconf.c 389 options |= XML_PARSE_DTDVALID;
392 options |= XML_PARSE_DTDVALID;
runtest.c     [all...]
parserInternals.c     [all...]
parser.c     [all...]
xmllint.c     [all...]
xmlreader.c     [all...]
testapi.c 261 if (no == 1) return(XML_PARSE_NOENT | XML_PARSE_DTDLOAD | XML_PARSE_DTDATTR | XML_PARSE_DTDVALID | XML_PARSE_NOCDATA);
    [all...]
  /external/libxml2/include/libxml/
parser.h     [all...]

Completed in 1411 milliseconds