Home
last modified time | relevance | path

Searched refs:nameMax (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
DparserInternals.c1656 ctxt->nameMax = 10; in xmlInitParserCtxt()
1667 ctxt->nameMax = 0; in xmlInitParserCtxt()
1688 ctxt->nameMax = 0; in xmlInitParserCtxt()
Dparser.c1826 if (ctxt->nameNr >= ctxt->nameMax) { in nameNsPush()
1829 ctxt->nameMax *= 2; in nameNsPush()
1831 ctxt->nameMax * in nameNsPush()
1834 ctxt->nameMax /= 2; in nameNsPush()
1839 ctxt->nameMax * 3 * in nameNsPush()
1842 ctxt->nameMax /= 2; in nameNsPush()
1897 if (ctxt->nameNr >= ctxt->nameMax) { in namePush()
1900 ctxt->nameMax * 2 * in namePush()
1906 ctxt->nameMax *= 2; in namePush()
12569 ctxt->pushTab = (void **) xmlMalloc(ctxt->nameMax * 3 * sizeof(xmlChar *)); in xmlCreatePushParserCtxt()
[all …]
/external/libxml2/include/libxml/
Dparser.h231 int nameMax; /* Max depth of the parsing stack */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle247 d nameMax 10i 0 Max stack depth