Home
last modified time | relevance | path

Searched defs:strm (Results 1 – 25 of 28) sorted by relevance

12

/linux/lib/zlib_inflate/
H A Dinflate.c22 #define INFLATE_RESET_HOOK(strm) do {} while (0) argument
23 #define INFLATE_TYPEDO_HOOK(strm, flush) do {} while (0) argument
24 #define INFLATE_NEED_UPDATEWINDOW(strm) 1 argument
25 #define INFLATE_NEED_CHECKSUM(strm) 1 argument
33 int zlib_inflateReset(z_streamp strm) in zlib_inflateReset()
59 int zlib_inflateInit2(z_streamp strm, int windowBits) in zlib_inflateInit2()
120 static void zlib_updatewindow(z_streamp strm, unsigned out) in zlib_updatewindow()
165 static int zlib_inflateSyncPacket(z_streamp strm) in zlib_inflateSyncPacket()
331 int zlib_inflate(z_streamp strm, int flush) in zlib_inflate()
770 int zlib_inflateEnd(z_streamp strm) in zlib_inflateEnd()
H A Dinfutil.c13 struct z_stream_s *strm; in zlib_inflate_blob() local
H A Dinfutil.h37 #define WS(strm) ((struct inflate_workspace *)(strm->workspace)) argument
H A Dinffast.c67 void inflate_fast(z_streamp strm, unsigned start) in inflate_fast()
/linux/lib/zlib_dfltcc/
H A Ddfltcc_inflate.c14 z_streamp strm in dfltcc_can_inflate()
31 void dfltcc_reset_inflate_state(z_streamp strm) { in dfltcc_reset_inflate_state()
40 z_streamp strm in dfltcc_was_inflate_used()
50 z_streamp strm in dfltcc_inflate_disable()
70 z_streamp strm in dfltcc_xpnd()
88 z_streamp strm, in dfltcc_inflate()
H A Ddfltcc_deflate.c16 z_streamp strm in dfltcc_can_deflate()
42 void dfltcc_reset_deflate_state(z_streamp strm) { in dfltcc_reset_deflate_state()
60 z_streamp strm in dfltcc_gdht()
73 z_streamp strm in dfltcc_cmpr()
93 z_streamp strm, in send_eobs()
120 z_streamp strm, in dfltcc_deflate()
H A Ddfltcc_inflate.h17 #define INFLATE_RESET_HOOK(strm) \ argument
20 #define INFLATE_TYPEDO_HOOK(strm, flush) \ argument
33 #define INFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_inflate((strm))) argument
35 #define INFLATE_NEED_UPDATEWINDOW(strm) (!dfltcc_can_inflate((strm))) argument
H A Ddfltcc_deflate.h14 #define DEFLATE_RESET_HOOK(strm) \ argument
19 #define DEFLATE_NEED_CHECKSUM(strm) (!dfltcc_can_deflate((strm))) argument
/linux/fs/erofs/
H A Ddecompressor_zstd.c22 struct z_erofs_zstd *strm; in z_erofs_isolate_strms() local
40 struct z_erofs_zstd *strm, *n; in z_erofs_zstd_exit() local
60 struct z_erofs_zstd *strm; in z_erofs_zstd_init() local
81 struct z_erofs_zstd *strm, *head = NULL; in z_erofs_load_zstd_config() local
151 struct z_erofs_zstd *strm; in z_erofs_zstd_decompress() local
H A Ddecompressor_lzma.c24 struct z_erofs_lzma *strm; in z_erofs_lzma_exit() local
57 struct z_erofs_lzma *strm = kzalloc(sizeof(*strm), GFP_KERNEL); in z_erofs_lzma_init() local
78 struct z_erofs_lzma *strm, *head = NULL; in z_erofs_load_lzma_config() local
161 struct z_erofs_lzma *strm; in z_erofs_lzma_decompress() local
H A Ddecompressor_deflate.c22 struct z_erofs_deflate *strm; in z_erofs_deflate_exit() local
72 struct z_erofs_deflate *strm; in z_erofs_load_deflate_config() local
111 struct z_erofs_deflate *strm; in z_erofs_deflate_decompress() local
/linux/lib/zlib_deflate/
H A Ddeflate.c59 #define DEFLATE_RESET_HOOK(strm) do {} while (0) argument
60 #define DEFLATE_HOOK(strm, flush, bstate) 0 argument
61 #define DEFLATE_NEED_CHECKSUM(strm) 1 argument
189 z_streamp strm, in zlib_deflateInit2()
283 z_streamp strm in zlib_deflateReset()
330 z_streamp strm, in zlib_deflate()
476 z_streamp strm in zlib_deflateEnd()
504 z_streamp strm, in read_buf()
H A Ddefutil.h74 z_streamp strm; /* pointer back to this zlib stream */ member
420 z_streamp strm in flush_pending()
/linux/fs/squashfs/
H A Dzlib_wrapper.c42 static void zlib_free(void *strm) in zlib_free()
52 static int zlib_uncompress(struct squashfs_sb_info *msblk, void *strm, in zlib_uncompress()
H A Dlzo_wrapper.c53 static void lzo_free(void *strm) in lzo_free()
65 static int lzo_uncompress(struct squashfs_sb_info *msblk, void *strm, in lzo_uncompress()
H A Dzstd_wrapper.c51 static void zstd_free(void *strm) in zstd_free()
61 static int zstd_uncompress(struct squashfs_sb_info *msblk, void *strm, in zstd_uncompress()
H A Dlz4_wrapper.c79 static void lz4_free(void *strm) in lz4_free()
91 static int lz4_uncompress(struct squashfs_sb_info *msblk, void *strm, in lz4_uncompress()
H A Dxz_wrapper.c108 static void squashfs_xz_free(void *strm) in squashfs_xz_free()
119 static int squashfs_xz_uncompress(struct squashfs_sb_info *msblk, void *strm, in squashfs_xz_uncompress()
/linux/include/linux/
H A Dzlib.h580 #define zlib_deflateInit(strm, level) \ argument
583 #define zlib_inflateInit(strm) \ argument
/linux/tools/build/feature/
H A Dtest-lzma.c6 lzma_stream strm = LZMA_STREAM_INIT; in main() local
/linux/arch/arm/kernel/
H A Dhead-inflate-data.c34 struct z_stream_s stream, *strm = &stream; in __inflate_kernel_data() local
/linux/fs/bcachefs/
H A Dcompress.c166 static inline void zlib_set_workspace(z_stream *strm, void *workspace) in zlib_set_workspace()
206 z_stream strm = { in __bio_uncompress() local
373 z_stream strm = { in attempt_compress() local
/linux/tools/perf/util/
H A Dlzma.c38 lzma_stream strm = LZMA_STREAM_INIT; in lzma_decompress_to_file() local
/linux/lib/
H A Ddecompress_inflate.c49 struct z_stream_s *strm; in __gunzip() local
/linux/fs/btrfs/
H A Dzlib.c30 z_stream strm; member

12