Searched defs:BZ_API (Results 1 – 2 of 2) sorted by relevance
152 int BZ_API(BZ2_bzCompressInit) in BZ_API() function 411 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function 472 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function 496 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function 815 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function 869 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) BZ_API() function 923 BZFILE* BZ_API(BZ2_bzWriteOpen) BZ_API() function 971 void BZ_API(BZ2_bzWrite) BZ_API() function 1016 void BZ_API(BZ2_bzWriteClose) BZ_API() function 1028 void BZ_API(BZ2_bzWriteClose64) BZ_API() function 1094 BZFILE* BZ_API(BZ2_bzReadOpen) BZ_API() function 1150 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) BZ_API() function 1168 int BZ_API(BZ2_bzRead) BZ_API() function 1228 void BZ_API(BZ2_bzReadGetUnused) BZ_API() function 1254 int BZ_API(BZ2_bzBuffToBuffCompress) BZ_API() function 1306 int BZ_API(BZ2_bzBuffToBuffDecompress) BZ_API() function 1373 const char * BZ_API(BZ2_bzlibVersion)(void) BZ_API() function 1467 BZFILE * BZ_API(BZ2_bzopen) BZ_API() function 1476 BZFILE * BZ_API(BZ2_bzdopen) BZ_API() function 1485 int BZ_API(BZ2_bzread) (BZFILE* b, void* buf, int len ) BZ_API() function 1499 int BZ_API(BZ2_bzwrite) (BZFILE* b, void* buf, int len ) BZ_API() function 1513 int BZ_API(BZ2_bzflush) (BZFILE *b) BZ_API() function 1521 void BZ_API(BZ2_bzclose) (BZFILE* b) BZ_API() function 1566 const char * BZ_API(BZ2_bzerror) (BZFILE *b, int *errnum) BZ_API() function [all...]
85 # define BZ_API(func) WINAPI func macro89 # define BZ_API(func) (WINAPI * func) macro93 # define BZ_API(func) func macro