Home
last modified time | relevance | path

Searched refs:zStream_ (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Ddump_compressor.cpp57 zStream_.zalloc = Z_NULL; in Compress()
58 zStream_.zfree = Z_NULL; in Compress()
59 zStream_.opaque = Z_NULL; in Compress()
61 if (deflateInit2(&zStream_, Z_DEFAULT_COMPRESSION, Z_DEFLATED, MAX_WBITS + WINDOWS_BITS, in Compress()
80 (void)deflateEnd(&zStream_); in Compress()
103 zStream_.avail_in = srcBufferOffset - src_pos; in FillBuffer()
110 zStream_.avail_in = toRead; in FillBuffer()
115 zStream_.next_in = (Bytef*)buffIn; in FillBuffer()
123 zStream_.avail_out = CHUNK; in DeflateBuffer()
124 zStream_ in DeflateBuffer()
[all...]
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Ddump_compressor.h57 z_stream zStream_ = {0}; member in OHOS::HiviewDFX::DumpCompressor

Completed in 1 milliseconds