Searched refs:sizeHistory (Results 1 – 1 of 1) sorted by relevance
837 int sizeHistory; member22670 sto->sizeHistory = 5; in xmlSchemaXPathEvaluate()22671 } else if (sto->sizeHistory <= sto->nbHistory) { in xmlSchemaXPathEvaluate()22672 sto->sizeHistory *= 2; in xmlSchemaXPathEvaluate()22674 sto->sizeHistory * sizeof(int)); in xmlSchemaXPathEvaluate()