• Home
  • Raw
  • Download

Lines Matching defs:BZ_API

254 #   define BZ_API(func) WINAPI func  macro
258 # define BZ_API(func) (WINAPI * func) macro
262 # define BZ_API(func) func macro
4552 int BZ_API(BZ2_bzCompressInit) in BZ_API() function
4811 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function
4872 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function
4896 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function
5196 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function
5250 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function
5304 BZFILE* BZ_API(BZ2_bzWriteOpen) in BZ_API() function
5352 void BZ_API(BZ2_bzWrite) in BZ_API() function
5397 void BZ_API(BZ2_bzWriteClose) in BZ_API() function
5409 void BZ_API(BZ2_bzWriteClose64) in BZ_API() function
5475 BZFILE* BZ_API(BZ2_bzReadOpen) in BZ_API() function
5531 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() function
5549 int BZ_API(BZ2_bzRead) in BZ_API() function
5609 void BZ_API(BZ2_bzReadGetUnused) in BZ_API() function
5635 int BZ_API(BZ2_bzBuffToBuffCompress) in BZ_API() function
5687 int BZ_API(BZ2_bzBuffToBuffDecompress) in BZ_API() function
5755 const char * BZ_API(BZ2_bzlibVersion)(void) in BZ_API() function
5849 BZFILE * BZ_API(BZ2_bzopen) in BZ_API() function
5858 BZFILE * BZ_API(BZ2_bzdopen) in BZ_API() function
5867 int BZ_API(BZ2_bzread) (BZFILE* b, void* buf, int len ) in BZ_API() function
5881 int BZ_API(BZ2_bzwrite) (BZFILE* b, void* buf, int len ) in BZ_API() function
5895 int BZ_API(BZ2_bzflush) (BZFILE *b) in BZ_API() function
5903 void BZ_API(BZ2_bzclose) (BZFILE* b) in BZ_API() function
5947 const char * BZ_API(BZ2_bzerror) (BZFILE *b, int *errnum) in BZ_API() function