Searched refs:loadsubset (Results 1 – 11 of 11) sorted by relevance
46 * ctxt->loadsubset = XML_DETECT_IDS � XML_COMPLETE_ATTRS;
145 * Bit in the loadsubset context field to tell to do ID/REFs lookups.152 * Bit in the loadsubset context field to tell to do complete the161 * Bit in the loadsubset context field to tell to not do ID/REFs274 d loadsubset 10i 0 Load ext. subset ?
184 *((int *) result) = ctxt->loadsubset; in xmlGetFeature()302 ctxt->loadsubset = *((int *) value); in xmlSetFeature()
402 (((ctxt->validate) || (ctxt->loadsubset != 0)) && in xmlSAX2ExternalSubset()1391 if (((ctxt->loadsubset & XML_SKIP_IDS) == 0) && in xmlSAX2AttributeInternal()1525 (ctxt->loadsubset & XML_COMPLETE_ATTRS)) { in xmlCheckDefaultedAttributes()2137 if (((ctxt->loadsubset & XML_SKIP_IDS) == 0) && in xmlSAX2AttributeNs()2349 ((ctxt->loadsubset & XML_COMPLETE_ATTRS) == 0)) in xmlSAX2StartElementNs()
3807 if (ctxt->loadsubset == 0) { in xmlTextReaderSetParserProp()3810 ctxt->loadsubset = XML_DETECT_IDS; in xmlTextReaderSetParserProp()3813 ctxt->loadsubset = 0; in xmlTextReaderSetParserProp()3818 ctxt->loadsubset |= XML_COMPLETE_ATTRS; in xmlTextReaderSetParserProp()3820 if (ctxt->loadsubset & XML_COMPLETE_ATTRS) in xmlTextReaderSetParserProp()3821 ctxt->loadsubset -= XML_COMPLETE_ATTRS; in xmlTextReaderSetParserProp()3863 if ((ctxt->loadsubset != 0) || (ctxt->validate != 0)) in xmlTextReaderGetParserProp()3867 if (ctxt->loadsubset & XML_COMPLETE_ATTRS) in xmlTextReaderGetParserProp()
1704 ctxt->loadsubset = xmlLoadExtDtdDefaultValue; in xmlInitParserCtxt()1705 if (ctxt->loadsubset) { in xmlInitParserCtxt()
11043 ctxt->loadsubset = 0; in xmlParseExtParsedEnt()13184 ctxt->loadsubset = ctx->loadsubset; in xmlParseCtxtExternalEntity()13305 ctxt->loadsubset = oldctxt->loadsubset; in xmlParseExternalEntityPrivate()13320 ctxt->loadsubset = 0; in xmlParseExternalEntityPrivate()13630 ctxt->loadsubset = oldctxt->loadsubset; in xmlParseBalancedChunkMemoryInternal()13635 ctxt->loadsubset |= XML_SKIP_IDS; in xmlParseBalancedChunkMemoryInternal()13872 ctxt->loadsubset |= XML_SKIP_IDS; in xmlParseInNodeContext()14048 ctxt->loadsubset = 0; in xmlParseBalancedChunkMemoryRecover()15231 ctxt->loadsubset = XML_DETECT_IDS; in xmlCtxtUseOptionsInternal()15235 ctxt->loadsubset = 0; in xmlCtxtUseOptionsInternal()[all …]
463 pctxt->loadsubset |= XML_DETECT_IDS; in xmlXIncludeParseFile()
928 ctxt->loadsubset = 0; in xmlParseCatalogFile()
4864 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset16482 * SAX.c: minor change around ctxt->loadsubset
258 int loadsubset; /* should the external subset be loaded */ member