Searched refs:inflateEnd (Results 1 - 7 of 7) sorted by relevance

/u-boot/fs/cramfs/
H A Duncompress.c82 inflateEnd (&stream);
/u-boot/lib/zlib/
H A Duncompr.c83 inflateEnd(&stream);
H A Dinflate.c927 int ZEXPORT inflateEnd(z_streamp strm)
/u-boot/include/u-boot/
H A Dzlib.h69 # define inflateEnd z_inflateEnd macro
373 # pragma map(inflateEnd,"INEND")
610 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
651 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
657 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
/u-boot/lib/
H A Dgunzip.c268 inflateEnd(&s);
306 inflateEnd(&s);
/u-boot/fs/btrfs/
H A Dcompression.c127 inflateEnd(&stream);
/u-boot/fs/erofs/
H A Ddecompress.c76 inflateEnd(&strm);

Completed in 99 milliseconds