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

/libcore/ojluni/src/main/native/
H A Dzip_util.c456 const jint new_metacount = zip->metacount << 1;
460 for (i = zip->metacount; i < new_metacount; i++)
462 zip->metacurrent = zip->metacount;
463 zip->metacount = new_metacount;
476 zip->metacount = INITIAL_META_COUNT;
477 zip->metanames = calloc(zip->metacount, sizeof(zip->metanames[0]));
485 if (i < zip->metacount) {
504 for (i = 0; i < zip->metacount; i++)
H A Dzip_util.h236 jint metacount; /* number of slots in metanames array */ member in struct:jzfile
H A Djava_util_zip_ZipFile.c369 for (i = 0; i < zip->metacount; i++) {

Completed in 49 milliseconds