Home
last modified time | relevance | path

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

/external/bzip2/
Dbzlib.h85 # define BZ_API(func) WINAPI func macro
89 # define BZ_API(func) (WINAPI * func) macro
93 # define BZ_API(func) func macro
100 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) (
107 BZ_EXTERN int BZ_API(BZ2_bzCompress) (
112 BZ_EXTERN int BZ_API(BZ2_bzCompressEnd) (
116 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) (
122 BZ_EXTERN int BZ_API(BZ2_bzDecompress) (
126 BZ_EXTERN int BZ_API(BZ2_bzDecompressEnd) (
139 BZ_EXTERN BZFILE* BZ_API(BZ2_bzReadOpen) (
[all …]
Dbzlib.c148 int BZ_API(BZ2_bzCompressInit) in BZ_API() function
407 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function
468 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function
492 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function
808 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function
862 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function
916 BZFILE* BZ_API(BZ2_bzWriteOpen) in BZ_API() function
964 void BZ_API(BZ2_bzWrite) in BZ_API() function
1009 void BZ_API(BZ2_bzWriteClose) in BZ_API() function
1021 void BZ_API(BZ2_bzWriteClose64) in BZ_API() function
[all …]