Lines Matching defs:BZ_API
150 int BZ_API(BZ2_bzCompressInit) in BZ_API() function
409 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function
470 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function
494 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function
810 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function
864 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function
918 BZFILE* BZ_API(BZ2_bzWriteOpen) in BZ_API() function
966 void BZ_API(BZ2_bzWrite) in BZ_API() function
1011 void BZ_API(BZ2_bzWriteClose) in BZ_API() function
1023 void BZ_API(BZ2_bzWriteClose64) in BZ_API() function
1089 BZFILE* BZ_API(BZ2_bzReadOpen) in BZ_API() function
1145 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() function
1163 int BZ_API(BZ2_bzRead) in BZ_API() function
1223 void BZ_API(BZ2_bzReadGetUnused) in BZ_API() function
1249 int BZ_API(BZ2_bzBuffToBuffCompress) in BZ_API() function
1301 int BZ_API(BZ2_bzBuffToBuffDecompress) in BZ_API() function
1368 const char * BZ_API(BZ2_bzlibVersion)(void) in BZ_API() function
1462 BZFILE * BZ_API(BZ2_bzopen) in BZ_API() function
1471 BZFILE * BZ_API(BZ2_bzdopen) in BZ_API() function
1480 int BZ_API(BZ2_bzread) (BZFILE* b, void* buf, int len ) in BZ_API() function
1494 int BZ_API(BZ2_bzwrite) (BZFILE* b, void* buf, int len ) in BZ_API() function
1508 int BZ_API(BZ2_bzflush) (BZFILE *b) in BZ_API() function
1516 void BZ_API(BZ2_bzclose) (BZFILE* b) in BZ_API() function
1561 const char * BZ_API(BZ2_bzerror) (BZFILE *b, int *errnum) in BZ_API() function