Home
last modified time | relevance | path

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

/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