Searched refs:z_streamp (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | zlib.h | 103 typedef z_stream *z_streamp; typedef 217 extern int zlib_deflate (z_streamp strm, int flush); 295 extern int zlib_deflateEnd (z_streamp strm); 337 extern int zlib_inflate (z_streamp strm, int flush); 436 extern int zlib_inflateEnd (z_streamp strm); 497 extern int zlib_deflateReset (z_streamp strm); 555 extern int zlib_inflateReset (z_streamp strm); 580 extern int zlib_deflateInit2(z_streamp strm, int level, int method, 583 extern int zlib_inflateInit2(z_streamp strm, int windowBits);
|
/linux-4.4.14/lib/zlib_inflate/ |
D | inffast.h | 11 void inflate_fast (z_streamp strm, unsigned start);
|
D | inflate.c | 23 int zlib_inflateReset(z_streamp strm) in zlib_inflateReset() 48 int zlib_inflateInit2(z_streamp strm, int windowBits) in zlib_inflateInit2() 101 static void zlib_updatewindow(z_streamp strm, unsigned out) in zlib_updatewindow() 146 static int zlib_inflateSyncPacket(z_streamp strm) in zlib_inflateSyncPacket() 317 int zlib_inflate(z_streamp strm, int flush) in zlib_inflate() 742 int zlib_inflateEnd(z_streamp strm) in zlib_inflateEnd()
|
D | inffast.c | 88 void inflate_fast(z_streamp strm, unsigned start) in inflate_fast()
|
/linux-4.4.14/lib/zlib_deflate/ |
D | deflate.c | 75 static void flush_pending (z_streamp strm); 76 static int read_buf (z_streamp strm, Byte *buf, unsigned size); 168 z_streamp strm, in zlib_deflateInit2() 254 z_streamp strm in zlib_deflateReset() 304 z_streamp strm in flush_pending() 328 z_streamp strm, in zlib_deflate() 466 z_streamp strm in zlib_deflateEnd() 494 z_streamp strm, in read_buf()
|
D | defutil.h | 72 z_streamp strm; /* pointer back to this zlib stream */
|