XML_PARSE_HUGE 6529 third_party/libxml/src/HTMLparser.c if (options & XML_PARSE_HUGE) { XML_PARSE_HUGE 6530 third_party/libxml/src/HTMLparser.c ctxt->options |= XML_PARSE_HUGE; XML_PARSE_HUGE 6531 third_party/libxml/src/HTMLparser.c options -= XML_PARSE_HUGE; XML_PARSE_HUGE 2486 third_party/libxml/src/SAX2.c ((ctxt->options & XML_PARSE_HUGE) == 0)) { XML_PARSE_HUGE 122 third_party/libxml/src/parser.c if ((ctxt == NULL) || (ctxt->options & XML_PARSE_HUGE)) XML_PARSE_HUGE 1573 third_party/libxml/src/parser.c ((ctxt->options & XML_PARSE_HUGE) == 0)) { XML_PARSE_HUGE 2519 third_party/libxml/src/parser.c ((ctxt->options & XML_PARSE_HUGE) == 0)) || XML_PARSE_HUGE 5917 third_party/libxml/src/parser.c if (((depth > 128) && ((ctxt->options & XML_PARSE_HUGE) == 0)) || XML_PARSE_HUGE 9543 third_party/libxml/src/parser.c ((ctxt->options & XML_PARSE_HUGE) == 0)) { XML_PARSE_HUGE 12352 third_party/libxml/src/parser.c if (((ctx->depth > 40) && ((ctx->options & XML_PARSE_HUGE) == 0)) || XML_PARSE_HUGE 12548 third_party/libxml/src/parser.c ((oldctxt == NULL) || (oldctxt->options & XML_PARSE_HUGE) == 0)) || XML_PARSE_HUGE 12815 third_party/libxml/src/parser.c if (((oldctxt->depth > 40) && ((oldctxt->options & XML_PARSE_HUGE) == 0)) || XML_PARSE_HUGE 14588 third_party/libxml/src/parser.c if (options & XML_PARSE_HUGE) { XML_PARSE_HUGE 14589 third_party/libxml/src/parser.c ctxt->options |= XML_PARSE_HUGE; XML_PARSE_HUGE 14590 third_party/libxml/src/parser.c options -= XML_PARSE_HUGE; XML_PARSE_HUGE 3117 third_party/libxml/src/xmllint.c options |= XML_PARSE_HUGE;