Searched refs:bz_stream (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | bzlib.hpp | 111 } bz_stream; typedef 143 BZ_EXTERN int BZ_API(BZ2_bzCompressInit)(bz_stream* strm, 148 BZ_EXTERN int BZ_API(BZ2_bzCompress)(bz_stream* strm, int action); 150 BZ_EXTERN int BZ_API(BZ2_bzCompressEnd)(bz_stream* strm); 152 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit)(bz_stream* strm, int verbosity, int small); 154 BZ_EXTERN int BZ_API(BZ2_bzDecompress)(bz_stream* strm); 156 BZ_EXTERN int BZ_API(BZ2_bzDecompressEnd)(bz_stream* strm);
|
| H A D | bzlib.cpp | 179 int BZ_API(BZ2_bzCompressInit)(bz_stream* strm, int blockSize100k, int verbosity, int workFactor) { in BZ_API() 396 static Bool handle_compress(bz_stream* strm) { in handle_compress() 435 int BZ_API(BZ2_bzCompress)(bz_stream* strm, int action) { in BZ_API() 496 int BZ_API(BZ2_bzCompressEnd)(bz_stream* strm) { in BZ_API() 524 int BZ_API(BZ2_bzDecompressInit)(bz_stream* strm, int verbosity, int small) { in BZ_API() 919 int BZ_API(BZ2_bzDecompress)(bz_stream* strm) { in BZ_API() 979 int BZ_API(BZ2_bzDecompressEnd)(bz_stream* strm) { in BZ_API() 1020 bz_stream strm; 1400 bz_stream strm; in BZ_API() 1448 bz_stream strm; in BZ_API()
|
| H A D | bzlib_private.hpp | 240 bz_stream* strm; 376 bz_stream* strm;
|
| H A D | decompress.cpp | 151 bz_stream* strm = s->strm; in BZ2_decompress()
|