Searched refs:CENSIZ (Results 1 – 4 of 4) sorted by relevance
80 static final int CENSIZ = 20; // compressed size field
120 public static final int CENSIZ = 20; // 0x14 field in ZipEntry
100 #define CENSIZ(b) LG(b, 20) /* compressed size */ macro
1056 ze->csize = (CENHOW(cen) == STORED) ? 0 : CENSIZ(cen); in newEntry()