Home
last modified time | relevance | path

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

/external/libxml2/
DparserInternals.c1660 ctxt->nameMax = 10; in xmlInitParserCtxt()
1671 ctxt->nameMax = 0; in xmlInitParserCtxt()
1692 ctxt->nameMax = 0; in xmlInitParserCtxt()
Dparser.c1838 if (ctxt->nameNr >= ctxt->nameMax) { in nameNsPush()
1841 ctxt->nameMax *= 2; in nameNsPush()
1843 ctxt->nameMax * in nameNsPush()
1846 ctxt->nameMax /= 2; in nameNsPush()
1851 ctxt->nameMax * 3 * in nameNsPush()
1854 ctxt->nameMax /= 2; in nameNsPush()
1909 if (ctxt->nameNr >= ctxt->nameMax) { in namePush()
1912 ctxt->nameMax * 2 * in namePush()
1918 ctxt->nameMax *= 2; in namePush()
12359 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