Lines Matching defs:BZ_API

151 int BZ_API(BZ2_bzCompressInit)   in BZ_API()  function
410 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function
471 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function
496 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function
812 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function
866 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function
921 BZFILE* BZ_API(BZ2_bzWriteOpen) in BZ_API() function
969 void BZ_API(BZ2_bzWrite) in BZ_API() function
1014 void BZ_API(BZ2_bzWriteClose) in BZ_API() function
1026 void BZ_API(BZ2_bzWriteClose64) in BZ_API() function
1092 BZFILE* BZ_API(BZ2_bzReadOpen) in BZ_API() function
1148 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() function
1166 int BZ_API(BZ2_bzRead) in BZ_API() function
1226 void BZ_API(BZ2_bzReadGetUnused) in BZ_API() function
1252 int BZ_API(BZ2_bzBuffToBuffCompress) in BZ_API() function
1304 int BZ_API(BZ2_bzBuffToBuffDecompress) in BZ_API() function
1371 const char * BZ_API(BZ2_bzlibVersion)(void) in BZ_API() function
1465 BZFILE * BZ_API(BZ2_bzopen) in BZ_API() function
1474 BZFILE * BZ_API(BZ2_bzdopen) in BZ_API() function
1483 int BZ_API(BZ2_bzread) (BZFILE* b, void* buf, int len ) in BZ_API() function
1497 int BZ_API(BZ2_bzwrite) (BZFILE* b, void* buf, int len ) in BZ_API() function
1511 int BZ_API(BZ2_bzflush) (BZFILE *b) in BZ_API() function
1519 void BZ_API(BZ2_bzclose) (BZFILE* b) in BZ_API() function
1564 const char * BZ_API(BZ2_bzerror) (BZFILE *b, int *errnum) in BZ_API() function