Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c25097 xmlSchemaItemListPtr attrUseList; in xmlSchemaVAttributesComplex() local
25124 attrUseList = (xmlSchemaItemListPtr) type->attrUses; in xmlSchemaVAttributesComplex()
25129 if (attrUseList != NULL) in xmlSchemaVAttributesComplex()
25130 nbUses = attrUseList->nbItems; in xmlSchemaVAttributesComplex()
25135 attrUse = attrUseList->items[i]; in xmlSchemaVAttributesComplex()
25316 for (j = 0; j < attrUseList->nbItems; j++) { in xmlSchemaVAttributesComplex()
25318 WXS_ATTRUSE_TYPEDEF(attrUseList->items[j]), in xmlSchemaVAttributesComplex()