Lines Matching refs:BZ_API
179 int BZ_API(BZ2_bzCompressInit)(bz_stream* strm, int blockSize100k, int verbosity, int workFactor) { in BZ_API() function
435 int BZ_API(BZ2_bzCompress)(bz_stream* strm, int action) { in BZ_API() function
496 int BZ_API(BZ2_bzCompressEnd)(bz_stream* strm) { in BZ_API() function
524 int BZ_API(BZ2_bzDecompressInit)(bz_stream* strm, int verbosity, int small) { 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
1083 void BZ_API(BZ2_bzWrite)(int* bzerror, BZFILE* b, void* buf, int len) { 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
1279 void BZ_API(BZ2_bzReadClose)(int* bzerror, BZFILE* b) { in BZ_API() function
1299 int BZ_API(BZ2_bzRead)(int* bzerror, BZFILE* b, void* buf, int len) { in BZ_API() function
1367 void BZ_API(BZ2_bzReadGetUnused)(int* bzerror, BZFILE* b, void** unused, int* nUnused) { in BZ_API() function
1393 int BZ_API(BZ2_bzBuffToBuffCompress)(char* dest, in BZ_API() function
1442 int BZ_API(BZ2_bzBuffToBuffDecompress)(char* dest, in BZ_API() function
1508 const char* BZ_API(BZ2_bzlibVersion)(void) { in BZ_API() function
1600 BZFILE* BZ_API(BZ2_bzopen)(const char* path, const char* mode) { in BZ_API() function
1605 BZFILE* BZ_API(BZ2_bzdopen)(int fd, const char* mode) { in BZ_API() function
1610 int BZ_API(BZ2_bzread)(BZFILE* b, void* buf, int len) { in BZ_API() function
1624 int BZ_API(BZ2_bzwrite)(BZFILE* b, void* buf, int len) { in BZ_API() function
1637 int BZ_API(BZ2_bzflush)(BZFILE* b) { in BZ_API() function
1643 void BZ_API(BZ2_bzclose)(BZFILE* b) { in BZ_API() function
1693 const char* BZ_API(BZ2_bzerror)(BZFILE* b, int* errnum) { in BZ_API() function