Searched refs:sizeIdcKeys (Results 1 – 1 of 1) sorted by relevance
1022 int sizeIdcKeys; member22245 vctxt->sizeIdcKeys = 40; in xmlSchemaIDCStoreKey()22246 } else if (vctxt->sizeIdcKeys <= vctxt->nbIdcKeys) { in xmlSchemaIDCStoreKey()22247 vctxt->sizeIdcKeys *= 2; in xmlSchemaIDCStoreKey()22249 xmlRealloc(vctxt->idcKeys, vctxt->sizeIdcKeys * in xmlSchemaIDCStoreKey()27846 vctxt->sizeIdcKeys = 0; in xmlSchemaClearValidCtxt()