Searched refs:sizeItems (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c348 int sizeItems; /* used for dynamic addition of schemata */ member in struct:_xmlSchemaItemList
3307 list->sizeItems = 0;
3320 list->sizeItems = 20;
3321 } else if (list->sizeItems <= list->nbItems) {
3322 list->sizeItems *= 2;
3324 list->sizeItems * sizeof(void *));
3327 list->sizeItems = 0;
3349 list->sizeItems = initialSize;
3350 } else if (list->sizeItems <= list->nbItems) {
3351 list->sizeItems *
[all...]

Completed in 100 milliseconds