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

/libcore/ojluni/src/main/native/
H A Dzip_util.c355 * contents of the ZIP64 END header will be read and placed in end64buf.
371 findEND64(jzfile *zip, void *end64buf, jlong endpos) argument
379 if (readFullyAt(zip->zfd, end64buf, ZIP64_ENDHDR, end64pos) == -1) {
577 unsigned char end64buf[ZIP64_ENDHDR]; local
578 if ((end64pos = findEND64(zip, end64buf, endpos)) != -1) {
579 cenlen = ZIP64_ENDSIZ(end64buf);
580 cenoff = ZIP64_ENDOFF(end64buf);
581 total = (jint)ZIP64_ENDTOT(end64buf);

Completed in 4 milliseconds