Home
last modified time | relevance | path

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

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