Home | History | Annotate | Download | only in gzip

Lines Matching defs:Z_STREAM_ERROR

136 #define Z_STREAM_ERROR (-2)
190 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
269 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
280 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
369 adler32 checksum), Z_STREAM_ERROR if the stream structure was inconsistent
384 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
434 memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid
465 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
483 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
494 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
511 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
532 memory, Z_STREAM_ERROR if a parameter is invalid (such as a negative
547 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
562 or Z_STREAM_ERROR if the stream structure was inconsistent. In the success
575 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
612 Z_STREAM_ERROR if the level parameter is invalid.
662 gzsetparams returns Z_OK if success, or Z_STREAM_ERROR if the file was not