Searched defs:BZ_API (Results 1 – 2 of 2) sorted by relevance
199 int BZ_API(BZ2_bzCompressInit) in BZ_API() function458 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function519 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function543 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function836 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function891 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function945 BZFILE* BZ_API(BZ2_bzWriteOpen) in BZ_API() function992 void BZ_API(BZ2_bzWrite) in BZ_API() function1037 void BZ_API(BZ2_bzWriteClose) in BZ_API() function1049 void BZ_API(BZ2_bzWriteClose64) in BZ_API() function[all …]
132 # define BZ_API(func) WINAPI func macro136 # define BZ_API(func) (WINAPI * func) macro140 # define BZ_API(func) func macro