Home
last modified time | relevance | path

Searched refs:compressed_length_ (Results 1 – 1 of 1) sorted by relevance

/system/core/libziparchive/
Dzip_archive_stream_entry.cc129 uint32_t compressed_length_ = 0u; member in ZipArchiveStreamEntryCompressed
172 compressed_length_ = entry.compressed_length; in Init()
190 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()