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

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants64.java40 static final int ZIP64_ENDHDR = 56; // ZIP64 end header size field in class:ZipConstants64
H A DZipOutputStream.java544 writeLong(ZIP64_ENDHDR - 12); // size of zip64 end
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java138 static final int ZIP64_ENDHDR = 56; // ZIP64 end header size field in class:ZipConstants
H A DZipFileSystem.java1006 byte[] end64buf = new byte[ZIP64_ENDHDR];
1705 writeLong(os, ZIP64_ENDHDR - 12); // size of zip64 end
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h53 #define ZIP64_ENDHDR 56 // ZIP64 end header size macro
H A Dzip_util.c390 if (readFullyAt(zip->zfd, end64buf, ZIP64_ENDHDR, end64pos) == -1) {
577 unsigned char end64buf[ZIP64_ENDHDR];
583 endhdrlen = ZIP64_ENDHDR;

Completed in 51 milliseconds