Home
last modified time | relevance | path

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

/external/libprotobuf-mutator/examples/libxml2/
Dlibxml2_example.cc39 options &= ~(XML_PARSE_NOENT | XML_PARSE_HUGE | XML_PARSE_DTDVALID | in DEFINE_PROTO_FUZZER()
/external/libxml2/
Dtestlimits.c1388 {"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},
Dparser.c131 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 …]
DHTMLparser.c6737 if (options & XML_PARSE_HUGE) { in htmlCtxtUseOptions()
6738 ctxt->options |= XML_PARSE_HUGE; in htmlCtxtUseOptions()
6739 options -= XML_PARSE_HUGE; in htmlCtxtUseOptions()
Dxmllint.c3155 options |= XML_PARSE_HUGE; in main()
DSAX2.c2602 ((ctxt->options & XML_PARSE_HUGE) == 0)) { in xmlSAX2Characters()
DChangeLog368 of the internal parser limits, add an XML_PARSE_HUGE option
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle23 * 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.
Dparser.rpgle1258 d XML_PARSE_HUGE... No parsing limit
/external/dynamic_depth/internal/xmpmeta/
Dxmp_parser.cc174 nullptr, nullptr, XML_PARSE_HUGE); in ParseExtendedXmpSections()
/external/libxml2/include/libxml/
Dparser.h1111 XML_PARSE_HUGE = 1<<19,/* relax any hardcoded limit from the parser */ enumerator
/external/ImageMagick/coders/
Dsvg.c3587 (void) xmlCtxtUseOptions(svg_info->parser,XML_PARSE_HUGE); in ReadSVGImage()