Searched refs:ZIP64_LOCHDR (Results 1 – 3 of 3) sorted by relevance
41 static final int ZIP64_LOCHDR = 20; // ZIP64 end loc header size field in ZipConstants64
54 #define ZIP64_LOCHDR 20 // ZIP64 end loc header size macro
376 char loc64[ZIP64_LOCHDR]; in findEND64()378 if (readFullyAt(zip->zfd, loc64, ZIP64_LOCHDR, endpos - ZIP64_LOCHDR) == -1) { in findEND64()