Searched refs:CENOFF (Results 1 - 9 of 9) 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/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/bin/
H A Dmanifest_info.h93 #define CENOFF(b) LG(b, 42) /* offset of local header */ macro
H A Dparse_manifest.c322 if (lseek(fd, base_offset + CENOFF(p), SEEK_SET) < (off_t)0) {
336 entry->offset = base_offset + CENOFF(p) + LOCHDR +
/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
H A DZipInfo.java152 print(" LocOff : %#10x%n", CENOFF(cen, off));
157 long locoff = CENOFF(cen, pos);
H A DZipFileSystem.java1894 locoff = CENOFF(cen, pos);
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h108 #define CENOFF(b) LG(b, 42) /* offset of local header */ macro
H A Dzip_util.c1014 locoff = CENOFF(cen);

Completed in 82 milliseconds