Home
last modified time | relevance | path

Searched refs:Z_DATA_ERROR (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dzlib.c56 ret = Z_DATA_ERROR; in gzip_decompress_to_file()
58 case Z_DATA_ERROR: in gzip_decompress_to_file()
67 ret = Z_DATA_ERROR; in gzip_decompress_to_file()
/OK3568_Linux_fs/kernel/include/linux/
H A Dzlib.h153 #define Z_DATA_ERROR (-3) macro
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinflate.c176 return Z_DATA_ERROR; in zlib_inflateSyncPacket()
728 ret = Z_DATA_ERROR; in zlib_inflate()
792 return Z_DATA_ERROR; in zlib_inflateIncomp()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/spice/spice/
H A D0001-Fix-compile-errors-on-Linux-32bit-system.patch92 if (ret == Z_DATA_ERROR) {
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h478 #define Z_DATA_ERROR (-3) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h178 #define Z_DATA_ERROR (-3) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h178 #define Z_DATA_ERROR (-3) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h178 #define Z_DATA_ERROR (-3) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h178 #define Z_DATA_ERROR (-3) macro
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeflate.c486 return status == BUSY_STATE ? Z_DATA_ERROR : Z_OK; in zlib_deflateEnd()
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dinflate.c892 ret = Z_DATA_ERROR; in inflate()
H A Ddeflate.c920 return status == BUSY_STATE ? Z_DATA_ERROR : Z_OK;