Lines Matching refs:XML_PARSE_HUGE
131 if ((ctxt == NULL) || (ctxt->options & XML_PARSE_HUGE)) in xmlParserEntityCheck()
1784 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in nodePush()
2085 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlGROW()
2253 if (((ctxt->inputNr > 40) && ((ctxt->options & XML_PARSE_HUGE) == 0)) || in xmlPushInput()
2607 ((ctxt->options & XML_PARSE_HUGE) == 0)) || in xmlStringLenDecodeEntities()
3245 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseNameComplex()
3309 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseName()
3352 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseNCNameComplex()
3380 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseNCNameComplex()
3432 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseNCName()
3551 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseStringName()
3576 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseStringName()
3655 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseNmtoken()
3681 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseNmtoken()
3889 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseAttValueComplex()
4168 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseSystemLiteral()
4256 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParsePubidLiteral()
4730 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseCommentComplex()
4900 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseComment()
5171 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParsePI()
5189 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParsePI()
6153 if (((depth > 128) && ((ctxt->options & XML_PARSE_HUGE) == 0)) || in xmlParseElementChildrenContentDeclPriv()
8907 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseAttValueInternal()
8930 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseAttValueInternal()
8964 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseAttValueInternal()
8972 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseAttValueInternal()
8995 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseAttValueInternal()
9004 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseAttValueInternal()
9745 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseCDSect()
9902 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseElement()
12252 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlParseChunk()
12879 if (((ctx->depth > 40) && ((ctx->options & XML_PARSE_HUGE) == 0)) || in xmlParseCtxtExternalEntity()
13085 ((oldctxt == NULL) || (oldctxt->options & XML_PARSE_HUGE) == 0)) || in xmlParseExternalEntityPrivate()
13354 if (((oldctxt->depth > 40) && ((oldctxt->options & XML_PARSE_HUGE) == 0)) || in xmlParseBalancedChunkMemoryInternal()
15129 if (options & XML_PARSE_HUGE) { in xmlCtxtUseOptionsInternal()
15130 ctxt->options |= XML_PARSE_HUGE; in xmlCtxtUseOptionsInternal()
15131 options -= XML_PARSE_HUGE; in xmlCtxtUseOptionsInternal()