Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlschemas.c25433 xmlSchemaItemListPtr attrUseList; in xmlSchemaVAttributesComplex() local
25460 attrUseList = (xmlSchemaItemListPtr) type->attrUses; in xmlSchemaVAttributesComplex()
25465 if (attrUseList != NULL) in xmlSchemaVAttributesComplex()
25466 nbUses = attrUseList->nbItems; in xmlSchemaVAttributesComplex()
25471 attrUse = attrUseList->items[i]; in xmlSchemaVAttributesComplex()
25651 if (attrUseList != NULL) { in xmlSchemaVAttributesComplex()
25652 for (j = 0; j < attrUseList->nbItems; j++) { in xmlSchemaVAttributesComplex()
25654 WXS_ATTRUSE_TYPEDEF(attrUseList->items[j]), in xmlSchemaVAttributesComplex()