Home | History | Annotate | Download | only in src

Lines Matching refs:Z_STREAM_ERROR

109     if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
134 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
150 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
168 return Z_STREAM_ERROR;
192 if (strm == Z_NULL) return Z_STREAM_ERROR;
196 return Z_STREAM_ERROR;
204 return Z_STREAM_ERROR;
237 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
244 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR;
630 return Z_STREAM_ERROR;
1221 return Z_STREAM_ERROR;
1259 return Z_STREAM_ERROR;
1276 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
1301 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
1304 return Z_STREAM_ERROR;
1333 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
1335 if ((state->wrap & 2) == 0) return Z_STREAM_ERROR;
1386 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
1433 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
1450 return Z_STREAM_ERROR;
1491 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;