Searched refs:ZEXPORT (Results 1 - 12 of 12) sorted by relevance

/ast/src/lib/libz/
H A Dzlib.h212 ZEXTERN const char * ZEXPORT zlibVersion OF((void));
220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
343 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
462 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
480 ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,
538 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
577 ZEXTERN int ZEXPORT deflateCop
[all...]
H A Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
62 int ZEXPORT compress (dest, destLen, source, sourceLen)
75 uLong ZEXPORT compressBound (sourceLen)
H A Duncompr.c26 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
H A Dzconf.h25 #define ZEXPORT macro
240 # define ZEXPORT WINAPI macro
252 # define ZEXPORT __declspec(dllexport) macro
255 # define ZEXPORT __declspec(dllimport) macro
264 #ifndef ZEXPORT
265 # define ZEXPORT macro
H A Dzutil.c27 const char * ZEXPORT zlibVersion()
32 uLong ZEXPORT zlibCompileFlags()
133 const char * ZEXPORT zError(err)
H A Dgzio.c250 gzFile ZEXPORT gzopen (path, mode)
257 gzFile ZEXPORT gzbopen (fd, mode, buf, len)
276 gzFile ZEXPORT gzdopen (fd, mode)
286 gzFile ZEXPORT gzfopen (fp, mode)
303 int ZEXPORT gzsetparams (file, level, strategy)
484 int ZEXPORT gzread (file, buf, len)
610 int ZEXPORT gzgetc(file)
622 int ZEXPORT gzungetc(c, file)
647 char * ZEXPORT gzgets(file, buf, len)
666 int ZEXPORT gzwrit
[all...]
H A Dadler32.c57 uLong ZEXPORT adler32(adler, buf, len)
128 uLong ZEXPORT adler32_combine(adler1, adler2, len2)
H A Dcrc32.c205 const unsigned long FAR * ZEXPORT get_crc_table()
219 unsigned long ZEXPORT crc32(crc, buf, len)
370 uLong ZEXPORT crc32_combine(crc1, crc2, len2)
H A Dinflate.c103 int ZEXPORT inflateReset(strm)
128 int ZEXPORT inflatePrime(strm, bits, value)
144 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
187 int ZEXPORT inflateInit_(strm, version, stream_size)
554 int ZEXPORT inflate(strm, flush)
1155 int ZEXPORT inflateEnd(strm)
1169 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
1211 int ZEXPORT inflateGetHeader(strm, head)
1262 int ZEXPORT inflateSync(strm)
1313 int ZEXPORT inflateSyncPoin
[all...]
H A Ddeflate.c204 int ZEXPORT deflateInit_(strm, level, version, stream_size)
216 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
315 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
357 int ZEXPORT deflateReset (strm)
393 int ZEXPORT deflateSetHeader (strm, head)
404 int ZEXPORT deflatePrime (strm, bits, value)
416 int ZEXPORT deflateParams(strm, level, strategy)
454 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
489 uLong ZEXPORT deflateBound(strm, sourceLen)
552 int ZEXPORT deflat
[all...]
H A Dinfback.c28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
614 int ZEXPORT inflateBackEnd(strm)
/ast/src/cmd/INIT/
H A Dratz.c191 #define ZEXPORT macro
357 # define ZEXPORT WINAPI macro
369 # define ZEXPORT __declspec(dllexport) macro
372 # define ZEXPORT __declspec(dllimport) macro
381 #ifndef ZEXPORT
382 # define ZEXPORT macro
1073 unsigned long ZEXPORT crc32(crc, buf, len)
1161 uLong ZEXPORT adler32(adler, buf, len)
2329 int ZEXPORT inflateReset(strm)
2354 int ZEXPORT inflatePrim
[all...]

Completed in 63 milliseconds