Searched refs:loadsubset (Results 1 – 11 of 11) sorted by relevance
47 * ctxt->loadsubset = XML_DETECT_IDS � XML_COMPLETE_ATTRS;
146 * 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 the162 * Bit in the loadsubset context field to tell to not do ID/REFs276 d loadsubset like(xmlCint) Load ext. subset ?
184 *((int *) result) = ctxt->loadsubset; in xmlGetFeature()302 ctxt->loadsubset = *((int *) value); in xmlSetFeature()
403 (((ctxt->validate) || (ctxt->loadsubset != 0)) && in xmlSAX2ExternalSubset()1368 if (((ctxt->loadsubset & XML_SKIP_IDS) == 0) && in xmlSAX2AttributeInternal()1502 (ctxt->loadsubset & XML_COMPLETE_ATTRS)) { in xmlCheckDefaultedAttributes()2120 if (((ctxt->loadsubset & XML_SKIP_IDS) == 0) && in xmlSAX2AttributeNs()2337 ((ctxt->loadsubset & XML_COMPLETE_ATTRS) == 0)) in xmlSAX2StartElementNs()
3880 if (ctxt->loadsubset == 0) { in xmlTextReaderSetParserProp()3883 ctxt->loadsubset = XML_DETECT_IDS; in xmlTextReaderSetParserProp()3886 ctxt->loadsubset = 0; in xmlTextReaderSetParserProp()3891 ctxt->loadsubset |= XML_COMPLETE_ATTRS; in xmlTextReaderSetParserProp()3893 if (ctxt->loadsubset & XML_COMPLETE_ATTRS) in xmlTextReaderSetParserProp()3894 ctxt->loadsubset -= XML_COMPLETE_ATTRS; in xmlTextReaderSetParserProp()3940 if ((ctxt->loadsubset != 0) || (ctxt->validate != 0)) in xmlTextReaderGetParserProp()3944 if (ctxt->loadsubset & XML_COMPLETE_ATTRS) in xmlTextReaderGetParserProp()
1718 ctxt->loadsubset = xmlLoadExtDtdDefaultValue; in xmlInitParserCtxt()1719 if (ctxt->loadsubset) { in xmlInitParserCtxt()
10952 ctxt->loadsubset = 0; in xmlParseExtParsedEnt()13107 ctxt->loadsubset = oldctxt->loadsubset; in xmlParseExternalEntityPrivate()13138 ctxt->loadsubset = 0; in xmlParseExternalEntityPrivate()13386 ctxt->loadsubset = oldctxt->loadsubset; in xmlParseBalancedChunkMemoryInternal()13391 ctxt->loadsubset |= XML_SKIP_IDS; in xmlParseBalancedChunkMemoryInternal()13629 ctxt->loadsubset |= XML_SKIP_IDS; in xmlParseInNodeContext()13808 ctxt->loadsubset = 0; in xmlParseBalancedChunkMemoryRecover()15008 ctxt->loadsubset = XML_DETECT_IDS; in xmlCtxtUseOptionsInternal()15012 ctxt->loadsubset = 0; in xmlCtxtUseOptionsInternal()15014 ctxt->loadsubset |= XML_COMPLETE_ATTRS; in xmlCtxtUseOptionsInternal()
472 pctxt->loadsubset |= XML_DETECT_IDS; in xmlXIncludeParseFile()
933 ctxt->loadsubset = 0; in xmlParseCatalogFile()
4864 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset16482 * SAX.c: minor change around ctxt->loadsubset
260 int loadsubset; /* should the external subset be loaded */ member