Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c383 findEND64(jzfile *zip, void *end64buf, jlong endpos) in findEND64() argument
391 if (readFullyAt(zip->zfd, end64buf, ZIP64_ENDHDR, end64pos) == -1) { in findEND64()
589 unsigned char end64buf[ZIP64_ENDHDR]; in readCEN() local
590 if ((end64pos = findEND64(zip, end64buf, endpos)) != -1) { in readCEN()
591 cenlen = ZIP64_ENDSIZ(end64buf); in readCEN()
592 cenoff = ZIP64_ENDOFF(end64buf); in readCEN()
593 total = (jint)ZIP64_ENDTOT(end64buf); in readCEN()