Searched refs:zlib_inflate (Results 1 – 6 of 6) sorted by relevance
38 ZLIB_INFLATE=zlib_inflate
299 static int zlib_inflate(uint32_t **ptr, int len) in zlib_inflate() function381 return zlib_inflate(out, len); in ascii85_decode()
204 zlib_err = zlib_inflate(&msblk->stream, Z_NO_FLUSH); in squashfs_read_data()
532 static uint32_t zlib_inflate(const void *compressed_data, in zlib_inflate() function614 total_length = zlib_inflate(compress_genxmls, in v3d_spec_load()
472 static uint32_t zlib_inflate(const void *compressed_data, in zlib_inflate() function574 total_length = zlib_inflate(compress_genxmls, in gen_spec_load()
236 ((zlib_err = zlib_inflate(&msblk->stream, Z_FINISH)) in squashfs_read_data()