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

/vbox/src/libs/zlib-1.2.6/
H A Dzlib.h177 #define Z_STREAM_ERROR (-2) macro
238 memory, Z_STREAM_ERROR if level is not a valid compression level, or
345 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
359 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
381 version assumed by the caller, or Z_STREAM_ERROR if the parameters are
494 value), Z_STREAM_ERROR if the stream structure was inconsistent (for example
511 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
577 memory, Z_STREAM_ERROR if any parameter is invalid (such as an invalid
621 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
641 enough memory, Z_STREAM_ERROR i
[all...]

Completed in 1201 milliseconds