Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c860 int sizeKeySeqs; member
22329 for (i = 0; i < matcher->sizeKeySeqs; i++) in xmlSchemaIDCFreeMatcherList()
22377 for (i = 0; i < matcher->sizeKeySeqs; i++) in xmlSchemaIDCReleaseMatcherList()
22841 matcher->sizeKeySeqs = pos * 2; in xmlSchemaXPathProcessHistory()
22843 matcher->sizeKeySeqs = 10; in xmlSchemaXPathProcessHistory()
22845 xmlMalloc(matcher->sizeKeySeqs * in xmlSchemaXPathProcessHistory()
22854 matcher->sizeKeySeqs * in xmlSchemaXPathProcessHistory()
22856 } else if (pos >= matcher->sizeKeySeqs) { in xmlSchemaXPathProcessHistory()
22857 int i = matcher->sizeKeySeqs; in xmlSchemaXPathProcessHistory()
22859 matcher->sizeKeySeqs *= 2; in xmlSchemaXPathProcessHistory()
[all …]