Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/isofs/
H A Dcompress.c110 if (zerr == Z_MEM_ERROR) in zisofs_uncompress_block()
155 if (zerr == Z_MEM_ERROR) in zisofs_uncompress_block()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dzlib.c59 case Z_MEM_ERROR: in gzip_decompress_to_file()
/OK3568_Linux_fs/kernel/include/linux/
H A Dzlib.h154 #define Z_MEM_ERROR (-4) macro
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dinflate.c50 if (state == Z_NULL) return Z_MEM_ERROR; in inflateInit2_()
895 return Z_MEM_ERROR; in inflate()
912 return Z_MEM_ERROR; in inflate()
H A Ddeflate.c266 if (s == Z_NULL) return Z_MEM_ERROR;
296 strm->msg = (char*)ERR_MSG(Z_MEM_ERROR);
298 return Z_MEM_ERROR;
949 if (ds == Z_NULL) return Z_MEM_ERROR;
963 return Z_MEM_ERROR;
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h479 #define Z_MEM_ERROR (-4) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h179 #define Z_MEM_ERROR (-4) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h179 #define Z_MEM_ERROR (-4) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h179 #define Z_MEM_ERROR (-4) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h179 #define Z_MEM_ERROR (-4) macro
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinflate.c731 return Z_MEM_ERROR; in zlib_inflate()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch104 return Z_MEM_ERROR;