Lines Matching refs:z_streamp

95 local int inflateStateCheck OF((z_streamp strm));
97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
105 local int inflateStateCheck(z_streamp strm) in inflateStateCheck()
118 int ZEXPORT inflateResetKeep(z_streamp strm) in inflateResetKeep()
143 int ZEXPORT inflateReset(z_streamp strm) in inflateReset()
155 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) in inflateReset2()
191 int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, const char *version, in inflateInit2_()
232 int ZEXPORT inflateInit_(z_streamp strm, const char *version, int stream_size) in inflateInit_()
237 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) in inflatePrime()
382 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) in updatewindow()
605 int ZEXPORT inflate(z_streamp strm, int flush) in inflate()
1282 int ZEXPORT inflateEnd(z_streamp strm) in inflateEnd()
1295 int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary, in inflateGetDictionary()
1316 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary, in inflateSetDictionary()
1349 int ZEXPORT inflateGetHeader(z_streamp strm, gz_headerp head) in inflateGetHeader()
1396 int ZEXPORT inflateSync(z_streamp strm) in inflateSync()
1453 int ZEXPORT inflateSyncPoint(z_streamp strm) in inflateSyncPoint()
1462 int ZEXPORT inflateCopy(z_streamp dest, z_streamp source) in inflateCopy()
1507 int ZEXPORT inflateUndermine(z_streamp strm, int subvert) in inflateUndermine()
1523 int ZEXPORT inflateValidate(z_streamp strm, int check) in inflateValidate()
1536 long ZEXPORT inflateMark(z_streamp strm) in inflateMark()
1548 unsigned long ZEXPORT inflateCodesUsed(z_streamp strm) in inflateCodesUsed()