Searched refs:XML_PARSE_HUGE (Results 1 – 4 of 4) sorted by relevance
1100 XML_PARSE_HUGE = 1<<19, /* relax any hardcoded limit from the parser */ enumerator
118 if ((ctxt == NULL) || (ctxt->options & XML_PARSE_HUGE)) in xmlParserEntityCheck()1556 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in nodePush()2492 ((ctxt->options & XML_PARSE_HUGE) == 0)) || in xmlStringLenDecodeEntities()9348 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseElement()12049 if (((ctx->depth > 40) && ((ctx->options & XML_PARSE_HUGE) == 0)) || in xmlParseCtxtExternalEntity()12261 ((oldctxt == NULL) || (oldctxt->options & XML_PARSE_HUGE) == 0)) || in xmlParseExternalEntityPrivate()12523 if (((oldctxt->depth > 40) && ((oldctxt->options & XML_PARSE_HUGE) == 0)) || in xmlParseBalancedChunkMemoryInternal()14230 if (options & XML_PARSE_HUGE) { in xmlCtxtUseOptionsInternal()14231 ctxt->options |= XML_PARSE_HUGE; in xmlCtxtUseOptionsInternal()14232 options -= XML_PARSE_HUGE; in xmlCtxtUseOptionsInternal()
2980 options |= XML_PARSE_HUGE; in main()
2465 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlSAX2Characters()