Home
last modified time | relevance | path

Searched refs:XML_PARSE_HUGE (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h1108 XML_PARSE_HUGE = 1<<19,/* relax any hardcoded limit from the parser */ enumerator
/external/libxml2/
Dparser.c125 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 …]
DHTMLparser.c6535 if (options & XML_PARSE_HUGE) { in htmlCtxtUseOptions()
6536 ctxt->options |= XML_PARSE_HUGE; in htmlCtxtUseOptions()
6537 options -= XML_PARSE_HUGE; in htmlCtxtUseOptions()
DSAX2.c2536 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlSAX2Characters()
Dxmllint.c3138 options |= XML_PARSE_HUGE; in main()