Home
last modified time | relevance | path

Searched defs:BZ_API (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c120 const char * BZ_API(BZ2_bzErrorString) ( in BZ_API() function
231 int BZ_API(BZ2_bzCompressInit) in BZ_API() function
300 int BZ_API(BZ2_bzCompressInitSize) ( in BZ_API() function
322 int BZ_API(BZ2_bzCompressReset) ( bz_stream *strm ) in BZ_API() function
546 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function
607 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function
632 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function
674 int BZ_API(BZ2_bzDecompressReset) ( bz_stream* strm ) in BZ_API() function
989 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function
1045 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function
[all …]
H A Dbzlib.h88 # define BZ_API(func) WINAPI func macro
92 # define BZ_API(func) (WINAPI * func) macro
96 # define BZ_API(func) func macro