Lines Matching refs:toc_entry
177 toc_entry = self._files[key]
180 return _get_data(self.archive, toc_entry)
213 toc_entry = self._files[fullpath]
217 return _get_data(self.archive, toc_entry).decode()
531 def _get_data(archive, toc_entry): argument
532 datapath, compress, data_size, file_size, file_offset, time, date, crc = toc_entry
669 toc_entry = self._files[path]
672 time = toc_entry[5]
673 date = toc_entry[6]
674 uncompressed_size = toc_entry[3]
689 toc_entry = self._files[path]
693 return _get_data(self.archive, toc_entry)
704 toc_entry = self._files[fullpath]
708 modpath = toc_entry[0]
709 data = _get_data(self.archive, toc_entry)
718 modpath = toc_entry[0]