Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1013 int sizeIdcKeys; member
22118 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()