Searched refs:spaceMax (Results 1 – 7 of 7) sorted by relevance
1720 ctxt->spaceMax = 10; in xmlInitParserCtxt()1734 ctxt->spaceMax = 0; in xmlInitParserCtxt()1739 ctxt->spaceMax = 10; in xmlInitParserCtxt()
275 int spaceMax; /* Max depth of the parsing stack */ member
1982 if (ctxt->spaceNr >= ctxt->spaceMax) { in spacePush()1985 ctxt->spaceMax *= 2; in spacePush()1987 ctxt->spaceMax * sizeof(ctxt->spaceTab[0])); in spacePush()1990 ctxt->spaceMax /=2; in spacePush()
1693 ctxt->spaceMax = 10; in xmlInitParserCtxt()1707 ctxt->spaceMax = 0; in xmlInitParserCtxt()1712 ctxt->spaceMax = 10; in xmlInitParserCtxt()
2009 if (ctxt->spaceNr >= ctxt->spaceMax) { in spacePush()2012 ctxt->spaceMax *= 2; in spacePush()2014 ctxt->spaceMax * sizeof(ctxt->spaceTab[0])); in spacePush()2017 ctxt->spaceMax /=2; in spacePush()
248 int spaceMax; /* Max depth of the parsing stack */ member
265 d spaceMax like(xmlCint) Max stack depth