decomp_stream      39 crypto/deflate.c 	struct z_stream_s decomp_stream;
decomp_stream      74 crypto/deflate.c 	struct z_stream_s *stream = &ctx->decomp_stream;
decomp_stream     104 crypto/deflate.c 	zlib_inflateEnd(&ctx->decomp_stream);
decomp_stream     105 crypto/deflate.c 	vfree(ctx->decomp_stream.workspace);
decomp_stream     226 crypto/deflate.c 	struct z_stream_s *stream = &dctx->decomp_stream;
decomp_stream      53 fs/squashfs/decompressor_multi.c static void put_decomp_stream(struct decomp_stream *decomp_strm,
decomp_stream      66 fs/squashfs/decompressor_multi.c 	struct decomp_stream *decomp_strm = NULL;
decomp_stream     110 fs/squashfs/decompressor_multi.c 		struct decomp_stream *decomp_strm;
decomp_stream     114 fs/squashfs/decompressor_multi.c 						struct decomp_stream, list);
decomp_stream     127 fs/squashfs/decompressor_multi.c static struct decomp_stream *get_decomp_stream(struct squashfs_sb_info *msblk,
decomp_stream     130 fs/squashfs/decompressor_multi.c 	struct decomp_stream *decomp_strm;
decomp_stream     138 fs/squashfs/decompressor_multi.c 				struct decomp_stream, list);
decomp_stream     188 fs/squashfs/decompressor_multi.c 	struct decomp_stream *decomp_stream = get_decomp_stream(msblk, stream);
decomp_stream     189 fs/squashfs/decompressor_multi.c 	res = msblk->decompressor->decompress(msblk, decomp_stream->stream,
decomp_stream     191 fs/squashfs/decompressor_multi.c 	put_decomp_stream(decomp_stream, stream);