z_streamp         217 include/linux/zlib.h extern int zlib_deflate (z_streamp strm, int flush);
z_streamp         295 include/linux/zlib.h extern int zlib_deflateEnd (z_streamp strm);
z_streamp         337 include/linux/zlib.h extern int zlib_inflate (z_streamp strm, int flush);
z_streamp         436 include/linux/zlib.h extern int zlib_inflateEnd (z_streamp strm);
z_streamp         497 include/linux/zlib.h extern int zlib_deflateReset (z_streamp strm);
z_streamp         555 include/linux/zlib.h extern int zlib_inflateReset (z_streamp strm);
z_streamp         580 include/linux/zlib.h extern int zlib_deflateInit2(z_streamp strm, int  level, int  method,
z_streamp         583 include/linux/zlib.h extern int zlib_inflateInit2(z_streamp strm, int  windowBits);
z_streamp          75 lib/zlib_deflate/deflate.c static void flush_pending  (z_streamp strm);
z_streamp          76 lib/zlib_deflate/deflate.c static int read_buf        (z_streamp strm, Byte *buf, unsigned size);
z_streamp         168 lib/zlib_deflate/deflate.c 	z_streamp strm,
z_streamp         254 lib/zlib_deflate/deflate.c 	z_streamp strm
z_streamp         304 lib/zlib_deflate/deflate.c 	z_streamp strm
z_streamp         328 lib/zlib_deflate/deflate.c 	z_streamp strm,
z_streamp         466 lib/zlib_deflate/deflate.c 	z_streamp strm
z_streamp         494 lib/zlib_deflate/deflate.c 	z_streamp strm,
z_streamp          72 lib/zlib_deflate/defutil.h     z_streamp strm;      /* pointer back to this zlib stream */
z_streamp          88 lib/zlib_inflate/inffast.c void inflate_fast(z_streamp strm, unsigned start)
z_streamp          11 lib/zlib_inflate/inffast.h void inflate_fast (z_streamp strm, unsigned start);
z_streamp          23 lib/zlib_inflate/inflate.c int zlib_inflateReset(z_streamp strm)
z_streamp          48 lib/zlib_inflate/inflate.c int zlib_inflateInit2(z_streamp strm, int windowBits)
z_streamp         101 lib/zlib_inflate/inflate.c static void zlib_updatewindow(z_streamp strm, unsigned out)
z_streamp         146 lib/zlib_inflate/inflate.c static int zlib_inflateSyncPacket(z_streamp strm)
z_streamp         317 lib/zlib_inflate/inflate.c int zlib_inflate(z_streamp strm, int flush)
z_streamp         754 lib/zlib_inflate/inflate.c int zlib_inflateEnd(z_streamp strm)