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

  /external/libxml2/
legacy.c 184 *((int *) result) = ctxt->loadsubset;
302 ctxt->loadsubset = *((int *) value);
    [all...]
SAX2.c 402 (((ctxt->validate) || (ctxt->loadsubset != 0)) &&
    [all...]
xmlreader.c     [all...]
parser.c     [all...]
parserInternals.c     [all...]
catalog.c 928 ctxt->loadsubset = 0;
    [all...]
xinclude.c 463 pctxt->loadsubset |= XML_DETECT_IDS;
    [all...]
  /external/libxml2/include/libxml/
parser.h 136 * Bit in the loadsubset context field to tell to do ID/REFs lookups.
144 * Bit in the loadsubset context field to tell to do complete the
153 * Bit in the loadsubset context field to tell to not do ID/REFs registration.
258 int loadsubset; /* should the external subset be loaded */ member in struct:_xmlParserCtxt
    [all...]

Completed in 151 milliseconds