Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/bzip2/lib/
H A Dbzzlib.c192 BZFILE * BZ_API(BZ2_bzopen) in BZ_API() function
201 BZFILE * BZ_API(BZ2_bzdopen) in BZ_API() function
210 int BZ_API(BZ2_bzread) (BZFILE* b, void* buf, int len ) in BZ_API() function
224 int BZ_API(BZ2_bzwrite) (BZFILE* b, void* buf, int len ) in BZ_API() function
238 int BZ_API(BZ2_bzflush) (BZFILE *b) in BZ_API() function
246 void BZ_API(BZ2_bzclose) (BZFILE* b) in BZ_API() function
290 const char * BZ_API(BZ2_bzerror) (BZFILE *b, int *errnum) in BZ_API() function
H A Dbzread.c85 BZFILE* BZ_API(BZ2_bzReadOpen) in BZ_API() function
141 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() function
159 int BZ_API(BZ2_bzRead) in BZ_API() function
218 void BZ_API(BZ2_bzReadGetUnused) in BZ_API() function
H A Dbzwrite.c85 BZFILE* BZ_API(BZ2_bzWriteOpen) in BZ_API() function
133 void BZ_API(BZ2_bzWrite) in BZ_API() function
178 void BZ_API(BZ2_bzWriteClose) in BZ_API() function
190 void BZ_API(BZ2_bzWriteClose64) in BZ_API() function
H A Dbzdecompress.c96 int BZ_API(BZ2_bzDecompressInit) in BZ_API() function
390 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() function
438 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() function
H A Dbzcompress.c128 int BZ_API(BZ2_bzCompressInit) in BZ_API() function
386 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() function
448 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() function
H A Dbzversion.c95 const char * BZ_API(BZ2_bzlibVersion)(void) in BZ_API() function
H A Dbzlib.h132 # define BZ_API(func) WINAPI func macro
136 # define BZ_API(func) (WINAPI * func) macro
140 # define BZ_API(func) func macro
H A Dbuffcompress.c92 int BZ_API(BZ2_bzBuffToBuffCompress) in BZ_API() function
H A Dbuffdecompress.c92 int BZ_API(BZ2_bzBuffToBuffDecompress) in BZ_API() function
H A Dbzbuffcompress.c92 int BZ_API(BZ2_bzBuffToBuffCompress) in BZ_API() function