Searched refs:inflate (Results 1 – 13 of 13) sorted by relevance
119 struct z_stream_s *inflate; in deflate_decompress() local122 inflate = &zctx->dctx; in deflate_decompress()124 ret = zlib_inflateReset(inflate); in deflate_decompress()128 inflate->next_in = (u8 *)req->src; in deflate_decompress()129 inflate->avail_in = req->src_len; in deflate_decompress()130 inflate->next_out = (u8 *)req->dst; in deflate_decompress()131 inflate->avail_out = req->dst_len; in deflate_decompress()133 ret = zlib_inflate(inflate, Z_SYNC_FLUSH); in deflate_decompress()
3 inflate.c
6 zlib := inffast.c inflate.c inftrees.c
19 zlib_inflate-objs := inffast.o inflate.o infutil.o \
53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
353 u32 inflate; member
284 req->inflate = true; in vbg_balloon_inflate()331 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
531 static struct key_vector *inflate(struct trie *t, in inflate() function 538 pr_debug("In inflate\n"); in inflate() 750 * child array will be doubled by inflate()) and multiplying864 tp = inflate(t, tn); in resize() 876 /* update parent in case inflate failed */ in resize() 879 /* Return if at least one inflate is run */ in resize()
864 infalte||inflate
1259 inf_only: s390 zlib hardware support for inflate