Searched refs:metacount (Results 1 – 3 of 3) sorted by relevance
495 const jint new_metacount = zip->metacount << 1; in growMetaNames()499 for (i = zip->metacount; i < new_metacount; i++) in growMetaNames()501 zip->metacurrent = zip->metacount; in growMetaNames()502 zip->metacount = new_metacount; in growMetaNames()515 zip->metacount = INITIAL_META_COUNT; in addMetaName()516 zip->metanames = calloc(zip->metacount, sizeof(zip->metanames[0])); in addMetaName()524 if (i < zip->metacount) { in addMetaName()543 for (i = 0; i < zip->metacount; i++) in freeMetaNames()
237 jint metacount; /* number of slots in metanames array */ member
366 for (i = 0; i < zip->metacount; i++) { in JarFile_getMetaInfEntryNames()