Searched refs:metacount (Results 1 – 3 of 3) sorted by relevance
459 const jint new_metacount = zip->metacount << 1; in growMetaNames()463 for (i = zip->metacount; i < new_metacount; i++) in growMetaNames()465 zip->metacurrent = zip->metacount; in growMetaNames()466 zip->metacount = new_metacount; in growMetaNames()479 zip->metacount = INITIAL_META_COUNT; in addMetaName()480 zip->metanames = calloc(zip->metacount, sizeof(zip->metanames[0])); in addMetaName()488 if (i < zip->metacount) { in addMetaName()507 for (i = 0; i < zip->metacount; i++) in freeMetaNames()
236 jint metacount; /* number of slots in metanames array */ member
371 for (i = 0; i < zip->metacount; i++) { in JarFile_getMetaInfEntryNames()