Searched refs:loadsubset (Results 1 – 8 of 8) sorted by relevance
184 *((int *) result) = ctxt->loadsubset; in xmlGetFeature()302 ctxt->loadsubset = *((int *) value); in xmlSetFeature()
385 (((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()
3760 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()
10482 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 …]
1731 ctxt->loadsubset = xmlLoadExtDtdDefaultValue; in xmlInitParserCtxt()
461 pctxt->loadsubset |= XML_DETECT_IDS; in xmlXIncludeParseFile()
927 ctxt->loadsubset = 0; in xmlParseCatalogFile()
258 int loadsubset; /* should the external subset be loaded */ member