Lines Matching refs:toc_entry
214 toc_entry = self._files[key]
217 return _get_data(self.archive, toc_entry)
251 toc_entry = self._files[fullpath]
255 return _get_data(self.archive, toc_entry).decode()
581 def _get_data(archive, toc_entry): argument
582 datapath, compress, data_size, file_size, file_offset, time, date, crc = toc_entry
711 toc_entry = self._files[path]
714 time = toc_entry[5]
715 date = toc_entry[6]
716 uncompressed_size = toc_entry[3]
731 toc_entry = self._files[path]
735 return _get_data(self.archive, toc_entry)
747 toc_entry = self._files[fullpath]
751 modpath = toc_entry[0]
752 data = _get_data(self.archive, toc_entry)
765 modpath = toc_entry[0]