Searched refs:z_stream (Results 1 – 13 of 13) sorted by relevance
39 z_stream *stream = kmalloc(sizeof(z_stream), GFP_KERNEL); in zlib_init()57 z_stream *stream = strm; in zlib_free()70 z_stream *stream = strm; in zlib_uncompress()
101 } z_stream; typedef103 typedef z_stream *z_streamp;565 extern int zlib_inflateIncomp (z_stream *strm);
5 z_stream zs; in main()
35 z_stream s;
26 static z_stream stream;
21 z_stream zs = { in gzip_decompress_to_file()
36 z_stream s; in gunzip()
36 static z_stream inf_strm, def_strm;
53 z_stream stream = { .total_out = 0, in zisofs_uncompress_block()
36 z_stream strm;
33 z_stream strm;
189 z_stream strm; in decompress_exec()
757 int zlib_inflateIncomp(z_stream *z) in zlib_inflateIncomp()