Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c852 int sizeKeySeqs; member
22187 for (i = 0; i < matcher->sizeKeySeqs; i++) in xmlSchemaIDCFreeMatcherList()
22235 for (i = 0; i < matcher->sizeKeySeqs; i++) in xmlSchemaIDCReleaseMatcherList()
22699 matcher->sizeKeySeqs = pos * 2; in xmlSchemaXPathProcessHistory()
22701 matcher->sizeKeySeqs = 10; in xmlSchemaXPathProcessHistory()
22703 xmlMalloc(matcher->sizeKeySeqs * in xmlSchemaXPathProcessHistory()
22712 matcher->sizeKeySeqs * in xmlSchemaXPathProcessHistory()
22714 } else if (pos >= matcher->sizeKeySeqs) { in xmlSchemaXPathProcessHistory()
22715 int i = matcher->sizeKeySeqs; in xmlSchemaXPathProcessHistory()
22717 matcher->sizeKeySeqs *= 2; in xmlSchemaXPathProcessHistory()
[all …]