Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c299 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
318 #define WXS_ILIST_IS_EMPTY(l) ((l == NULL) || ((l)->nbItems == 0))
361 int nbItems; /* used for dynamic addition of schemata */ member
3358 list->nbItems = 0; in xmlSchemaItemListClear()
3373 } else if (list->sizeItems <= list->nbItems) { in xmlSchemaItemListAdd()
3383 list->items[list->nbItems++] = item; in xmlSchemaItemListAdd()
3402 } else if (list->sizeItems <= list->nbItems) { in xmlSchemaItemListAddSize()
3412 list->items[list->nbItems++] = item; in xmlSchemaItemListAddSize()
3427 } else if (list->sizeItems <= list->nbItems) { in xmlSchemaItemListInsert()
3440 if (idx >= list->nbItems) { in xmlSchemaItemListInsert()
[all …]