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

  /external/chromium_org/third_party/libxml/src/include/libxml/
c14n.h 50 * ctxt->loadsubset = XML_DETECT_IDS | XML_COMPLETE_ATTRS;
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...]
  /external/libxml2/include/libxml/
c14n.h 50 * ctxt->loadsubset = XML_DETECT_IDS | XML_COMPLETE_ATTRS;
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...]
  /external/chromium_org/third_party/libxml/src/
check-xml-test-suite.py 136 ctxt.loadSubset(1)
163 ctxt.loadSubset(1)
196 ctxt.loadSubset(1)
legacy.c 184 *((int *) result) = ctxt->loadsubset;
302 ctxt->loadsubset = *((int *) value);
    [all...]
SAX2.c 385 (((ctxt->validate) || (ctxt->loadsubset != 0)) &&
    [all...]
xmlreader.c     [all...]
parser.c     [all...]
parserInternals.c     [all...]
xinclude.c 461 pctxt->loadsubset |= XML_DETECT_IDS;
    [all...]
catalog.c 927 ctxt->loadsubset = 0;
    [all...]
ChangeLog     [all...]
  /external/libxml2/
legacy.c 184 *((int *) result) = ctxt->loadsubset;
302 ctxt->loadsubset = *((int *) value);
    [all...]
SAX2.c 385 (((ctxt->validate) || (ctxt->loadsubset != 0)) &&
    [all...]
xmlreader.c     [all...]
parser.c     [all...]
parserInternals.c     [all...]
xinclude.c 461 pctxt->loadsubset |= XML_DETECT_IDS;
    [all...]
catalog.c 927 ctxt->loadsubset = 0;
    [all...]

Completed in 343 milliseconds