Home
last modified time | relevance | path

Searched refs:loadsubset (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/
Dlegacy.c184 *((int *) result) = ctxt->loadsubset; in xmlGetFeature()
302 ctxt->loadsubset = *((int *) value); in xmlSetFeature()
DSAX2.c403 (((ctxt->validate) || (ctxt->loadsubset != 0)) && in xmlSAX2ExternalSubset()
1398 if (((ctxt->loadsubset & XML_SKIP_IDS) == 0) && in xmlSAX2AttributeInternal()
1532 (ctxt->loadsubset & XML_COMPLETE_ATTRS)) { in xmlCheckDefaultedAttributes()
2144 if (((ctxt->loadsubset & XML_SKIP_IDS) == 0) && in xmlSAX2AttributeNs()
2356 ((ctxt->loadsubset & XML_COMPLETE_ATTRS) == 0)) in xmlSAX2StartElementNs()
Dxmlreader.c3812 if (ctxt->loadsubset == 0) { in xmlTextReaderSetParserProp()
3815 ctxt->loadsubset = XML_DETECT_IDS; in xmlTextReaderSetParserProp()
3818 ctxt->loadsubset = 0; in xmlTextReaderSetParserProp()
3823 ctxt->loadsubset |= XML_COMPLETE_ATTRS; in xmlTextReaderSetParserProp()
3825 if (ctxt->loadsubset & XML_COMPLETE_ATTRS) in xmlTextReaderSetParserProp()
3826 ctxt->loadsubset -= XML_COMPLETE_ATTRS; in xmlTextReaderSetParserProp()
3868 if ((ctxt->loadsubset != 0) || (ctxt->validate != 0)) in xmlTextReaderGetParserProp()
3872 if (ctxt->loadsubset & XML_COMPLETE_ATTRS) in xmlTextReaderGetParserProp()
DparserInternals.c1708 ctxt->loadsubset = xmlLoadExtDtdDefaultValue; in xmlInitParserCtxt()
1709 if (ctxt->loadsubset) { in xmlInitParserCtxt()
Dparser.c10842 ctxt->loadsubset = 0; in xmlParseExtParsedEnt()
12977 ctxt->loadsubset = ctx->loadsubset; in xmlParseCtxtExternalEntity()
13098 ctxt->loadsubset = oldctxt->loadsubset; in xmlParseExternalEntityPrivate()
13113 ctxt->loadsubset = 0; in xmlParseExternalEntityPrivate()
13424 ctxt->loadsubset = oldctxt->loadsubset; in xmlParseBalancedChunkMemoryInternal()
13429 ctxt->loadsubset |= XML_SKIP_IDS; in xmlParseBalancedChunkMemoryInternal()
13667 ctxt->loadsubset |= XML_SKIP_IDS; in xmlParseInNodeContext()
13844 ctxt->loadsubset = 0; in xmlParseBalancedChunkMemoryRecover()
15032 ctxt->loadsubset = XML_DETECT_IDS; in xmlCtxtUseOptionsInternal()
15036 ctxt->loadsubset = 0; in xmlCtxtUseOptionsInternal()
[all …]
Dxinclude.c463 pctxt->loadsubset |= XML_DETECT_IDS; in xmlXIncludeParseFile()
Dcatalog.c933 ctxt->loadsubset = 0; in xmlParseCatalogFile()
DChangeLog4864 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
16482 * SAX.c: minor change around ctxt->loadsubset
/external/libxml2/os400/libxmlrpg/
Dc14n.rpgle47 * ctxt->loadsubset = XML_DETECT_IDS � XML_COMPLETE_ATTRS;
Dparser.rpgle146 * Bit in the loadsubset context field to tell to do ID/REFs lookups.
153 * Bit in the loadsubset context field to tell to do complete the
162 * Bit in the loadsubset context field to tell to not do ID/REFs
276 d loadsubset like(xmlCint) Load ext. subset ?
/external/libxml2/include/libxml/
Dparser.h258 int loadsubset; /* should the external subset be loaded */ member