Searched refs:ZIP64_ENDHDR (Results 1 – 5 of 5) sorted by relevance
40 static final int ZIP64_ENDHDR = 56; // ZIP64 end header size field in ZipConstants64
700 writeLong(ZIP64_ENDHDR - 12); // size of zip64 end in writeEND()
1576 byte[] end64buf = new byte[ZIP64_ENDHDR]; in findEND()
54 #define ZIP64_ENDHDR 56 // ZIP64 end header size macro
418 if (readFullyAt(zip->zfd, end64buf, ZIP64_ENDHDR, end64pos) == -1) { in findEND64()625 unsigned char end64buf[ZIP64_ENDHDR]; in readCEN()631 endhdrlen = ZIP64_ENDHDR; in readCEN()