Searched refs:CENSIG (Results 1 – 5 of 5) sorted by relevance
40 static long CENSIG = 0x02014b50L; // "PK\001\002" field
510 writeInt(CENSIG); // CEN header signature in writeCEN()
118 public static final long CENSIG = 33639248L; // 0x2014b50L field in ZipEntry
38 #define CENSIG 0x02014b50L /* "PK\001\002" */ macro
284 GETSIG(buf) == CENSIG && in verifyEND()692 if (GETSIG(cp) != CENSIG) { in readCEN()