Home
last modified time | relevance | path

Searched refs:inflateEnd (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/fs/cramfs/
H A Duncompress.c81 inflateEnd (&stream); in cramfs_uncompress_exit()
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h72 # define inflateEnd z_inflateEnd macro
370 # pragma map(inflateEnd,"INEND")
649 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
/rk3399_rockchip-uboot/lib/
H A Dgunzip.c278 inflateEnd(&s); in gzwrite()
316 inflateEnd(&s); in zunzip()
/rk3399_rockchip-uboot/lib/zlib/
H A Dinflate.c929 int ZEXPORT inflateEnd(z_streamp strm) in inflateEnd() function