• Home
  • Raw
  • Download

Lines Matching defs:BZ_API

200 #   define BZ_API(func) WINAPI func  macro
204 # define BZ_API(func) (WINAPI * func) macro
208 # define BZ_API(func) func macro
4497 int BZ_API(BZ2_bzCompressInit) in BZ_API() function
4756 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function
4817 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function
4841 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function
5141 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function
5195 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function
5249 BZFILE* BZ_API(BZ2_bzWriteOpen) in BZ_API() function
5297 void BZ_API(BZ2_bzWrite) in BZ_API() function
5342 void BZ_API(BZ2_bzWriteClose) in BZ_API() function
5354 void BZ_API(BZ2_bzWriteClose64) in BZ_API() function
5420 BZFILE* BZ_API(BZ2_bzReadOpen) in BZ_API() function
5476 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() function
5494 int BZ_API(BZ2_bzRead) in BZ_API() function
5554 void BZ_API(BZ2_bzReadGetUnused) in BZ_API() function
5580 int BZ_API(BZ2_bzBuffToBuffCompress) in BZ_API() function
5632 int BZ_API(BZ2_bzBuffToBuffDecompress) in BZ_API() function
5700 const char * BZ_API(BZ2_bzlibVersion)(void) in BZ_API() function
5794 BZFILE * BZ_API(BZ2_bzopen) in BZ_API() function
5803 BZFILE * BZ_API(BZ2_bzdopen) in BZ_API() function
5812 int BZ_API(BZ2_bzread) (BZFILE* b, void* buf, int len ) in BZ_API() function
5826 int BZ_API(BZ2_bzwrite) (BZFILE* b, void* buf, int len ) in BZ_API() function
5840 int BZ_API(BZ2_bzflush) (BZFILE *b) in BZ_API() function
5848 void BZ_API(BZ2_bzclose) (BZFILE* b) in BZ_API() function
5892 const char * BZ_API(BZ2_bzerror) (BZFILE *b, int *errnum) in BZ_API() function