Searched refs:XML_PARSE_HUGE (Results 1 – 12 of 12) sorted by relevance
/external/libprotobuf-mutator/examples/libxml2/ |
D | libxml2_example.cc | 39 options &= ~(XML_PARSE_NOENT | XML_PARSE_HUGE | XML_PARSE_DTDVALID | in DEFINE_PROTO_FUZZER()
|
/external/libxml2/ |
D | testlimits.c | 1388 {"huge:textNode", XML_MAX_TEXT_LENGTH + CHUNK, XML_PARSE_HUGE, 0}, 1392 {"huge:attrNode", XML_MAX_TEXT_LENGTH + CHUNK, XML_PARSE_HUGE, 0}, 1396 {"huge:commentNode", XML_MAX_TEXT_LENGTH + CHUNK, XML_PARSE_HUGE, 0}, 1400 {"huge:piNode", XML_MAX_TEXT_LENGTH + CHUNK, XML_PARSE_HUGE, 0},
|
D | parser.c | 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() [all …]
|
D | HTMLparser.c | 6737 if (options & XML_PARSE_HUGE) { in htmlCtxtUseOptions() 6738 ctxt->options |= XML_PARSE_HUGE; in htmlCtxtUseOptions() 6739 options -= XML_PARSE_HUGE; in htmlCtxtUseOptions()
|
D | xmllint.c | 3155 options |= XML_PARSE_HUGE; in main()
|
D | SAX2.c | 2602 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlSAX2Characters()
|
D | ChangeLog | 368 of the internal parser limits, add an XML_PARSE_HUGE option
|
/external/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 23 * boundary feature, use XML_PARSE_HUGE option to override it. 33 * use XML_PARSE_HUGE option to override it. 43 * use XML_PARSE_HUGE option to override it. 55 * use XML_PARSE_HUGE option to override it.
|
D | parser.rpgle | 1258 d XML_PARSE_HUGE... No parsing limit
|
/external/dynamic_depth/internal/xmpmeta/ |
D | xmp_parser.cc | 174 nullptr, nullptr, XML_PARSE_HUGE); in ParseExtendedXmpSections()
|
/external/libxml2/include/libxml/ |
D | parser.h | 1111 XML_PARSE_HUGE = 1<<19,/* relax any hardcoded limit from the parser */ enumerator
|
/external/ImageMagick/coders/ |
D | svg.c | 3587 (void) xmlCtxtUseOptions(svg_info->parser,XML_PARSE_HUGE); in ReadSVGImage()
|