Searched defs:BZ_API (Results 1 – 2 of 2) sorted by relevance
148 int BZ_API(BZ2_bzCompressInit) in BZ_API() function407 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function468 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function492 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function808 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function862 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function916 BZFILE* BZ_API(BZ2_bzWriteOpen) in BZ_API() function964 void BZ_API(BZ2_bzWrite) in BZ_API() function1009 void BZ_API(BZ2_bzWriteClose) in BZ_API() function1021 void BZ_API(BZ2_bzWriteClose64) in 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