Searched refs:sizeEndCentDir64Locator (Results 1 – 4 of 4) sorted by relevance
115 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator) variable163 fpin.seek(offset - sizeEndCentDir64Locator, 2)169 data = fpin.read(sizeEndCentDir64Locator)170 if len(data) != sizeEndCentDir64Locator:180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)822 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
147 sizeEndCentDir64Locator = struct.calcsize(structEndArchive64Locator) variable218 fpin.seek(offset - sizeEndCentDir64Locator, 2)224 data = fpin.read(sizeEndCentDir64Locator)225 if len(data) != sizeEndCentDir64Locator:235 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)1335 concat -= (sizeEndCentDir64 + sizeEndCentDir64Locator)
1129 self.assertEqual(zipfile.sizeEndCentDir64Locator, 20)
1809 self.assertEqual(zipfile.sizeEndCentDir64Locator, 20)