Lines Matching full:unpack
172 sig, diskno, reloff, disks = struct.unpack(structEndArchive64Locator, data)
186 struct.unpack(structEndArchive64, data)
222 # the signature is correct and there's no comment, unpack structure
223 endrec = struct.unpack(structEndArchive, data)
243 # found the magic number; attempt to unpack and interpret
248 endrec = list(struct.unpack(structEndArchive, recData))
386 unpack = struct.unpack
388 tp, ln = unpack('<HH', extra[:4])
391 counts = unpack('<QQQ', extra[4:28])
393 counts = unpack('<QQ', extra[4:20])
395 counts = unpack('<Q', extra[4:12])
833 centdir = struct.unpack(structCentralDir, centdir)
965 fheader = struct.unpack(structFileHeader, fheader)