Home
last modified time | relevance | path

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

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