Searched refs:ENDCOM (Results 1 – 4 of 4) sorted by relevance
97 static final int ENDCOM = 20; // zip file comment length field
130 public static final int ENDCOM = 20; // 0x14 field in ZipEntry
117 #define ENDCOM(b) SH(b, 20) /* size of zip file comment */ macro
328 ((pos + i + ENDHDR + ENDCOM(buf + i) == len) in findEND()333 clen = ENDCOM(endbuf); in findEND()