Searched refs:ZIP64_ENDSIZ (Results 1 – 3 of 3) sorted by relevance
58 static final int ZIP64_ENDSIZ = 40; // central directory size in bytes field in ZipConstants64
129 #define ZIP64_ENDSIZ(b) LL(b, 40) /* central directory size in bytes */ macro
583 cenlen = ZIP64_ENDSIZ(end64buf); in readCEN()