Home
last modified time | relevance | path

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

/external/libxml2/
DparserInternals.c1662 ctxt->nameMax = 10; in xmlInitParserCtxt()
1673 ctxt->nameMax = 0; in xmlInitParserCtxt()
1694 ctxt->nameMax = 0; in xmlInitParserCtxt()
Dparser.c1833 if (ctxt->nameNr >= ctxt->nameMax) { in nameNsPush()
1836 ctxt->nameMax *= 2; in nameNsPush()
1838 ctxt->nameMax * in nameNsPush()
1841 ctxt->nameMax /= 2; in nameNsPush()
1846 ctxt->nameMax * 3 * in nameNsPush()
1849 ctxt->nameMax /= 2; in nameNsPush()
1904 if (ctxt->nameNr >= ctxt->nameMax) { in namePush()
1907 ctxt->nameMax * 2 * in namePush()
1913 ctxt->nameMax *= 2; in namePush()
12626 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.rpgle249 d nameMax like(xmlCint) Max stack depth