Searched refs:end64pos (Results 1 – 1 of 1) sorted by relevance
377 jlong end64pos; in findEND64() local381 end64pos = ZIP64_LOCOFF(loc64); in findEND64()382 if (readFullyAt(zip->zfd, end64buf, ZIP64_ENDHDR, end64pos) == -1) { in findEND64()385 return end64pos; in findEND64()551 jlong endpos, end64pos, cenpos, cenlen, cenoff; in readCEN() local582 if ((end64pos = findEND64(zip, end64buf, endpos)) != -1) { in readCEN()586 endpos = end64pos; in readCEN()