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

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java84 static final int CENCOM = 32; // comment length field in interface:ZipConstants
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h89 #define CENCOM(b) SH(b, 32) /* file comment length */ macro
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java125 err.println("corrupted CENCOM");
127 bad[cenpos+CENCOM]++;
225 static final int CENCOM = ZipFile.CENCOM; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java118 static final int CENCOM = 32; // comment length field in class:ZipConstants
251 static final int CENCOM(byte[] b, int pos) { return SH(b, pos + 32);} method in class:ZipConstants
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h104 #define CENCOM(b) SH(b, 32) /* file comment length */ macro

Completed in 36 milliseconds