Searched defs:Z_STREAM_ERROR (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libz/ |
H A D | zlib.h | 174 #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 D | ratz.c | 542 #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 23 milliseconds