Searched refs:Z_STREAM_ERROR (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libz/
H A Dinflate.c108 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
135 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
137 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR;
155 if (strm == Z_NULL) return Z_STREAM_ERROR;
180 return Z_STREAM_ERROR;
579 return Z_STREAM_ERROR;
1124 return Z_STREAM_ERROR;
1160 return Z_STREAM_ERROR;
1178 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
1181 return Z_STREAM_ERROR;
[all...]
H A Ddeflate.c240 if (strm == Z_NULL) return Z_STREAM_ERROR;
268 return Z_STREAM_ERROR;
328 return Z_STREAM_ERROR;
364 return Z_STREAM_ERROR;
397 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
398 if (strm->state->wrap != 2) return Z_STREAM_ERROR;
409 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
425 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
434 return Z_STREAM_ERROR;
463 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
[all...]
H A Dgzio.c181 err = Z_STREAM_ERROR;
310 if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR;
446 if (!s) return Z_STREAM_ERROR;
453 err = Z_STREAM_ERROR;
493 if (s == NULL || s->mode != 'r') return Z_STREAM_ERROR;
673 if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR;
858 if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR;
1118 if (s == NULL) return Z_STREAM_ERROR;
1122 return Z_STREAM_ERROR;
1155 *errnum = Z_STREAM_ERROR;
[all...]
H A Dinfback.c42 return Z_STREAM_ERROR;
238 inflateBack() can also return Z_STREAM_ERROR if the input parameters
265 return Z_STREAM_ERROR;
603 ret = Z_STREAM_ERROR;
618 return Z_STREAM_ERROR;
H A Dzlib.h174 #define Z_STREAM_ERROR (-2) macro
234 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
320 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
451 value), Z_STREAM_ERROR if the stream structure was inconsistent (for example
468 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
533 memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid
570 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR i
[all...]
/ast/src/cmd/INIT/
H A Dratz.c542 #define Z_STREAM_ERROR (-2) macro
2334 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
2361 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
2363 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR;
2381 if (strm == Z_NULL) return Z_STREAM_ERROR;
2406 return Z_STREAM_ERROR;
2798 return Z_STREAM_ERROR;
3343 return Z_STREAM_ERROR;
3379 return Z_STREAM_ERROR;
3397 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
[all...]

Completed in 69 milliseconds