z_stream           29 other-licenses/zlib/compress.c     z_stream stream;
z_stream          237 other-licenses/zlib/deflate.c         stream_size != sizeof(z_stream)) {
z_stream          912 other-licenses/zlib/deflate.c     zmemcpy(dest, source, sizeof(z_stream));
z_stream           57 other-licenses/zlib/gzio.c     z_stream stream;
z_stream           38 other-licenses/zlib/infback.c         stream_size != (int)(sizeof(z_stream)))
z_stream          153 other-licenses/zlib/inflate.c         stream_size != (int)(sizeof(z_stream)))
z_stream         1353 other-licenses/zlib/inflate.c     zmemcpy(dest, source, sizeof(z_stream));
z_stream           32 other-licenses/zlib/uncompr.c     z_stream stream;
z_stream          103 other-licenses/zlib/zlib.h typedef z_stream FAR *z_streamp;
z_stream         1332 other-licenses/zlib/zlib.h         deflateInit_((strm), (level),       ZLIB_VERSION, sizeof(z_stream))
z_stream         1334 other-licenses/zlib/zlib.h         inflateInit_((strm),                ZLIB_VERSION, sizeof(z_stream))
z_stream         1337 other-licenses/zlib/zlib.h                       (strategy),           ZLIB_VERSION, sizeof(z_stream))
z_stream         1339 other-licenses/zlib/zlib.h         inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
z_stream         1342 other-licenses/zlib/zlib.h         ZLIB_VERSION, sizeof(z_stream))
z_stream          112 shell/genericzlib.h 	z_stream m_zstream;