Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c25423 xmlSchemaItemListPtr attrUseList; in xmlSchemaVAttributesComplex() local
25450 attrUseList = (xmlSchemaItemListPtr) type->attrUses; in xmlSchemaVAttributesComplex()
25455 if (attrUseList != NULL) in xmlSchemaVAttributesComplex()
25456 nbUses = attrUseList->nbItems; in xmlSchemaVAttributesComplex()
25461 attrUse = attrUseList->items[i]; in xmlSchemaVAttributesComplex()
25641 if (attrUseList != NULL) { in xmlSchemaVAttributesComplex()
25642 for (j = 0; j < attrUseList->nbItems; j++) { in xmlSchemaVAttributesComplex()
25644 WXS_ATTRUSE_TYPEDEF(attrUseList->items[j]), in xmlSchemaVAttributesComplex()