Searched refs:z_streamp (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/include/u-boot/ |
| H A D | zlib.h | 439 typedef z_stream FAR *z_streamp; typedef 518 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 519 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level, 521 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 522 ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method, 526 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); 527 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, 530 ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm, 532 ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm, 535 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, [all …]
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | inffast.h | 11 void inflate_fast OF((z_streamp strm, unsigned start));
|
| H A D | deflate.c | 86 local void flush_pending OF((z_streamp strm)); 87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); 199 z_streamp strm; in deflateInit_() 212 z_streamp strm; in deflateInit2_() 312 z_streamp strm; in deflateSetDictionary() 354 z_streamp strm; in deflateReset() 390 z_streamp strm; in deflateSetHeader() 401 z_streamp strm; in deflatePrime() 413 z_streamp strm; in deflateParams() 452 z_streamp strm; in deflateTune() [all …]
|
| H A D | inflate.c | 6 local int updatewindow OF((z_streamp strm, unsigned out)); 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.h | 95 z_streamp strm; /* pointer back to this zlib stream */
|
| H A D | inffast.c | 69 void inflate_fast(z_streamp strm, unsigned start) in inflate_fast()
|
| /openbmc/qemu/ui/ |
| H A D | vnc-enc-zlib.c | 60 z_streamp zstream = &worker->zlib.stream; in vnc_zlib_stop()
|
| H A D | vnc-enc-zrle.c | 74 z_streamp zstream = &zrle->stream; in zrle_compress_data()
|
| H A D | vnc-enc-tight.c | 793 z_streamp zstream = &tight->stream[stream_id]; in tight_init_stream() 847 z_streamp zstream = &tight->stream[stream_id]; in tight_compress_data()
|