Searched refs:baseUses (Results 1 – 1 of 1) sorted by relevance
14128 xmlSchemaItemListPtr baseUses, in xmlSchemaCheckDerivationOKRestriction2to4() argument14141 if (baseUses == NULL) in xmlSchemaCheckDerivationOKRestriction2to4()14143 for (j = 0; j < baseUses->nbItems; j++) { in xmlSchemaCheckDerivationOKRestriction2to4()14144 bcur = baseUses->items[j]; in xmlSchemaCheckDerivationOKRestriction2to4()14296 if (baseUses != NULL) { in xmlSchemaCheckDerivationOKRestriction2to4()14297 for (j = 0; j < baseUses->nbItems; j++) { in xmlSchemaCheckDerivationOKRestriction2to4()14298 bcur = baseUses->items[j]; in xmlSchemaCheckDerivationOKRestriction2to4()14431 xmlSchemaItemListPtr uses, baseUses, prohibs = NULL; in xmlSchemaFixupTypeAttributeUses() local14444 baseUses = baseType->attrUses; in xmlSchemaFixupTypeAttributeUses()14478 if (baseUses != NULL) { in xmlSchemaFixupTypeAttributeUses()[all …]