Lines Matching refs:BZ_API
118 BZ_EXTERN const char * BZ_API(BZ2_bzErrorString) ( in BZ_API() function
226 int BZ_API(BZ2_bzCompressInit) in BZ_API() function
295 int BZ_API(BZ2_bzCompressInitSize) ( in BZ_API() function
317 int BZ_API(BZ2_bzCompressReset) ( bz_stream *strm ) in BZ_API() function
347 int BZ_API(BZ2_bzDecompressReset) ( bz_stream* strm ) in BZ_API() function
569 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function
630 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function
654 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function
970 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function
1026 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function
1080 BZFILE* BZ_API(BZ2_bzWriteOpen) in BZ_API() function
1128 void BZ_API(BZ2_bzWrite) in BZ_API() function
1173 void BZ_API(BZ2_bzWriteClose) in BZ_API() function
1185 void BZ_API(BZ2_bzWriteClose64) in BZ_API() function
1251 BZFILE* BZ_API(BZ2_bzReadOpen) in BZ_API() function
1307 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() function
1325 int BZ_API(BZ2_bzRead) in BZ_API() function
1385 void BZ_API(BZ2_bzReadGetUnused) in BZ_API() function
1411 int BZ_API(BZ2_bzBuffToBuffCompress) in BZ_API() function
1463 int BZ_API(BZ2_bzBuffToBuffDecompress) in BZ_API() function
1530 const char * BZ_API(BZ2_bzlibVersion)(void) in BZ_API() function
1624 BZFILE * BZ_API(BZ2_bzopen) in BZ_API() function
1633 BZFILE * BZ_API(BZ2_bzdopen) in BZ_API() function
1642 int BZ_API(BZ2_bzread) (BZFILE* b, void* buf, int len ) in BZ_API() function
1656 int BZ_API(BZ2_bzwrite) (BZFILE* b, void* buf, int len ) in BZ_API() function
1670 int BZ_API(BZ2_bzflush) (BZFILE *b) in BZ_API() function
1678 void BZ_API(BZ2_bzclose) (BZFILE* b) in BZ_API() function
1723 const char * BZ_API(BZ2_bzerror) (BZFILE *b, int *errnum) in BZ_API() function