Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_archive_stream_entry.cc137 uint32_t compressed_length_ = 0u; member in ZipArchiveStreamEntryCompressed
180 compressed_length_ = entry.compressed_length; in Init()
198 return z_stream_init_ && uncompressed_length_ == 0 && compressed_length_ == 0 && in Verify()
217 if (compressed_length_ == 0) { in Read()
221 uint32_t bytes = (compressed_length_ > in_.size()) ? static_cast<uint32_t>(in_.size()) in Read()
222 : compressed_length_; in Read()
234 compressed_length_ -= bytes; in Read()