/openbmc/u-boot/lib/zlib/ |
H A D | inflate.c | 8 int ZEXPORT inflateReset(z_streamp strm) in inflateReset() 33 int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, const char *version, in inflateInit2_() 73 int ZEXPORT inflateInit_(z_streamp strm, const char *version, int stream_size) in inflateInit_() 100 local int updatewindow(z_streamp strm, unsigned out) in updatewindow() 328 int ZEXPORT inflate(z_streamp strm, int flush) in inflate() 929 int ZEXPORT inflateEnd(z_streamp strm) in inflateEnd()
|
H A D | deflate.c | 198 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() argument 210 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 353 int ZEXPORT deflateReset (strm) in deflateReset() argument 389 int ZEXPORT deflateSetHeader (strm, head) in deflateSetHeader() argument 400 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() argument 412 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument 451 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument 486 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() argument 562 local void flush_pending(strm) in flush_pending() argument [all …]
|
H A D | zutil.h | 58 #define ERR_RETURN(strm,err) \ argument 121 #define ZALLOC(strm, items, size) \ argument 123 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr), 0) argument
|
H A D | inffast.c | 69 void inflate_fast(z_streamp strm, unsigned start) in inflate_fast()
|
H A D | deflate.h | 95 z_streamp strm; /* pointer back to this zlib stream */ member
|
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib.c | 412 Bool handle_compress ( bz_stream* strm ) in handle_compress() 927 bz_stream strm; member 1284 bz_stream strm; in BZ_API() local 1335 bz_stream strm; in BZ_API() local
|
H A D | bzlib_decompress.c | 154 bz_stream* strm = s->strm; in BZ2_decompress() local
|
H A D | bzlib_private.h | 231 bz_stream* strm; member 378 bz_stream* strm; member
|
/openbmc/qemu/block/ |
H A D | qcow2-threads.c | 97 z_stream strm; in qcow2_zlib_compress() local 144 z_stream strm; in qcow2_zlib_decompress() local
|
H A D | qcow.c | 571 z_stream strm1, *strm = &strm1; in decompress_buffer() local 1059 z_stream strm; in qcow_co_pwritev_compressed() local
|
/openbmc/u-boot/include/u-boot/ |
H A D | zlib.h | 715 #define inflateInit(strm) \ argument 717 #define inflateInit2(strm, windowBits) \ argument
|