Lines Matching refs:BZ_API
199 int BZ_API(BZ2_bzCompressInit) in BZ_API() function
458 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function
519 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function
543 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function
836 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function
891 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function
945 BZFILE* BZ_API(BZ2_bzWriteOpen) in BZ_API() function
992 void BZ_API(BZ2_bzWrite) in BZ_API() function
1037 void BZ_API(BZ2_bzWriteClose) in BZ_API() function
1049 void BZ_API(BZ2_bzWriteClose64) in BZ_API() function
1115 BZFILE* BZ_API(BZ2_bzReadOpen) in BZ_API() function
1171 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() function
1189 int BZ_API(BZ2_bzRead) in BZ_API() function
1249 void BZ_API(BZ2_bzReadGetUnused) in BZ_API() function
1275 int BZ_API(BZ2_bzBuffToBuffCompress) in BZ_API() function
1327 int BZ_API(BZ2_bzBuffToBuffDecompress) in BZ_API() function
1392 const char * BZ_API(BZ2_bzlibVersion)(void) in BZ_API() function
1486 BZFILE * BZ_API(BZ2_bzopen) in BZ_API() function
1495 BZFILE * BZ_API(BZ2_bzdopen) in BZ_API() function
1504 int BZ_API(BZ2_bzread) (BZFILE* b, void* buf, int len ) in BZ_API() function
1518 int BZ_API(BZ2_bzwrite) (BZFILE* b, void* buf, int len ) in BZ_API() function
1532 int BZ_API(BZ2_bzflush) (BZFILE *b) in BZ_API() function
1540 void BZ_API(BZ2_bzclose) (BZFILE* b) in BZ_API() function
1584 const char * BZ_API(BZ2_bzerror) (BZFILE *b, int *errnum) in BZ_API() function