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()
549 jlong endpos, end64pos, cenpos, cenlen, cenoff; in readCEN() local
592 cenpos = endpos - cenlen; in readCEN()
596 zip->locpos = cenpos - cenoff; in readCEN()
617 if (cenpos > pagesize) { in readCEN()
618 offset = cenpos & ~(pagesize - 1); in readCEN()
629 zip->mlen = cenpos - offset + cenlen + endhdrlen; in readCEN()
[all …]
Dzip_util.h181 jlong cenpos; /* Offset of central directory file header */ member