Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dzip_util.c374 findEND64(jzfile *zip, void *end64buf, jlong endpos) in findEND64() argument
382 if (readFullyAt(zip->zfd, end64buf, ZIP64_ENDHDR, end64pos) == -1) { in findEND64()
581 unsigned char end64buf[ZIP64_ENDHDR]; in readCEN() local
582 if ((end64pos = findEND64(zip, end64buf, endpos)) != -1) { in readCEN()
583 cenlen = ZIP64_ENDSIZ(end64buf); in readCEN()
584 cenoff = ZIP64_ENDOFF(end64buf); in readCEN()
585 total = (jint)ZIP64_ENDTOT(end64buf); in readCEN()