Searched refs:z_streamp (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/include/linux/ |
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);
|
/linux-6.1.9/lib/zlib_dfltcc/ |
D | dfltcc.h | 107 int dfltcc_can_deflate(z_streamp strm); 108 int dfltcc_deflate(z_streamp strm, 111 void dfltcc_reset(z_streamp strm, uInt size); 112 int dfltcc_can_inflate(z_streamp strm); 118 dfltcc_inflate_action dfltcc_inflate(z_streamp strm,
|
D | dfltcc_inflate.c | 14 z_streamp strm in dfltcc_can_inflate() 36 z_streamp strm in dfltcc_was_inflate_used() 46 z_streamp strm in dfltcc_inflate_disable() 66 z_streamp strm in dfltcc_xpnd() 84 z_streamp strm, in dfltcc_inflate()
|
D | dfltcc_deflate.c | 14 z_streamp strm in dfltcc_can_deflate() 41 z_streamp strm in dfltcc_gdht() 54 z_streamp strm in dfltcc_cmpr() 74 z_streamp strm, in send_eobs() 101 z_streamp strm, in dfltcc_deflate()
|
D | dfltcc.c | 27 z_streamp strm, in dfltcc_reset()
|
/linux-6.1.9/lib/zlib_inflate/ |
D | inffast.h | 11 void inflate_fast (z_streamp strm, unsigned start);
|
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()
|
D | inffast.c | 67 void inflate_fast(z_streamp strm, unsigned start) in inflate_fast()
|
/linux-6.1.9/lib/zlib_deflate/ |
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() 469 z_streamp strm in zlib_deflateEnd() 497 z_streamp strm, in read_buf()
|
D | defutil.h | 74 z_streamp strm; /* pointer back to this zlib stream */ 420 z_streamp strm in flush_pending()
|