Searched defs:CENOFF (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java88 static final int CENOFF = 42; // LOC header offset field in interface:ZipConstants
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h93 #define CENOFF(b) LG(b, 42) /* offset of local header */ macro
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java67 int locpos = u16(good, cenpos+CENOFF);
229 static final int CENOFF = ZipFile.CENOFF; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java122 static final int CENOFF = 42; // LOC header offset field in class:ZipConstants
255 static final long CENOFF(byte[] b, int pos) { return LG(b, pos + 42);} method in class:ZipConstants
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h108 #define CENOFF(b) LG(b, 42) /* offset of local header */ macro

Completed in 27 milliseconds