Searched refs:locpos (Results 1 – 2 of 2) sorted by relevance
279 jlong locpos = cenpos - ENDOFF(endbuf); in verifyEND() local282 locpos >= 0 && in verifyEND()285 readFullyAt(zip->zfd, buf, sizeof(buf), locpos) != -1 && in verifyEND()598 zip->locpos = cenpos - cenoff; in readCEN()599 if (zip->locpos < 0) { in readCEN()1059 ze->pos = -(zip->locpos + locoff); in newEntry()1099 ze->pos = -(zip->locpos + LL(extra, off)); in newEntry()
238 jlong locpos; /* position of first LOC header (usually 0) */ member