Lines Matching defs:Z_DATA_ERROR
182 #define Z_DATA_ERROR (-3)
369 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
505 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
514 continue decompressing. If Z_DATA_ERROR is returned, the application may
847 Z_DATA_ERROR instead of trying to allocate a larger window.
867 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a
904 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
936 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1159 if in() or out() returned an error, Z_DATA_ERROR if there was a format error
1282 buffer, or Z_DATA_ERROR if the input data was corrupted or incomplete. In