Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c25212 xmlSchemaItemListPtr attrUseList; in xmlSchemaVAttributesComplex() local
25239 attrUseList = (xmlSchemaItemListPtr) type->attrUses; in xmlSchemaVAttributesComplex()
25244 if (attrUseList != NULL) in xmlSchemaVAttributesComplex()
25245 nbUses = attrUseList->nbItems; in xmlSchemaVAttributesComplex()
25250 attrUse = attrUseList->items[i]; in xmlSchemaVAttributesComplex()
25430 if (attrUseList != NULL) { in xmlSchemaVAttributesComplex()
25431 for (j = 0; j < attrUseList->nbItems; j++) { in xmlSchemaVAttributesComplex()
25433 WXS_ATTRUSE_TYPEDEF(attrUseList->items[j]), in xmlSchemaVAttributesComplex()