Home
last modified time | relevance | path

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

/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 …]
/external/bzip2/
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 …]
Dbzlib.h85 # define BZ_API(func) WINAPI func macro
89 # define BZ_API(func) (WINAPI * func) macro
93 # define BZ_API(func) func macro
/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