Searched refs:sizeHistory (Results 1 – 1 of 1) sorted by relevance
829 int sizeHistory; member22526 sto->sizeHistory = 5; in xmlSchemaXPathEvaluate()22527 } else if (sto->sizeHistory <= sto->nbHistory) { in xmlSchemaXPathEvaluate()22528 sto->sizeHistory *= 2; in xmlSchemaXPathEvaluate()22530 sto->sizeHistory * sizeof(int)); in xmlSchemaXPathEvaluate()