Home
last modified time | relevance | path

Searched defs:BZ_API (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib.cpp496 int BZ_API(BZ2_bzCompressEnd)(bz_stream* strm) { in BZ_API() function
919 int BZ_API(BZ2_bzDecompress)(bz_stream* strm) { in BZ_API() function
979 int BZ_API(BZ2_bzDecompressEnd)(bz_stream* strm) { in BZ_API() function
1035 BZFILE* BZ_API( in BZ_API() function
1135 void BZ_API(BZ2_bzWriteClose)(int* bzerror, in BZ_API() function
1143 void BZ_API(BZ2_bzWriteClose64)(int* bzerror, in BZ_API() function
1222 BZFILE* BZ_API( in BZ_API() function
1393 int BZ_API(BZ2_bzBuffToBuffCompress)(char* dest, in BZ_API() function
1508 const char* BZ_API(BZ2_bzlibVersion)(void) { in BZ_API() function
1637 int BZ_API(BZ2_bzflush)(BZFILE* b) { in BZ_API() function
[all …]
H A Dbzlib.hpp129 #define BZ_API(func) WINAPI func macro
133 #define BZ_API(func) (WINAPI * func) macro
137 #define BZ_API(func) func macro