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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c356 int sizeItems; /* used for dynamic addition of schemata */ member in struct:_xmlSchemaItemList
3316 list->sizeItems = 0;
3329 list->sizeItems = 20;
3330 } else if (list->sizeItems <= list->nbItems) {
3331 list->sizeItems *= 2;
3333 list->sizeItems * sizeof(void *));
3336 list->sizeItems = 0;
3358 list->sizeItems = initialSize;
3359 } else if (list->sizeItems <= list->nbItems) {
3360 list->sizeItems *
[all...]
/external/libxml2/
H A Dxmlschemas.c356 int sizeItems; /* used for dynamic addition of schemata */ member in struct:_xmlSchemaItemList
3335 list->sizeItems = 0;
3348 list->sizeItems = 20;
3349 } else if (list->sizeItems <= list->nbItems) {
3350 list->sizeItems *= 2;
3352 list->sizeItems * sizeof(void *));
3355 list->sizeItems = 0;
3377 list->sizeItems = initialSize;
3378 } else if (list->sizeItems <= list->nbItems) {
3379 list->sizeItems *
[all...]

Completed in 66 milliseconds