Home
last modified time | relevance | path

Searched refs:spaceMax (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
DparserInternals.c1618 ctxt->spaceMax = 10; in xmlInitParserCtxt()
1632 ctxt->spaceMax = 0; in xmlInitParserCtxt()
1637 ctxt->spaceMax = 10; in xmlInitParserCtxt()
Dparser.c1720 if (ctxt->spaceNr >= ctxt->spaceMax) { in spacePush()
1723 ctxt->spaceMax *= 2; in spacePush()
1725 ctxt->spaceMax * sizeof(ctxt->spaceTab[0])); in spacePush()
1728 ctxt->spaceMax /=2; in spacePush()
/external/libxml2/include/libxml/
Dparser.h243 int spaceMax; /* Max depth of the parsing stack */ member