/openbmc/linux/include/linux/ |
H A D | zlib.h | 103 typedef z_stream *z_streamp; typedef 223 extern int zlib_deflate (z_streamp strm, int flush); 301 extern int zlib_deflateEnd (z_streamp strm); 343 extern int zlib_inflate (z_streamp strm, int flush); 442 extern int zlib_inflateEnd (z_streamp strm); 503 extern int zlib_deflateReset (z_streamp strm); 561 extern int zlib_inflateReset (z_streamp strm); 586 extern int zlib_deflateInit2(z_streamp strm, int level, int method, 589 extern int zlib_inflateInit2(z_streamp strm, int windowBits);
|
/openbmc/u-boot/include/u-boot/ |
H A D | zlib.h | 439 typedef z_stream FAR *z_streamp; typedef 521 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 526 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); 532 ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm, 535 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, 538 ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm, 543 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm, 545 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, 546 z_streamp source)); 549 ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm, [all …]
|
/openbmc/linux/lib/zlib_dfltcc/ |
H A D | dfltcc_inflate.c | 14 z_streamp strm in dfltcc_can_inflate() 31 void dfltcc_reset_inflate_state(z_streamp strm) { in dfltcc_reset_inflate_state() 40 z_streamp strm in dfltcc_was_inflate_used() 50 z_streamp strm in dfltcc_inflate_disable() 70 z_streamp strm in dfltcc_xpnd() 88 z_streamp strm, in dfltcc_inflate()
|
H A D | dfltcc_deflate.h | 8 int dfltcc_can_deflate(z_streamp strm); 9 int dfltcc_deflate(z_streamp strm, 12 void dfltcc_reset_deflate_state(z_streamp strm);
|
H A D | dfltcc_inflate.h | 8 void dfltcc_reset_inflate_state(z_streamp strm); 9 int dfltcc_can_inflate(z_streamp strm); 15 dfltcc_inflate_action dfltcc_inflate(z_streamp strm,
|
H A D | dfltcc_deflate.c | 16 z_streamp strm in dfltcc_can_deflate() 42 void dfltcc_reset_deflate_state(z_streamp strm) { in dfltcc_reset_deflate_state() 60 z_streamp strm in dfltcc_gdht() 73 z_streamp strm in dfltcc_cmpr() 93 z_streamp strm, in send_eobs() 120 z_streamp strm, in dfltcc_deflate()
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.c | 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() 487 z_streamp strm; in deflateBound() 563 z_streamp strm; in flush_pending() [all …]
|
H A D | inffast.h | 11 void inflate_fast OF((z_streamp strm, unsigned start));
|
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/linux/lib/zlib_inflate/ |
H A D | inffast.h | 11 void inflate_fast (z_streamp strm, unsigned start);
|
H A D | inflate.c | 33 int zlib_inflateReset(z_streamp strm) in zlib_inflateReset() 59 int zlib_inflateInit2(z_streamp strm, int windowBits) in zlib_inflateInit2() 120 static void zlib_updatewindow(z_streamp strm, unsigned out) in zlib_updatewindow() 165 static int zlib_inflateSyncPacket(z_streamp strm) in zlib_inflateSyncPacket() 331 int zlib_inflate(z_streamp strm, int flush) in zlib_inflate() 770 int zlib_inflateEnd(z_streamp strm) in zlib_inflateEnd()
|
H A D | inffast.c | 67 void inflate_fast(z_streamp strm, unsigned start) in inflate_fast()
|
/openbmc/linux/lib/zlib_deflate/ |
H A D | deflate.c | 78 static int read_buf (z_streamp strm, Byte *buf, unsigned size); 189 z_streamp strm, in zlib_deflateInit2() 283 z_streamp strm in zlib_deflateReset() 330 z_streamp strm, in zlib_deflate() 476 z_streamp strm in zlib_deflateEnd() 504 z_streamp strm, in read_buf()
|
H A D | defutil.h | 74 z_streamp strm; /* pointer back to this zlib stream */ 420 z_streamp strm in flush_pending()
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-zlib.c | 60 z_streamp zstream = &vs->zlib.stream; in vnc_zlib_stop()
|
H A D | vnc-enc-zrle.c | 74 z_streamp zstream = &vs->zrle->stream; in zrle_compress_data()
|
H A D | vnc-enc-tight.c | 788 z_streamp zstream = &vs->tight->stream[stream_id]; in tight_init_stream() 842 z_streamp zstream = &vs->tight->stream[stream_id]; in tight_compress_data()
|