Home | History | Annotate | Download | only in libxml2

Lines Matching refs:sublist

19136     xmlSchemaItemListPtr sublist;
19224 sublist = ((xmlSchemaItemListPtr) gr->attrUses);
19225 if ((sublist == NULL) || sublist->nbItems == 0) {
19234 list->items[i] = sublist->items[0];
19235 if (sublist->nbItems != 1) {
19236 for (j = 1; j < sublist->nbItems; j++) {
19239 sublist->items[j], i) == -1)