Searched refs:ZIP64_LOCOFF (Results 1 – 3 of 3) sorted by relevance
66 static final int ZIP64_LOCOFF = 8; // offset of zip64 end field in ZipConstants64
136 #define ZIP64_LOCOFF(b) LL(b, 8) /* offset of zip64 end */ macro
381 end64pos = ZIP64_LOCOFF(loc64); in findEND64()