Searched refs:compression_method (Results 1 – 4 of 4) sorted by relevance
193 dst->compression_method = src.compression_method; in CopyFromFileEntry()224 file_entry.compression_method = kCompressDeflated; in StartAlignedEntryWithTime()231 file_entry.compression_method = kCompressStored; in StartAlignedEntryWithTime()327 if (current_file_entry_.compression_method & kCompressDeflated) { in WriteBytes()430 if (current_file_entry_.compression_method & kCompressDeflated) { in FinishEntry()437 if ((current_file_entry_.compression_method & kCompressDeflated) || !seekable_) { in FinishEntry()485 if ((file.compression_method & kCompressDeflated) || !seekable_) { in Finish()488 cdr.compression_method = file.compression_method; in Finish()
87 uint16_t compression_method; member138 uint16_t compression_method; member
578 data->method = cdr->compression_method; in FindEntry()
73 uint16_t compression_method; member