Searched refs:compressed_length_ (Results 1 – 1 of 1) sorted by relevance
129 uint32_t compressed_length_; member in ZipArchiveStreamEntryCompressed173 compressed_length_ = entry.compressed_length; in Init()191 return z_stream_init_ && uncompressed_length_ == 0 && compressed_length_ == 0 && in Verify()203 if (compressed_length_ == 0) { in Read()206 size_t bytes = (compressed_length_ > in_.size()) ? in_.size() : compressed_length_; in Read()218 compressed_length_ -= bytes; in Read()