Searched refs:idcKeys (Results 1 – 1 of 1) sorted by relevance
1011 xmlSchemaPSVIIDCKeyPtr *idcKeys; /* list of all IDC node-table entries */ member22123 if (vctxt->idcKeys == NULL) { in xmlSchemaIDCStoreKey()22124 vctxt->idcKeys = (xmlSchemaPSVIIDCKeyPtr *) in xmlSchemaIDCStoreKey()22126 if (vctxt->idcKeys == NULL) { in xmlSchemaIDCStoreKey()22134 vctxt->idcKeys = (xmlSchemaPSVIIDCKeyPtr *) in xmlSchemaIDCStoreKey()22135 xmlRealloc(vctxt->idcKeys, vctxt->sizeIdcKeys * in xmlSchemaIDCStoreKey()22137 if (vctxt->idcKeys == NULL) { in xmlSchemaIDCStoreKey()22143 vctxt->idcKeys[vctxt->nbIdcKeys++] = key; in xmlSchemaIDCStoreKey()27675 if (ctxt->idcKeys != NULL) { in xmlSchemaFreeValidCtxt()27678 xmlSchemaIDCFreeKey(ctxt->idcKeys[i]); in xmlSchemaFreeValidCtxt()[all …]