Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c860 int sizeKeySeqs; member
22425 for (i = 0; i < matcher->sizeKeySeqs; i++) in xmlSchemaIDCFreeMatcherList()
22475 for (i = 0; i < matcher->sizeKeySeqs; i++) in xmlSchemaIDCReleaseMatcherList()
22965 matcher->sizeKeySeqs = pos * 2; in xmlSchemaXPathProcessHistory()
22967 matcher->sizeKeySeqs = 10; in xmlSchemaXPathProcessHistory()
22969 xmlMalloc(matcher->sizeKeySeqs * in xmlSchemaXPathProcessHistory()
22978 matcher->sizeKeySeqs * in xmlSchemaXPathProcessHistory()
22980 } else if (pos >= matcher->sizeKeySeqs) { in xmlSchemaXPathProcessHistory()
22981 int i = matcher->sizeKeySeqs; in xmlSchemaXPathProcessHistory()
22983 matcher->sizeKeySeqs *= 2; in xmlSchemaXPathProcessHistory()
[all …]