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

/illumos-gate/usr/src/uts/common/sys/
H A Dzmod.h49 #define Z_DATA_ERROR (-3) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h222 #define Z_DATA_ERROR (-3) macro
400 block; if not, it returns Z_DATA_ERROR.
416 produced, Z_DATA_ERROR if the input data was corrupted, Z_STREAM_ERROR if
420 when Z_FINISH is used. In the Z_DATA_ERROR case, the application may then
546 the error code Z_DATA_ERROR instead of trying to allocate a larger window.
575 if no more input was provided, Z_DATA_ERROR if no marker has been found,
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h177 #define Z_DATA_ERROR (-3) macro
337 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
451 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
458 continue decompressing. If Z_DATA_ERROR is returned, the application may then
710 Z_DATA_ERROR instead of trying to allocate a larger window.
727 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is
754 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
767 if no more input was provided, Z_DATA_ERROR if no flush point has been found,
940 if in() or out() returned an error, Z_DATA_ERROR if there was a format
1064 buffer, or Z_DATA_ERROR i
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h475 #define Z_DATA_ERROR (-3) macro
636 * state was inconsistent, Z_DATA_ERROR if the stream was freed
692 * returns Z_DATA_ERROR.
710 * point (see inflateSetDictionary below), Z_DATA_ERROR if the input
715 * buffer when Z_FINISH is used. In the Z_DATA_ERROR case, the
910 * as input, inflate() will return with the error code Z_DATA_ERROR
948 * is inconsistent, Z_DATA_ERROR if the given dictionary doesn't match
961 * Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no
1042 * output buffer, or Z_DATA_ERROR if the input data was corrupted.
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h178 #define Z_DATA_ERROR (-3) macro
360 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
495 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
502 continue decompressing. If Z_DATA_ERROR is returned, the application may
784 Z_DATA_ERROR instead of trying to allocate a larger window.
804 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a
836 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
868 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1088 if in() or out() returned an error, Z_DATA_ERROR if there was a format error
1210 buffer, or Z_DATA_ERROR i
[all...]

Completed in 62 milliseconds