Lines Matching refs:sizeKeySeqs
852 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()
22833 matcher->sizeKeySeqs * in xmlSchemaXPathProcessHistory()
22845 for (; i < matcher->sizeKeySeqs; i++) in xmlSchemaXPathProcessHistory()
22954 (matcher->sizeKeySeqs <= pos)) { in xmlSchemaXPathProcessHistory()