Searched refs:EXTSIZ (Results 1 – 4 of 4) sorted by relevance
68 static final int EXTSIZ = 8; // compressed size field
393 e.csize = get32(tmpbuf, EXTSIZ - EXTCRC); in readEnd()399 e.csize = get32(tmpbuf, EXTSIZ); in readEnd()
152 public static final int EXTSIZ = 8; // 0x8 field in ZipEntry
88 #define EXTSIZ(b) LG(b, 8) /* compressed size */ macro