Home
last modified time | relevance | path

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

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