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

/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c455 const jint new_metacount = zip->metacount << 1;
459 for (i = zip->metacount; i < new_metacount; i++)
461 zip->metacurrent = zip->metacount;
462 zip->metacount = new_metacount;
475 zip->metacount = INITIAL_META_COUNT;
476 zip->metanames = calloc(zip->metacount, sizeof(zip->metanames[0]));
484 if (i < zip->metacount) {
503 for (i = 0; i < zip->metacount; i++)
H A Dzip_util.h229 jint metacount; /* number of slots in metanames array */ member in struct:jzfile
H A DZipFile.c361 for (i = 0; i < zip->metacount; i++) {
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp1141 jint metacount; /* number of slots in metanames array */ member in struct:real_jzfile13

Completed in 38 milliseconds