Searched refs:baseUses (Results 1 – 1 of 1) sorted by relevance
14115 xmlSchemaItemListPtr baseUses, in xmlSchemaCheckDerivationOKRestriction2to4() argument14128 if (baseUses == NULL) in xmlSchemaCheckDerivationOKRestriction2to4()14130 for (j = 0; j < baseUses->nbItems; j++) { in xmlSchemaCheckDerivationOKRestriction2to4()14131 bcur = baseUses->items[j]; in xmlSchemaCheckDerivationOKRestriction2to4()14283 if (baseUses != NULL) { in xmlSchemaCheckDerivationOKRestriction2to4()14284 for (j = 0; j < baseUses->nbItems; j++) { in xmlSchemaCheckDerivationOKRestriction2to4()14285 bcur = baseUses->items[j]; in xmlSchemaCheckDerivationOKRestriction2to4()14418 xmlSchemaItemListPtr uses, baseUses, prohibs = NULL; in xmlSchemaFixupTypeAttributeUses() local14431 baseUses = baseType->attrUses; in xmlSchemaFixupTypeAttributeUses()14465 if (baseUses != NULL) { in xmlSchemaFixupTypeAttributeUses()[all …]