Home
last modified time | relevance | path

Searched refs:z_stream_s (Results 1 – 10 of 10) sorted by relevance

/linux/crypto/
H A Ddeflate.c38 struct z_stream_s comp_stream;
39 struct z_stream_s decomp_stream;
45 struct z_stream_s *stream = &ctx->comp_stream; in deflate_comp_init()
70 struct z_stream_s *stream = &ctx->decomp_stream; in deflate_decomp_init()
164 struct z_stream_s *stream = &dctx->comp_stream; in __deflate_compress()
209 struct z_stream_s *stream = &dctx->decomp_stream; in __deflate_decompress()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_zlib.c32 struct z_stream_s compress_stream; in cudbg_compress_buff()
44 memset(&compress_stream, 0, sizeof(struct z_stream_s)); in cudbg_compress_buff()
/linux/arch/arm/kernel/
H A Dhead-inflate-data.c34 struct z_stream_s stream, *strm = &stream; in __inflate_kernel_data()
/linux/lib/zlib_inflate/
H A Dinfutil.c13 struct z_stream_s *strm; in zlib_inflate_blob()
/linux/include/linux/
H A Dzlib.h84 typedef struct z_stream_s { struct
/linux/lib/
H A Ddecompress_inflate.c49 struct z_stream_s *strm; in __gunzip()
/linux/fs/erofs/
H A Ddecompressor_deflate.c7 struct z_stream_s z;
/linux/kernel/module/
H A Ddecompress.c88 struct z_stream_s s = { 0 }; in module_gzip_decompress()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed.h656 struct z_stream_s *stream;
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1722 struct z_stream_s *strm;