Lines Matching refs:Z_STREAM_ERROR
108 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
138 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
156 return Z_STREAM_ERROR;
180 if (strm == Z_NULL) return Z_STREAM_ERROR;
216 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
223 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR;
614 return Z_STREAM_ERROR;
1206 return Z_STREAM_ERROR;
1243 return Z_STREAM_ERROR;
1261 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
1264 return Z_STREAM_ERROR;
1301 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
1303 if ((state->wrap & 2) == 0) return Z_STREAM_ERROR;
1354 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
1401 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
1418 return Z_STREAM_ERROR;
1459 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;