Home
last modified time | relevance | path

Searched refs:xmlParserMaxDepth (Results 1 – 8 of 8) sorted by relevance

/third_party/libxml2/os400/libxmlrpg/
DparserInternals.rpgle19 * xmlParserMaxDepth:
25 d xmlParserMaxDepth...
26 d s import('xmlParserMaxDepth')
/third_party/libxml2/include/libxml/
DparserInternals.h31 XMLPUBVAR unsigned int xmlParserMaxDepth; variable
/third_party/libxml2/
Dlibxml2.syms1587 xmlParserMaxDepth; # variable
Dparser.c283 unsigned int xmlParserMaxDepth = 256; variable
1828 if ((((unsigned int) ctxt->nodeNr) > xmlParserMaxDepth) && in nodePush()
1832 xmlParserMaxDepth); in nodePush()
10027 if (((unsigned int) ctxt->nameNr > xmlParserMaxDepth) && in xmlParseElementStart()
10031 xmlParserMaxDepth); in xmlParseElementStart()
DNEWS2565 algorithm (William), xmlParserMaxDepth (Crutcher Dunnavant), buffer
/third_party/libxml2/doc/html/
Dindex.sgml404 <ANCHOR id="xmlParserMaxDepth" href="libxml/libxml-parserInternals.html#xmlParserMaxDepth">
/third_party/libxml2/win32/
Dlibxml2.def.src134 xmlParserMaxDepth DATA
/third_party/chromium/patch/
D0001-cve.patch83593 - * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
123541 @@ -309,7 +296,7 @@ unsigned int xmlParserMaxDepth = 256;