Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1021 int nbIdcKeys; member
22246 } else if (vctxt->sizeIdcKeys <= vctxt->nbIdcKeys) { in xmlSchemaIDCStoreKey()
22257 vctxt->idcKeys[vctxt->nbIdcKeys++] = key; in xmlSchemaIDCStoreKey()
27841 for (i = 0; i < vctxt->nbIdcKeys; i++) in xmlSchemaClearValidCtxt()
27845 vctxt->nbIdcKeys = 0; in xmlSchemaClearValidCtxt()
27919 for (i = 0; i < ctxt->nbIdcKeys; i++) in xmlSchemaFreeValidCtxt()