Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c293 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
312 #define WXS_ILIST_IS_EMPTY(l) ((l == NULL) || ((l)->nbItems == 0))
355 int nbItems; /* used for dynamic addition of schemata */ member
3336 list->nbItems = 0; in xmlSchemaItemListClear()
3351 } else if (list->sizeItems <= list->nbItems) { in xmlSchemaItemListAdd()
3361 list->items[list->nbItems++] = item; in xmlSchemaItemListAdd()
3380 } else if (list->sizeItems <= list->nbItems) { in xmlSchemaItemListAddSize()
3390 list->items[list->nbItems++] = item; in xmlSchemaItemListAddSize()
3405 } else if (list->sizeItems <= list->nbItems) { in xmlSchemaItemListInsert()
3418 if (idx >= list->nbItems) { in xmlSchemaItemListInsert()
[all …]