Lines Matching defs:strm

94 local int inflateStateCheck(z_streamp strm) {  in inflateStateCheck()
106 int ZEXPORT inflateResetKeep(z_streamp strm) { in inflateResetKeep()
130 int ZEXPORT inflateReset(z_streamp strm) { in inflateReset()
141 int ZEXPORT inflateReset2(z_streamp strm, int windowBits) { in inflateReset2()
178 int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, in inflateInit2_()
218 int ZEXPORT inflateInit_(z_streamp strm, const char *version, in inflateInit_()
223 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) { in inflatePrime()
368 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) { in updatewindow()
590 int ZEXPORT inflate(z_streamp strm, int flush) { in inflate()
1266 int ZEXPORT inflateEnd(z_streamp strm) { in inflateEnd()
1278 int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary, in inflateGetDictionary()
1298 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary, in inflateSetDictionary()
1330 int ZEXPORT inflateGetHeader(z_streamp strm, gz_headerp head) { in inflateGetHeader()
1375 int ZEXPORT inflateSync(z_streamp strm) { in inflateSync()
1431 int ZEXPORT inflateSyncPoint(z_streamp strm) { in inflateSyncPoint()
1483 int ZEXPORT inflateUndermine(z_streamp strm, int subvert) { in inflateUndermine()
1498 int ZEXPORT inflateValidate(z_streamp strm, int check) { in inflateValidate()
1510 long ZEXPORT inflateMark(z_streamp strm) { in inflateMark()
1521 unsigned long ZEXPORT inflateCodesUsed(z_streamp strm) { in inflateCodesUsed()