Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib.hpp148 BZ_EXTERN int BZ_API(BZ2_bzCompress)(bz_stream* strm, int action);
H A Dbzlib.cpp435 int BZ_API(BZ2_bzCompress)(bz_stream* strm, int action) { in BZ_API() argument
1112 ret = BZ2_bzCompress(&(bzf->strm), BZ_RUN); in BZ_API()
1179 ret = BZ2_bzCompress(&(bzf->strm), BZ_FINISH); in BZ_API()
1421 ret = BZ2_bzCompress(&strm, BZ_FINISH); in BZ_API()