Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1020 int nbIdcKeys; member
22161 } else if (vctxt->sizeIdcKeys <= vctxt->nbIdcKeys) { in xmlSchemaIDCStoreKey()
22172 vctxt->idcKeys[vctxt->nbIdcKeys++] = key; in xmlSchemaIDCStoreKey()
27659 for (i = 0; i < vctxt->nbIdcKeys; i++) in xmlSchemaClearValidCtxt()
27663 vctxt->nbIdcKeys = 0; in xmlSchemaClearValidCtxt()
27737 for (i = 0; i < ctxt->nbIdcKeys; i++) in xmlSchemaFreeValidCtxt()