Home
last modified time | relevance | path

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

/external/libxml2/
Dlegacy.c184 *((int *) result) = ctxt->loadsubset; in xmlGetFeature()
302 ctxt->loadsubset = *((int *) value); in xmlSetFeature()
DSAX2.c385 (((ctxt->validate) || (ctxt->loadsubset != 0)) && in xmlSAX2ExternalSubset()
1355 if (((ctxt->loadsubset & XML_SKIP_IDS) == 0) && in xmlSAX2AttributeInternal()
1489 (ctxt->loadsubset & XML_COMPLETE_ATTRS)) { in xmlCheckDefaultedAttributes()
2093 if (((ctxt->loadsubset & XML_SKIP_IDS) == 0) && in xmlSAX2AttributeNs()
2303 ((ctxt->loadsubset & XML_COMPLETE_ATTRS) == 0)) in xmlSAX2StartElementNs()
Dxmlreader.c3760 if (ctxt->loadsubset == 0) { in xmlTextReaderSetParserProp()
3763 ctxt->loadsubset = XML_DETECT_IDS; in xmlTextReaderSetParserProp()
3766 ctxt->loadsubset = 0; in xmlTextReaderSetParserProp()
3771 ctxt->loadsubset |= XML_COMPLETE_ATTRS; in xmlTextReaderSetParserProp()
3773 if (ctxt->loadsubset & XML_COMPLETE_ATTRS) in xmlTextReaderSetParserProp()
3774 ctxt->loadsubset -= XML_COMPLETE_ATTRS; in xmlTextReaderSetParserProp()
3816 if ((ctxt->loadsubset != 0) || (ctxt->validate != 0)) in xmlTextReaderGetParserProp()
3820 if (ctxt->loadsubset & XML_COMPLETE_ATTRS) in xmlTextReaderGetParserProp()
Dparser.c10482 ctxt->loadsubset = 0; in xmlParseExtParsedEnt()
12437 ctxt->loadsubset = ctx->loadsubset; in xmlParseCtxtExternalEntity()
12558 ctxt->loadsubset = oldctxt->loadsubset; in xmlParseExternalEntityPrivate()
12573 ctxt->loadsubset = 0; in xmlParseExternalEntityPrivate()
12881 ctxt->loadsubset = oldctxt->loadsubset; in xmlParseBalancedChunkMemoryInternal()
12886 ctxt->loadsubset |= XML_SKIP_IDS; in xmlParseBalancedChunkMemoryInternal()
13122 ctxt->loadsubset |= XML_SKIP_IDS; in xmlParseInNodeContext()
13298 ctxt->loadsubset = 0; in xmlParseBalancedChunkMemoryRecover()
14488 ctxt->loadsubset = XML_DETECT_IDS; in xmlCtxtUseOptionsInternal()
14492 ctxt->loadsubset = 0; in xmlCtxtUseOptionsInternal()
[all …]
DparserInternals.c1731 ctxt->loadsubset = xmlLoadExtDtdDefaultValue; in xmlInitParserCtxt()
Dxinclude.c461 pctxt->loadsubset |= XML_DETECT_IDS; in xmlXIncludeParseFile()
Dcatalog.c927 ctxt->loadsubset = 0; in xmlParseCatalogFile()
/external/libxml2/include/libxml/
Dparser.h258 int loadsubset; /* should the external subset be loaded */ member