Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dzlib.h140 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
/openbmc/linux/fs/jffs2/
H A Dcompr_zlib.c101 ret = zlib_deflate(&def_strm, Z_PARTIAL_FLUSH); in jffs2_zlib_compress()
/openbmc/u-boot/include/u-boot/
H A Dzlib.h466 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c429 if (flush == Z_PARTIAL_FLUSH) { in zlib_deflate()
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c839 if (flush == Z_PARTIAL_FLUSH) {