Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c288 jlong cenpos = endpos - ENDSIZ(endbuf); in verifyEND() local
289 jlong locpos = cenpos - ENDOFF(endbuf); in verifyEND()
291 return (cenpos >= 0 && in verifyEND()
293 readFullyAt(zip->zfd, buf, sizeof(buf), cenpos) != -1 && in verifyEND()
559 jlong endpos, end64pos, cenpos, cenlen, cenoff; in readCEN() local
602 cenpos = endpos - cenlen; in readCEN()
606 zip->locpos = cenpos - cenoff; in readCEN()
627 if (cenpos > pagesize) { in readCEN()
628 offset = cenpos & ~(pagesize - 1); in readCEN()
639 zip->mlen = cenpos - offset + cenlen + endhdrlen; in readCEN()
[all …]
Dzip_util.h181 jlong cenpos; /* Offset of central directory file header */ member