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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h199 #define Z_DATA_ERROR (-3) macro
359 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
473 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
480 continue decompressing. If Z_DATA_ERROR is returned, the application may then
732 Z_DATA_ERROR instead of trying to allocate a larger window.
749 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is
776 inconsistent, Z_DATA_ERROR if the given dictionary doesn't match the
789 if no more input was provided, Z_DATA_ERROR if no flush point has been found,
962 if in() or out() returned an error, Z_DATA_ERROR if there was a format
1086 buffer, or Z_DATA_ERROR i
[all...]

Completed in 33 milliseconds