Home
last modified time | relevance | path

Searched refs:decomp_stream (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/squashfs/
Ddecompressor_multi.c49 struct decomp_stream { struct
55 static void put_decomp_stream(struct decomp_stream *decomp_strm, in put_decomp_stream() argument
68 struct decomp_stream *decomp_strm = NULL; in squashfs_decompressor_create()
112 struct decomp_stream *decomp_strm; in squashfs_decompressor_destroy()
116 struct decomp_stream, list); in squashfs_decompressor_destroy()
129 static struct decomp_stream *get_decomp_stream(struct squashfs_sb_info *msblk, in get_decomp_stream()
132 struct decomp_stream *decomp_strm; in get_decomp_stream()
140 struct decomp_stream, list); in get_decomp_stream()
190 struct decomp_stream *decomp_stream = get_decomp_stream(msblk, stream); in squashfs_decompress() local
191 res = msblk->decompressor->decompress(msblk, decomp_stream->stream, in squashfs_decompress()
[all …]
/linux-4.4.14/crypto/
Ddeflate.c42 struct z_stream_s decomp_stream; member
73 struct z_stream_s *stream = &ctx->decomp_stream; in deflate_decomp_init()
100 zlib_inflateEnd(&ctx->decomp_stream); in deflate_decomp_exit()
101 vfree(ctx->decomp_stream.workspace); in deflate_decomp_exit()
162 struct z_stream_s *stream = &dctx->decomp_stream; in deflate_decompress()
Dzlib.c40 struct z_stream_s decomp_stream; member
58 struct z_stream_s *stream = &ctx->decomp_stream; in zlib_decomp_exit()
216 struct z_stream_s *stream = &ctx->decomp_stream; in zlib_decompress_setup()
248 struct z_stream_s *stream = &dctx->decomp_stream; in zlib_decompress_init()
262 struct z_stream_s *stream = &dctx->decomp_stream; in zlib_decompress_update()
301 struct z_stream_s *stream = &dctx->decomp_stream; in zlib_decompress_final()