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

/external/libxml2/include/libxml/
H A Dparser.h1108 XML_PARSE_HUGE = 1<<19,/* relax any hardcoded limit from the parser */ enumerator in enum:__anon6992
/external/libxml2/
H A Dparser.c95 * Arbitrary limits set in the parser. See XML_PARSE_HUGE *
116 * boundary feature. It can be disabled with the XML_PARSE_HUGE
125 if ((ctxt == NULL) || (ctxt->options & XML_PARSE_HUGE))
185 * boundary feature. It can be disabled with the XML_PARSE_HUGE
1705 ((ctxt->options & XML_PARSE_HUGE) == 0)) {
1707 "Excessive depth in document: %d use XML_PARSE_HUGE option\n",
2640 ((ctxt->options & XML_PARSE_HUGE) == 0)) ||
5982 if (((depth > 128) && ((ctxt->options & XML_PARSE_HUGE) == 0)) ||
5985 "xmlParseElementChildrenContentDecl : depth %d too deep, use XML_PARSE_HUGE\n",
9572 ((ctxt->options & XML_PARSE_HUGE)
[all...]
H A DHTMLparser.c6535 if (options & XML_PARSE_HUGE) {
6536 ctxt->options |= XML_PARSE_HUGE;
6537 options -= XML_PARSE_HUGE;
H A DSAX2.c2536 ((ctxt->options & XML_PARSE_HUGE) == 0)) {
H A Dxmllint.c3138 options |= XML_PARSE_HUGE;

Completed in 67 milliseconds