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

/openjdk7/jdk/src/share/classes/java/util/zip/
H A DZipConstants.java76 static final int CENFLG = 8; // encrypt, decrypt flags field in interface:ZipConstants
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DCorruptedZipFiles.java93 err.println("corrupted CENFLG");
95 bad[cenpos+CENFLG] |= 1;
217 static final int CENFLG = ZipFile.CENFLG; field in class:CorruptedZipFiles
/openjdk7/jdk/src/share/bin/
H A Dmanifest_info.h81 #define CENFLG(b) SH(b, 8) /* general purpose bit flags */ macro
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java110 static final int CENFLG = 8; // encrypt, decrypt flags field in class:ZipConstants
243 static final int CENFLG(byte[] b, int pos) { return SH(b, pos + 8); } method in class:ZipConstants
H A DZipInfo.java136 print(" Flag : %#6x%n", CENFLG(cen, off));
H A DZipFileSystem.java1063 if ((CENFLG(cen, pos) & 1) != 0)
1882 flag = CENFLG(cen, pos);
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h96 #define CENFLG(b) SH(b, 8) /* general purpose bit flags */ macro
H A Dzip_util.c685 if (CENFLG(cp) & 1)
1016 ze->flag = CENFLG(cen);

Completed in 112 milliseconds