Lines Matching refs:Z_STREAM_ERROR
136 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateReset()
161 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflatePrime()
163 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR; in inflatePrime()
179 if (strm == Z_NULL) return Z_STREAM_ERROR; in inflateInit2_()
206 return Z_STREAM_ERROR; in inflateInit2_()
602 return Z_STREAM_ERROR; in inflate()
1169 return Z_STREAM_ERROR; in inflate()
1205 return Z_STREAM_ERROR; in inflateEnd()
1221 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateSetDictionary()
1224 return Z_STREAM_ERROR; in inflateSetDictionary()
1260 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateGetHeader()
1262 if ((state->wrap & 2) == 0) return Z_STREAM_ERROR; in inflateGetHeader()
1311 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateSync()
1358 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateSyncPoint()
1374 return Z_STREAM_ERROR; in inflateCopy()