Searched refs:inflate (Results 1 – 16 of 16) sorted by relevance
117 struct z_stream_s *inflate; in deflate_decompress() local120 inflate = &zctx->dctx; in deflate_decompress()122 ret = zlib_inflateReset(inflate); in deflate_decompress()126 inflate->next_in = (u8 *)req->src; in deflate_decompress()127 inflate->avail_in = req->src_len; in deflate_decompress()128 inflate->next_out = (u8 *)req->dst; in deflate_decompress()129 inflate->avail_out = req->dst_len; in deflate_decompress()131 ret = zlib_inflate(inflate, Z_SYNC_FLUSH); in deflate_decompress()
9 inflate.c10 inflate.h
113 zlib-$(CONFIG_KERNEL_GZIP) := inffast.c inflate.c inftrees.c114 zlibheader-$(CONFIG_KERNEL_GZIP) := inffast.h inffixed.h inflate.h inftrees.h infutil.h
3 inflate.c
6 zlib := inffast.c inflate.c inftrees.c
19 zlib_inflate-objs := inffast.o inflate.o infutil.o \
94 CFLAGS_head-inflate-data.o := $(call cc-option,-Wframe-larger-than=10240)95 obj-$(CONFIG_XIP_DEFLATED_DATA) += head-inflate-data.o
53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
158 STATIC int INIT inflate OF((void));1085 STATIC int INIT inflate(void) in inflate() function1258 if ((res = inflate())) { in gunzip()
353 u32 inflate; member
285 req->inflate = true; in vbg_balloon_inflate()332 req->inflate = false; in vbg_balloon_deflate()
120 $(obj)/misc.o: lib/inflate.c
90 inflate()95 inflate(). Used by resize();
93 Applications that use inflate / deflate calls can link with libnxz
537 static struct key_vector *inflate(struct trie *t, in inflate() function870 tp = inflate(t, tn); in resize()
1122 inf_only: s390 zlib hardware support for inflate