Searched defs:BZ_API (Results 1 – 2 of 2) sorted by relevance
118 BZ_EXTERN const char * BZ_API(BZ2_bzErrorString) ( in BZ_API() function226 int BZ_API(BZ2_bzCompressInit) in BZ_API() function295 int BZ_API(BZ2_bzCompressInitSize) ( in BZ_API() function317 int BZ_API(BZ2_bzCompressReset) ( bz_stream *strm ) in BZ_API() function347 int BZ_API(BZ2_bzDecompressReset) ( bz_stream* strm ) in BZ_API() function569 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function630 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function654 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function970 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function1026 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function[all …]
88 # define BZ_API(func) WINAPI func macro92 # define BZ_API(func) (WINAPI * func) macro96 # define BZ_API(func) func macro