Lines Matching defs:BZ_API
118 BZ_EXTERN const char * BZ_API(BZ2_bzErrorString) ( in BZ_API() function
228 int BZ_API(BZ2_bzCompressInit) in BZ_API() function
297 int BZ_API(BZ2_bzCompressInitSize) ( in BZ_API() function
319 int BZ_API(BZ2_bzCompressReset) ( bz_stream *strm ) in BZ_API() function
349 int BZ_API(BZ2_bzDecompressReset) ( bz_stream* strm ) in BZ_API() function
571 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function
632 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function
656 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function
972 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function
1028 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function
1082 BZFILE* BZ_API(BZ2_bzWriteOpen) in BZ_API() function
1130 void BZ_API(BZ2_bzWrite) in BZ_API() function
1175 void BZ_API(BZ2_bzWriteClose) in BZ_API() function
1187 void BZ_API(BZ2_bzWriteClose64) in BZ_API() function
1253 BZFILE* BZ_API(BZ2_bzReadOpen) in BZ_API() function
1309 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() function
1327 int BZ_API(BZ2_bzRead) in BZ_API() function
1387 void BZ_API(BZ2_bzReadGetUnused) in BZ_API() function
1413 int BZ_API(BZ2_bzBuffToBuffCompress) in BZ_API() function
1465 int BZ_API(BZ2_bzBuffToBuffDecompress) in BZ_API() function
1532 const char * BZ_API(BZ2_bzlibVersion)(void) in BZ_API() function
1626 BZFILE * BZ_API(BZ2_bzopen) in BZ_API() function
1635 BZFILE * BZ_API(BZ2_bzdopen) in BZ_API() function
1644 int BZ_API(BZ2_bzread) (BZFILE* b, void* buf, int len ) in BZ_API() function
1658 int BZ_API(BZ2_bzwrite) (BZFILE* b, void* buf, int len ) in BZ_API() function
1672 int BZ_API(BZ2_bzflush) (BZFILE *b) in BZ_API() function
1680 void BZ_API(BZ2_bzclose) (BZFILE* b) in BZ_API() function
1725 const char * BZ_API(BZ2_bzerror) (BZFILE *b, int *errnum) in BZ_API() function