• Home
  • Raw
  • Download

Lines Matching defs:BZ_API

223 #   define BZ_API(func) WINAPI func  macro
227 # define BZ_API(func) (WINAPI * func) macro
231 # define BZ_API(func) func macro
4523 int BZ_API(BZ2_bzCompressInit) in BZ_API() function
4782 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function
4843 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function
4867 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function
5167 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function
5221 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function
5275 BZFILE* BZ_API(BZ2_bzWriteOpen) in BZ_API() function
5323 void BZ_API(BZ2_bzWrite) in BZ_API() function
5368 void BZ_API(BZ2_bzWriteClose) in BZ_API() function
5380 void BZ_API(BZ2_bzWriteClose64) in BZ_API() function
5446 BZFILE* BZ_API(BZ2_bzReadOpen) in BZ_API() function
5502 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() function
5520 int BZ_API(BZ2_bzRead) in BZ_API() function
5580 void BZ_API(BZ2_bzReadGetUnused) in BZ_API() function
5606 int BZ_API(BZ2_bzBuffToBuffCompress) in BZ_API() function
5658 int BZ_API(BZ2_bzBuffToBuffDecompress) in BZ_API() function
5726 const char * BZ_API(BZ2_bzlibVersion)(void) in BZ_API() function
5820 BZFILE * BZ_API(BZ2_bzopen) in BZ_API() function
5829 BZFILE * BZ_API(BZ2_bzdopen) in BZ_API() function
5838 int BZ_API(BZ2_bzread) (BZFILE* b, void* buf, int len ) in BZ_API() function
5852 int BZ_API(BZ2_bzwrite) (BZFILE* b, void* buf, int len ) in BZ_API() function
5866 int BZ_API(BZ2_bzflush) (BZFILE *b) in BZ_API() function
5874 void BZ_API(BZ2_bzclose) (BZFILE* b) in BZ_API() function
5918 const char * BZ_API(BZ2_bzerror) (BZFILE *b, int *errnum) in BZ_API() function