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

/illumos-gate/usr/src/uts/common/sys/
H A Dzmod.h48 #define Z_STREAM_ERROR (-2) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h221 #define Z_STREAM_ERROR (-2) macro
264 enough memory, Z_STREAM_ERROR if level is not a valid compression level.
342 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
353 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
416 produced, Z_DATA_ERROR if the input data was corrupted, Z_STREAM_ERROR if
430 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
495 not enough memory, Z_STREAM_ERROR if a parameter is invalid (such as
519 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
531 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
562 not enough memory, Z_STREAM_ERROR i
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h176 #define Z_STREAM_ERROR (-2) macro
236 enough memory, Z_STREAM_ERROR if level is not a valid compression level,
322 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
336 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
453 value), Z_STREAM_ERROR if the stream structure was inconsistent (for example
470 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
535 memory, Z_STREAM_ERROR if a parameter is invalid (such as an invalid
572 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
592 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
604 deflateReset returns Z_OK if success, or Z_STREAM_ERROR i
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h474 #define Z_STREAM_ERROR (-2) macro
536 * not enough memory, Z_STREAM_ERROR if level is not a valid
623 * set to Z_FINISH), Z_STREAM_ERROR if the stream state was
635 * deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream
711 * data was corrupted, Z_STREAM_ERROR if the stream structure was
728 * inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream
795 * enough memory, Z_STREAM_ERROR if a parameter is invalid (such as an
827 * deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if
853 * enough memory, Z_STREAM_ERROR if the source stream state was
865 * deflateReset returns Z_OK if success, or Z_STREAM_ERROR i
[all...]
/illumos-gate/usr/src/boot/lib/libz/
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
497 value), Z_STREAM_ERROR if the stream structure was inconsistent (for example
514 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
580 memory, Z_STREAM_ERROR if any parameter is invalid (such as an invalid
624 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
644 enough memory, Z_STREAM_ERROR i
[all...]

Completed in 102 milliseconds