Searched refs:Z_PARTIAL_FLUSH (Results 1 – 4 of 4) sorted by relevance
140 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
101 ret = zlib_deflate(&def_strm, Z_PARTIAL_FLUSH); in jffs2_zlib_compress()
429 if (flush == Z_PARTIAL_FLUSH) { in zlib_deflate()
997 - ret = zlib_deflate(&def_strm, Z_PARTIAL_FLUSH);998 + ret = deflate(&def_strm, Z_PARTIAL_FLUSH);