Lines Matching refs:XML_PARSE_HUGE
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()
14582 options -= XML_PARSE_HUGE; in xmlCtxtUseOptionsInternal()