Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_compressdev.c427 int zlib_flush; in compress_zlib() local
514 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() local
639 zlib_flush = map_zlib_flush_flag(op->flush_flag); in decompress_zlib()
640 ret = inflate(&stream, zlib_flush); in decompress_zlib()