Searched refs:spaceMax (Results 1 – 3 of 3) sorted by relevance
1704 ctxt->spaceMax = 10; in xmlInitParserCtxt()1718 ctxt->spaceMax = 0; in xmlInitParserCtxt()1723 ctxt->spaceMax = 10; in xmlInitParserCtxt()
1874 if (ctxt->spaceNr >= ctxt->spaceMax) { in spacePush()1877 ctxt->spaceMax *= 2; in spacePush()1879 ctxt->spaceMax * sizeof(ctxt->spaceTab[0])); in spacePush()1882 ctxt->spaceMax /=2; in spacePush()
246 int spaceMax; /* Max depth of the parsing stack */ member