Searched refs:z_stream (Results 1 – 9 of 9) sorted by relevance
32 typedef struct z_stream_s z_stream; typedef191 std::unique_ptr<z_stream, void (*)(z_stream*)> z_stream_;
31 z_stream strm; in Compress()62 z_stream strm; in Decompress()
137 z_stream z_stream_;148 static inline int zlib_inflateInit2(z_stream* stream, int window_bits) { in zlib_inflateInit2()
84 static void DeleteZStream(z_stream* stream) { in DeleteZStream()327 z_stream_ = std::unique_ptr<z_stream, void (*)(z_stream*)>(new z_stream(), DeleteZStream); in PrepareDeflate()
1363 static inline int zlib_inflateInit2(z_stream* stream, int window_bits) { in zlib_inflateInit2()1422 z_stream zstream = {}; in inflateImpl()1447 auto zstream_deleter = [](z_stream* stream) { in inflateImpl()1451 std::unique_ptr<z_stream, decltype(zstream_deleter)> zstream_guard(&zstream, zstream_deleter); in inflateImpl()
111 z_stream zs; in nfcsnoop_compress()
148 z_stream z_ = {};
274 z_stream zs; in dump_trace()
98 z_stream stream; in ZlibDecompress()