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

/linux-4.1.27/tools/perf/util/
H A Dzlib.c53 ret = Z_DATA_ERROR; gzip_decompress_to_file()
55 case Z_DATA_ERROR: gzip_decompress_to_file()
64 ret = Z_DATA_ERROR; gzip_decompress_to_file()
/linux-4.1.27/include/linux/
H A Dzlib.h153 #define Z_DATA_ERROR (-3) macro
302 stream state was inconsistent, Z_DATA_ERROR if the stream was freed
423 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
430 continue decompressing. If Z_DATA_ERROR is returned, the application may then
527 Z_DATA_ERROR instead of trying to allocate a larger window.
544 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is
/linux-4.1.27/lib/zlib_inflate/
H A Dinflate.c157 return Z_DATA_ERROR; zlib_inflateSyncPacket()
701 ret = Z_DATA_ERROR; zlib_inflate()
764 return Z_DATA_ERROR; zlib_inflateIncomp()
/linux-4.1.27/lib/zlib_deflate/
H A Ddeflate.c483 return status == BUSY_STATE ? Z_DATA_ERROR : Z_OK; zlib_deflateEnd()

Completed in 61 milliseconds