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

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants64.java41 static final int ZIP64_LOCHDR = 20; // ZIP64 end loc header size field in class:ZipConstants64
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java139 static final int ZIP64_LOCHDR = 20; // ZIP64 end loc header size field in class:ZipConstants
H A DZipFileSystem.java1000 byte[] loc64 = new byte[ZIP64_LOCHDR];
1001 if (readFullyAt(loc64, 0, loc64.length, end.endpos - ZIP64_LOCHDR)
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h54 #define ZIP64_LOCHDR 20 // ZIP64 end loc header size macro
H A Dzip_util.c378 * "endpos - ZIP64_LOCHDR".
384 char loc64[ZIP64_LOCHDR];
386 if (readFullyAt(zip->zfd, loc64, ZIP64_LOCHDR, endpos - ZIP64_LOCHDR) == -1) {

Completed in 65 milliseconds