Searched refs:ENDCOM (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java97 static final int ENDCOM = 20; // zip file comment length field in interface:ZipConstants
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java131 static final int ENDCOM = 20; // zip file comment length field in class:ZipConstants
229 static final int ENDCOM(byte[] b) { return SH(b, 20);} // size of zip file comment method in class:ZipConstants
230 static final int ENDCOM(byte[] b, int off) { return SH(b, off + 20);} method in class:ZipConstants
H A DZipFileSystem.java985 (pos + i + ENDHDR + ENDCOM(buf, i) == ziplen)) {
993 end.comlen = ENDCOM(buf);
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h102 #define ENDCOM(b) SH(b, 20) /* size of zip file comment */ macro
H A Dparse_manifest.c175 (cp + ENDHDR + ENDCOM(cp) == endpos)) {
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DComment.java87 - ZipFile.ENDHDR + ZipFile.ENDCOM);
H A DCorruptedZipFiles.java235 static final int ENDCOM = ZipFile.ENDCOM; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h117 #define ENDCOM(b) SH(b, 20) /* size of zip file comment */ macro
H A Dzip_util.c336 ((pos + i + ENDHDR + ENDCOM(buf + i) == len)
341 clen = ENDCOM(endbuf);

Completed in 50 milliseconds