Searched refs:zlib_flush (Results 1 – 1 of 1) sorted by relevance
427 int zlib_flush; in compress_zlib() local514 zlib_flush = map_zlib_flush_flag(op->flush_flag); in compress_zlib()515 ret = deflate(&stream, zlib_flush); in compress_zlib()581 int zlib_flush; in decompress_zlib() local639 zlib_flush = map_zlib_flush_flag(op->flush_flag); in decompress_zlib()640 ret = inflate(&stream, zlib_flush); in decompress_zlib()