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

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c123 for (i = 0; i < zip->metacount; i++)
252 zip->metacount = 2;
253 zip->metanames = calloc(zip->metacount, sizeof(char *));
255 for (i = 0; i < zip->metacount; i++)
264 if (i >= zip->metacount)
266 int new_count = 2 * zip->metacount;
268 for (i = 0; i < zip->metacount; i++)
273 zip->metacount = new_count;
H A Dzip_util.h192 jint metacount; /* number of slots in metanames array */ member in struct:jzfile

Completed in 895 milliseconds