Searched defs:new_count (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c266 int new_count = 2 * zip->metacount; local
267 char **tmp = calloc(new_count, sizeof(char *));
273 zip->metacount = new_count;

Completed in 39 milliseconds