Home | History | Annotate | Download | only in net

Lines Matching defs:Z_STREAM_ERROR

431 #define Z_STREAM_ERROR (-2)
488 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
575 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
587 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
679 adler32 checksum), Z_STREAM_ERROR if the stream structure was inconsistent
694 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
739 memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid
771 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
790 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
811 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
829 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
856 memory, Z_STREAM_ERROR if a parameter is invalid (such as a negative
872 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
888 or Z_STREAM_ERROR if the stream structure was inconsistent. In the success
901 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
941 Z_STREAM_ERROR if the level parameter is invalid.
997 gzsetparams returns Z_OK if success, or Z_STREAM_ERROR if the file was not