Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c19066 xmlSchemaItemListPtr sublist; in xmlSchemaExpandAttributeGroupRefs() local
19154 sublist = ((xmlSchemaItemListPtr) gr->attrUses); in xmlSchemaExpandAttributeGroupRefs()
19155 if ((sublist == NULL) || sublist->nbItems == 0) { in xmlSchemaExpandAttributeGroupRefs()
19164 list->items[i] = sublist->items[0]; in xmlSchemaExpandAttributeGroupRefs()
19165 if (sublist->nbItems != 1) { in xmlSchemaExpandAttributeGroupRefs()
19166 for (j = 1; j < sublist->nbItems; j++) { in xmlSchemaExpandAttributeGroupRefs()
19169 sublist->items[j], i) == -1) in xmlSchemaExpandAttributeGroupRefs()