Searched refs:XML_PARSE_HUGE (Results 1 – 5 of 5) sorted by relevance
1108 XML_PARSE_HUGE = 1<<19,/* relax any hardcoded limit from the parser */ enumerator
125 if ((ctxt == NULL) || (ctxt->options & XML_PARSE_HUGE)) in xmlParserEntityCheck()1705 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in nodePush()2640 ((ctxt->options & XML_PARSE_HUGE) == 0)) || in xmlStringLenDecodeEntities()5982 if (((depth > 128) && ((ctxt->options & XML_PARSE_HUGE) == 0)) || in xmlParseElementChildrenContentDeclPriv()9572 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseElement()12344 if (((ctx->depth > 40) && ((ctx->options & XML_PARSE_HUGE) == 0)) || in xmlParseCtxtExternalEntity()12540 ((oldctxt == NULL) || (oldctxt->options & XML_PARSE_HUGE) == 0)) || in xmlParseExternalEntityPrivate()12807 if (((oldctxt->depth > 40) && ((oldctxt->options & XML_PARSE_HUGE) == 0)) || in xmlParseBalancedChunkMemoryInternal()14580 if (options & XML_PARSE_HUGE) { in xmlCtxtUseOptionsInternal()14581 ctxt->options |= XML_PARSE_HUGE; in xmlCtxtUseOptionsInternal()[all …]
6535 if (options & XML_PARSE_HUGE) { in htmlCtxtUseOptions()6536 ctxt->options |= XML_PARSE_HUGE; in htmlCtxtUseOptions()6537 options -= XML_PARSE_HUGE; in htmlCtxtUseOptions()
2536 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlSAX2Characters()
3138 options |= XML_PARSE_HUGE; in main()