• Home
  • Raw
  • Download

Lines Matching refs:BZ_API

148 int BZ_API(BZ2_bzCompressInit)   in BZ_API()  function
407 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function
468 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function
492 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function
808 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function
862 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function
916 BZFILE* BZ_API(BZ2_bzWriteOpen) in BZ_API() function
964 void BZ_API(BZ2_bzWrite) in BZ_API() function
1009 void BZ_API(BZ2_bzWriteClose) in BZ_API() function
1021 void BZ_API(BZ2_bzWriteClose64) in BZ_API() function
1087 BZFILE* BZ_API(BZ2_bzReadOpen) in BZ_API() function
1143 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() function
1161 int BZ_API(BZ2_bzRead) in BZ_API() function
1221 void BZ_API(BZ2_bzReadGetUnused) in BZ_API() function
1247 int BZ_API(BZ2_bzBuffToBuffCompress) in BZ_API() function
1299 int BZ_API(BZ2_bzBuffToBuffDecompress) in BZ_API() function
1366 const char * BZ_API(BZ2_bzlibVersion)(void) in BZ_API() function
1460 BZFILE * BZ_API(BZ2_bzopen) in BZ_API() function
1469 BZFILE * BZ_API(BZ2_bzdopen) in BZ_API() function
1478 int BZ_API(BZ2_bzread) (BZFILE* b, void* buf, int len ) in BZ_API() function
1492 int BZ_API(BZ2_bzwrite) (BZFILE* b, void* buf, int len ) in BZ_API() function
1506 int BZ_API(BZ2_bzflush) (BZFILE *b) in BZ_API() function
1514 void BZ_API(BZ2_bzclose) (BZFILE* b) in BZ_API() function
1559 const char * BZ_API(BZ2_bzerror) (BZFILE *b, int *errnum) in BZ_API() function