Searched refs:Z_DATA_ERROR (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dzmod.h49 #define Z_DATA_ERROR (-3) macro
/opensolaris-onvv-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,
H A Dzlib.c2909 if (r == Z_DATA_ERROR)
2953 return Z_DATA_ERROR;
2963 return Z_DATA_ERROR;
2979 return Z_DATA_ERROR;
3025 return Z_DATA_ERROR;
3320 r = Z_DATA_ERROR;
3330 r = Z_DATA_ERROR;
3363 r = Z_DATA_ERROR;
3395 if (r == Z_DATA_ERROR)
3434 r = Z_DATA_ERROR;
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c1296 return (status == BUSY_STATE ? Z_DATA_ERROR : Z_OK);
3824 if (r == Z_DATA_ERROR)
3877 return (Z_DATA_ERROR);
3889 return (Z_DATA_ERROR);
3905 return (Z_DATA_ERROR);
3934 return (Z_DATA_ERROR);
3992 return (Z_DATA_ERROR);
4417 r = Z_DATA_ERROR;
4427 r = Z_DATA_ERROR;
4463 r = Z_DATA_ERROR;
[all...]
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.
/opensolaris-onvv-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...]
H A Dinflate.c1145 ret = Z_DATA_ERROR;
1215 return Z_DATA_ERROR;
1324 if (state->have != 4) return Z_DATA_ERROR;
H A Ddeflate.c892 return status == BUSY_STATE ? Z_DATA_ERROR : Z_OK;

Completed in 181 milliseconds