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

  /external/libxml2/python/tests/
input_callback.py 49 opts = libxml2.XML_PARSE_DTDLOAD | libxml2.XML_PARSE_NONET | libxml2.XML_PARSE_COMPACT
  /external/libxml2/
testrecurse.c 691 XML_PARSE_NOENT | XML_PARSE_DTDLOAD);
730 XML_PARSE_NOENT | XML_PARSE_DTDLOAD);
766 XML_PARSE_NOENT | XML_PARSE_DTDLOAD);
xmllint.c     [all...]
runxmlconf.c 343 options |= XML_PARSE_DTDLOAD;
parser.c     [all...]
parserInternals.c     [all...]
xinclude.c 450 xmlCtxtUseOptions(pctxt, ctxt->parseFlags | XML_PARSE_DTDLOAD);
    [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 403 milliseconds