Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c852 int sizeKeySeqs; member
22300 for (i = 0; i < matcher->sizeKeySeqs; i++) in xmlSchemaIDCFreeMatcherList()
22348 for (i = 0; i < matcher->sizeKeySeqs; i++) in xmlSchemaIDCReleaseMatcherList()
22812 matcher->sizeKeySeqs = pos * 2; in xmlSchemaXPathProcessHistory()
22814 matcher->sizeKeySeqs = 10; in xmlSchemaXPathProcessHistory()
22816 xmlMalloc(matcher->sizeKeySeqs * in xmlSchemaXPathProcessHistory()
22825 matcher->sizeKeySeqs * in xmlSchemaXPathProcessHistory()
22827 } else if (pos >= matcher->sizeKeySeqs) { in xmlSchemaXPathProcessHistory()
22828 int i = matcher->sizeKeySeqs; in xmlSchemaXPathProcessHistory()
22830 matcher->sizeKeySeqs *= 2; in xmlSchemaXPathProcessHistory()
[all …]