Searched refs:z_stream (Results 1 – 15 of 15) 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()
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()
133 z_stream z_stream_;144 static inline int zlib_inflateInit2(z_stream* stream, int window_bits) { in zlib_inflateInit2()
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()
61 z_stream mInflateState;
64 z_stream strm; in ApplyBSDiffPatchAndStreamOutput()243 z_stream strm; in ApplyImagePatch()
404 z_stream strm; in TryReconstruction()1299 z_stream strm; in Initialize()
147 z_stream z_ = {};
166 z_stream zs; in btsnoop_compress()
93 z_stream zs; in nfcsnoop_compress()
274 z_stream zs; in dump_trace()
747 z_stream zstream; in compressFpToFp()
937 z_stream zs; in dumpTrace()
125 z_stream strm; in DeflateBuffer()161 z_stream strm; in InflateBuffer()