Searched refs:sizeIdcKeys (Results 1 – 1 of 1) sorted by relevance
1013 int sizeIdcKeys; member22118 vctxt->sizeIdcKeys = 40; in xmlSchemaIDCStoreKey()22119 } else if (vctxt->sizeIdcKeys <= vctxt->nbIdcKeys) { in xmlSchemaIDCStoreKey()22120 vctxt->sizeIdcKeys *= 2; in xmlSchemaIDCStoreKey()22122 xmlRealloc(vctxt->idcKeys, vctxt->sizeIdcKeys * in xmlSchemaIDCStoreKey()