Home
last modified time | relevance | path

Searched refs:Z_PARTIAL_FLUSH (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dzlib.h140 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dcompr_zlib.c101 ret = zlib_deflate(&def_strm, Z_PARTIAL_FLUSH); in jffs2_zlib_compress()
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h466 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h165 #define Z_PARTIAL_FLUSH 1 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h165 #define Z_PARTIAL_FLUSH 1 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h165 #define Z_PARTIAL_FLUSH 1 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h165 #define Z_PARTIAL_FLUSH 1 macro
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeflate.c429 if (flush == Z_PARTIAL_FLUSH) { in zlib_deflate()
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.c839 if (flush == Z_PARTIAL_FLUSH) {