Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c837 int sizeHistory; member
22670 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()