Home
last modified time | relevance | path

Searched refs:Z_BUF_ERROR (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/
H A Dgunzip.c309 (s.avail_in == 0 || s.avail_out == 0 || r != Z_BUF_ERROR)) { in zunzip()
314 } while (r == Z_BUF_ERROR); in zunzip()
/OK3568_Linux_fs/kernel/include/linux/
H A Dzlib.h155 #define Z_BUF_ERROR (-5) macro
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeflate.c347 if (strm->avail_out == 0) return Z_BUF_ERROR; in zlib_deflate()
395 return Z_BUF_ERROR; in zlib_deflate()
400 return Z_BUF_ERROR; in zlib_deflate()
/OK3568_Linux_fs/kernel/fs/isofs/
H A Dcompress.c149 if (zerr == Z_BUF_ERROR && stream.avail_in == 0) in zisofs_uncompress_block()
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h480 #define Z_BUF_ERROR (-5) macro
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dzlib.c231 if (ret != Z_OK && ret != Z_BUF_ERROR) { in zlib_compress_pages()
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.c598 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR);
804 ERR_RETURN(strm, Z_BUF_ERROR);
809 ERR_RETURN(strm, Z_BUF_ERROR);
H A Dinflate.c925 ret = Z_BUF_ERROR; in inflate()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h180 #define Z_BUF_ERROR (-5) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h180 #define Z_BUF_ERROR (-5) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h180 #define Z_BUF_ERROR (-5) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h180 #define Z_BUF_ERROR (-5) macro
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinflate.c765 ret = Z_BUF_ERROR; in zlib_inflate()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch123 return Z_BUF_ERROR;