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

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java96 static final int ENDOFF = 16; // offset of first CEN header field in interface:ZipConstants
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java66 int cenpos = u16(good, endpos+ENDOFF);
83 err.println("corrupted ENDOFF");
85 bad[endpos+ENDOFF]=(byte)0xff;
234 static final int ENDOFF = ZipFile.ENDOFF; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h101 #define ENDOFF(b) LG(b, 16) /* central directory offset */ macro
H A Dparse_manifest.c258 base_offset = base_offset - ENDSIZ(p) - ENDOFF(p);
270 if (lseek(fd, base_offset + ENDOFF(p), SEEK_SET) < (off_t)0) {
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java130 static final int ENDOFF = 16; // offset of first CEN header field in class:ZipConstants
228 static final long ENDOFF(byte[] b) { return LG(b, 16);} // central directory offset method in class:ZipConstants
H A DZipFileSystem.java992 end.cenoff = ENDOFF(buf);
/openjdk7/jdk/test/tools/launcher/6842838/
H A DCreateBadJar.java91 int cenpos = u16(good, endpos+ENDOFF);
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h116 #define ENDOFF(b) LG(b, 16) /* central directory offset */ macro
H A Dzip_util.c288 jlong locpos = cenpos - ENDOFF(endbuf);
573 cenoff = ENDOFF(endbuf);

Completed in 58 milliseconds