Home
last modified time | relevance | path

Searched refs:BZ_API (Results 1 – 4 of 4) 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 …]
/external/u-boot/include/
Dbzlib.h132 # define BZ_API(func) WINAPI func macro
136 # define BZ_API(func) (WINAPI * func) macro
140 # define BZ_API(func) func macro
147 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) (
154 BZ_EXTERN int BZ_API(BZ2_bzCompress) (
159 BZ_EXTERN int BZ_API(BZ2_bzCompressEnd) (
163 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) (
169 BZ_EXTERN int BZ_API(BZ2_bzDecompress) (
173 BZ_EXTERN int BZ_API(BZ2_bzDecompressEnd) (
188 BZ_EXTERN BZFILE* BZ_API(BZ2_bzReadOpen) (
[all …]
/external/u-boot/lib/bzip2/
Dbzlib.c199 int BZ_API(BZ2_bzCompressInit) in BZ_API() function
458 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function
519 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function
543 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function
836 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function
891 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function
945 BZFILE* BZ_API(BZ2_bzWriteOpen) in BZ_API() function
992 void BZ_API(BZ2_bzWrite) in BZ_API() function
1037 void BZ_API(BZ2_bzWriteClose) in BZ_API() function
1049 void BZ_API(BZ2_bzWriteClose64) in BZ_API() function
[all …]