Home
last modified time | relevance | path

Searched refs:cenpos (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/native/
Dzip_util.c278 jlong cenpos = endpos - ENDSIZ(endbuf); in verifyEND() local
279 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() local
594 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 …]
Dzip_util.h183 jlong cenpos; /* Offset of central directory file header */ member