Searched refs:compression_method (Results 1 – 4 of 4) sorted by relevance
189 dst->compression_method = src.compression_method; in CopyFromFileEntry()220 file_entry.compression_method = kCompressDeflated; in StartAlignedEntryWithTime()227 file_entry.compression_method = kCompressStored; in StartAlignedEntryWithTime()324 if (current_file_entry_.compression_method & kCompressDeflated) { in WriteBytes()427 if (current_file_entry_.compression_method & kCompressDeflated) { in FinishEntry()434 if ((current_file_entry_.compression_method & kCompressDeflated) || !seekable_) { in FinishEntry()482 if ((file.compression_method & kCompressDeflated) || !seekable_) { in Finish()485 cdr.compression_method = file.compression_method; in Finish()
86 uint16_t compression_method; member136 uint16_t compression_method; member
547 data->method = cdr->compression_method; in FindEntry()
72 uint16_t compression_method; member