Searched refs:z_stream (Results 1 – 9 of 9) sorted by relevance
32 typedef struct z_stream_s z_stream; typedef185 std::unique_ptr<z_stream, void (*)(z_stream*)> z_stream_;
31 z_stream strm; in Compress()62 z_stream strm; in Decompress()
133 z_stream z_stream_;144 static inline int zlib_inflateInit2(z_stream* stream, int window_bits) { in zlib_inflateInit2()
82 static void DeleteZStream(z_stream* stream) { in DeleteZStream()322 z_stream_ = std::unique_ptr<z_stream, void (*)(z_stream*)>(new z_stream(), DeleteZStream); in PrepareDeflate()
1244 static inline int zlib_inflateInit2(z_stream* stream, int window_bits) { in zlib_inflateInit2()1265 z_stream zstream; in inflateImpl()1296 auto zstream_deleter = [](z_stream* stream) { in inflateImpl()1300 std::unique_ptr<z_stream, decltype(zstream_deleter)> zstream_guard(&zstream, zstream_deleter); in inflateImpl()
147 z_stream zs; in btsnoop_compress()
147 z_stream z_ = {};
93 z_stream zs; in nfcsnoop_compress()
274 z_stream zs; in dump_trace()