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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h136 #define Z_STREAM_ERROR (-2) macro
193 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
273 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
285 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
374 adler32 checksum), Z_STREAM_ERROR if the stream structure was inconsistent
389 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
439 memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid
473 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
493 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
505 deflateReset returns Z_OK if success, or Z_STREAM_ERROR i
[all...]

Completed in 20 milliseconds