Searched refs:compSize (Results 1 – 3 of 3) sorted by relevance
150 const uint32_t compSize = lzf_compress((const char *)in_data + i, chunkSize, in Compress() local153 outStr->append((const char *)&compSize, sizeof(compSize)); in Compress()154 if (compSize > 0) in Compress()155 outStr->append(lzf_buf, compSize); in Compress()
35 size_t uncompSize, size_t compSize) { in StreamingZipInflater() argument40 mInTotalSize = compSize; in StreamingZipInflater()
34 StreamingZipInflater(int fd, off64_t compDataStart, size_t uncompSize, size_t compSize);