Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib.hpp78 #define BZ_FINISH 2 macro
H A Dbzlib.cpp460 else if (action == BZ_FINISH) { in BZ_API()
480 if (action != BZ_FINISH) in BZ_API()
1179 ret = BZ2_bzCompress(&(bzf->strm), BZ_FINISH); in BZ_API()
1421 ret = BZ2_bzCompress(&strm, BZ_FINISH); in BZ_API()