Searched refs:cenpos (Results 1 – 2 of 2) sorted by relevance
278 jlong cenpos = endpos - ENDSIZ(endbuf); in verifyEND() local279 jlong locpos = cenpos - ENDOFF(endbuf); in verifyEND()281 return (cenpos >= 0 && in verifyEND()283 readFullyAt(zip->zfd, buf, sizeof(buf), cenpos) != -1 && in verifyEND()551 jlong endpos, end64pos, cenpos, cenlen, cenoff; in readCEN() local594 cenpos = endpos - cenlen; in readCEN()598 zip->locpos = cenpos - cenoff; in readCEN()619 if (cenpos > pagesize) { in readCEN()620 offset = cenpos & ~(pagesize - 1); in readCEN()631 zip->mlen = cenpos - offset + cenlen + endhdrlen; in readCEN()[all …]
183 jlong cenpos; /* Offset of central directory file header */ member