Lines Matching defs:total
132 for (i = 0; i < zip->total; i++)
281 zip->comments = calloc(zip->total, sizeof(char *));
295 jint total, count, tablelen, i, tmplen;
331 /* Get total number of central directory entries */
332 total = zip->total = ENDTOT(endbuf);
333 if (total < 0 || total * CENHDR > cenlen)
338 if (total > ZIP_MAXENTRIES)
358 entries = zip->entries = calloc(total, sizeof(jzcell));
365 tmplen = total/2;
379 for (count = 0, cp = cenbuf; count < total; count++)
483 if (count != total)
807 if (n < 0 || n >= zip->total)