Searched refs:toc_entry (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ |
H A D | zipimport.py | 213 toc_entry = self._files[key] 216 return _get_data(self.archive, toc_entry) 250 toc_entry = self._files[fullpath] 254 return _get_data(self.archive, toc_entry).decode() 386 # A toc_entry is a tuple: 586 # Given a path to a Zip file and a toc_entry, return the (uncompressed) data. 587 def _get_data(archive, toc_entry): 588 datapath, compress, data_size, file_size, file_offset, time, date, crc = toc_entry 717 toc_entry = self._files[path] 720 time = toc_entry[ [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | aadec.c | 80 struct toc_entry { in aa_read_header() struct
|
Completed in 2 milliseconds