Searched refs:CENFLG (Results 1 – 4 of 4) sorted by relevance
76 static final int CENFLG = 8; // encrypt, decrypt flags field
106 public static final int CENFLG = 8; // 0x8 field in ZipEntry
96 #define CENFLG(b) SH(b, 8) /* general purpose bit flags */ macro
695 if (CENFLG(cp) & 1) { in readCEN()1060 ze->flag = CENFLG(cen); in newEntry()