z_streamp          95 other-licenses/zlib/deflate.h     z_streamp strm;      /* pointer back to this zlib stream */
z_streamp         242 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
z_streamp         328 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
z_streamp         363 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
z_streamp         462 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
z_streamp         538 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
z_streamp         577 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
z_streamp         578 other-licenses/zlib/zlib.h                                     z_streamp source));
z_streamp         595 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm));
z_streamp         606 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
z_streamp         627 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm,
z_streamp         644 other-licenses/zlib/zlib.h ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
z_streamp         653 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm,
z_streamp         669 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateSetHeader OF((z_streamp strm,
z_streamp         736 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateSetDictionary OF((z_streamp strm,
z_streamp         758 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
z_streamp         773 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest,
z_streamp         774 other-licenses/zlib/zlib.h                                     z_streamp source));
z_streamp         789 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
z_streamp         799 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
z_streamp         815 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateGetHeader OF((z_streamp strm,
z_streamp         880 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
z_streamp         949 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm));
z_streamp        1317 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
z_streamp        1319 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateInit_ OF((z_streamp strm,
z_streamp        1321 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int  level, int  method,
z_streamp        1325 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateInit2_ OF((z_streamp strm, int  windowBits,
z_streamp        1327 other-licenses/zlib/zlib.h ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits,
z_streamp        1350 other-licenses/zlib/zlib.h ZEXTERN int            ZEXPORT inflateSyncPoint OF((z_streamp z));