Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c14128 xmlSchemaItemListPtr baseUses, in xmlSchemaCheckDerivationOKRestriction2to4() argument
14141 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() local
14444 baseUses = baseType->attrUses; in xmlSchemaFixupTypeAttributeUses()
14478 if (baseUses != NULL) { in xmlSchemaFixupTypeAttributeUses()
[all …]