Searched refs:ENDSIZ (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java95 static final int ENDSIZ = 12; // central directory size in bytes field in interface:ZipConstants
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java78 err.println("corrupted ENDSIZ");
80 bad[endpos+ENDSIZ]=(byte)0xff;
233 static final int ENDSIZ = ZipFile.ENDSIZ; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h100 #define ENDSIZ(b) LG(b, 12) /* central directory size */ macro
H A Dparse_manifest.c258 base_offset = base_offset - ENDSIZ(p) - ENDOFF(p);
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java129 static final int ENDSIZ = 12; // central directory size in bytes field in class:ZipConstants
227 static final long ENDSIZ(byte[] b) { return LG(b, 12);} // central directory size method in class:ZipConstants
H A DZipFileSystem.java991 end.cenlen = ENDSIZ(buf);
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h115 #define ENDSIZ(b) LG(b, 12) /* central directory size */ macro
H A Dzip_util.c287 jlong cenpos = endpos - ENDSIZ(endbuf);
572 cenlen = ENDSIZ(endbuf);

Completed in 36 milliseconds