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

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants64.java59 static final int ZIP64_ENDOFF = 48; // offset of first CEN header field in class:ZipConstants64
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java157 static final int ZIP64_ENDOFF = 48; // offset of first CEN header field in class:ZipConstants
236 static final long ZIP64_ENDOFF(byte[] b) { return LL(b, 48);} // central directory offset method in class:ZipConstants
H A DZipFileSystem.java1013 end.cenoff = ZIP64_ENDOFF(end64buf);
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h130 #define ZIP64_ENDOFF(b) LL(b, 48) /* offset of first CEN header */ macro
H A Dzip_util.c580 cenoff = ZIP64_ENDOFF(end64buf);

Completed in 43 milliseconds