Searched refs:Z_STREAM_ERROR (Results 1 – 2 of 2) sorted by relevance
109 if (inflateStateCheck(strm)) return Z_STREAM_ERROR; in inflateResetKeep()133 if (inflateStateCheck(strm)) return Z_STREAM_ERROR; in inflateReset()146 if (inflateStateCheck(strm)) return Z_STREAM_ERROR; in inflateReset2()152 return Z_STREAM_ERROR; in inflateReset2()166 return Z_STREAM_ERROR; in inflateReset2()186 if (strm == Z_NULL) return Z_STREAM_ERROR; in inflateInit2_()190 return Z_STREAM_ERROR; in inflateInit2_()198 return Z_STREAM_ERROR; in inflateInit2_()226 if (inflateStateCheck(strm)) return Z_STREAM_ERROR; in inflatePrime()235 if (bits > 16 || state->bits + (uInt)bits > 32) return Z_STREAM_ERROR; in inflatePrime()[all …]
185 #define Z_STREAM_ERROR (-2) macro