Home | History | Annotate | Download | only in bzip2

Lines Matching refs:BZ_API

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