Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h1100 XML_PARSE_HUGE = 1<<19, /* relax any hardcoded limit from the parser */ enumerator
/external/libxml2/
Dparser.c118 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()
Dxmllint.c2980 options |= XML_PARSE_HUGE; in main()
DSAX2.c2465 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlSAX2Characters()