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

/external/kernel-headers/original/linux/
H A Dzlib.h152 #define Z_STREAM_ERROR (-2) macro
204 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
284 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
296 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
420 value), Z_STREAM_ERROR if the stream structure was inconsistent (for example
437 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
487 memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid
523 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
545 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
557 deflateReset returns Z_OK if success, or Z_STREAM_ERROR i
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h174 #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...]
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h174 #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...]
/external/zlib/
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 39 milliseconds