Searched refs:sizeEndCentDir64 (Results 1 – 3 of 3) sorted by relevance
121 sizeEndCentDir64 = struct.calcsize(structEndArchive64) variable180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)181 data = fpin.read(sizeEndCentDir64)182 if len(data) != sizeEndCentDir64:825 self._start_disk -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
1128 self.assertEqual(zipfile.sizeEndCentDir64, 56)