Searched refs:CENCOM (Results 1 - 9 of 9) 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/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/bin/
H A Dmanifest_info.h89 #define CENCOM(b) SH(b, 32) /* file comment length */ macro
H A Dparse_manifest.c302 entry_size = CENHDR + CENNAM(p) + CENEXT(p) + CENCOM(p);
/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
H A DZipInfo.java89 pos += CENHDR + CENNAM(cen, pos) + CENEXT(cen, pos) + CENCOM(cen, pos);
148 print(" CommentLen : %#6x%n", CENCOM(cen, off));
H A DZipFileSystem.java1062 int clen = CENCOM(cen, pos);
1890 int clen = CENCOM(cen, pos);
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h104 #define CENCOM(b) SH(b, 32) /* file comment length */ macro
H A Dzip_util.c66 #define CENSIZE(cen) (CENHDR + CENNAM(cen) + CENEXT(cen) + CENCOM(cen))
1009 clen = CENCOM(cen);

Completed in 66 milliseconds