Searched defs:attrUseList (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c25095 xmlSchemaItemListPtr attrUseList; local
25122 attrUseList = (xmlSchemaItemListPtr) type->attrUses;
25127 if (attrUseList != NULL)
25128 nbUses = attrUseList->nbItems;
25133 attrUse = attrUseList->items[i];
25314 for (j = 0; j < attrUseList->nbItems; j++) {
25316 WXS_ATTRUSE_TYPEDEF(attrUseList->items[j]),

Completed in 304 milliseconds