Home
last modified time | relevance | path

Searched defs:zstream (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.cpp484 bool ZipFile::ReadZStream(const BytePtr &buffer, z_stream &zstream, uint32_t &remainCompressedSize, in ReadZStream()
503 z_stream zstream; in UnzipWithInflated() local
612 z_stream &zstream, uint32_t &remainCompressedSize) const in ReadZStreamFromMMap()
669 z_stream zstream; in UnzipWithInflatedFromMMap() local
/arkcompiler/runtime_core/static_core/libziparchive/extractortool/
Dzip_file.cpp769 z_stream zstream; in UnzipWithInflatedFromMMap() local
820 bool ZipFile::CopyInflateOut(z_stream &zstream, size_t inflateLen, uint8_t **dstDataPtr, BytePtr bu… in CopyInflateOut()
844 bool ZipFile::ReadZStreamFromMMap(const BytePtr &buffer, void *&dataPtr, z_stream &zstream, in ReadZStreamFromMMap()