Home
last modified time | relevance | path

Searched refs:ZEXPORT (Results 1 – 25 of 32) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzlib.h216 ZEXTERN const char * ZEXPORT zlibVersion OF((void));
246 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
353 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
392 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
508 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
587 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
631 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
649 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm));
660 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
681 ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm,
[all …]
Dgzlib.c268 gzFile ZEXPORT gzopen(path, mode) in gzopen()
276 gzFile ZEXPORT gzopen64(path, mode) in gzopen64()
284 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen()
305 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w()
314 int ZEXPORT gzbuffer(file, size) in gzbuffer()
339 int ZEXPORT gzrewind(file) in gzrewind()
362 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64()
439 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek()
451 z_off64_t ZEXPORT gztell64(file) in gztell64()
468 z_off_t ZEXPORT gztell(file) in gztell()
[all …]
Dgzguts.h132 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
133 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
134 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
135 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2()
62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress()
75 uLong ZEXPORT compressBound (sourceLen) in compressBound()
Dzconf.h332 # define ZEXPORT WINAPI macro
344 # define ZEXPORT __declspec(dllexport) macro
347 # define ZEXPORT __declspec(dllimport) macro
356 #ifndef ZEXPORT
357 # define ZEXPORT macro
Dadler32.c65 uLong ZEXPORT adler32(adler, buf, len) in adler32()
165 uLong ZEXPORT adler32_combine(adler1, adler2, len2) in adler32_combine()
173 uLong ZEXPORT adler32_combine64(adler1, adler2, len2) in adler32_combine64()
Dgzread.c288 int ZEXPORT gzread(file, buf, len) in gzread()
387 int ZEXPORT gzgetc(file) in gzgetc()
416 int ZEXPORT gzgetc_(file) in gzgetc_()
423 int ZEXPORT gzungetc(c, file) in gzungetc()
483 char * ZEXPORT gzgets(file, buf, len) in gzgets()
547 int ZEXPORT gzdirect(file) in gzdirect()
567 int ZEXPORT gzclose_r(file) in gzclose_r()
Dzutil.c30 const char * ZEXPORT zlibVersion() in zlibVersion()
35 uLong ZEXPORT zlibCompileFlags() in zlibCompileFlags()
136 const char * ZEXPORT zError(err) in zError()
Dinflate.c104 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep()
129 int ZEXPORT inflateReset(strm) in inflateReset()
142 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2()
180 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_()
222 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_()
230 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime()
605 int ZEXPORT inflate(strm, flush) in inflate()
1254 int ZEXPORT inflateEnd(strm) in inflateEnd()
1268 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary()
1291 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary()
[all …]
Dcrc32.c190 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table()
204 unsigned long ZEXPORT crc32(crc, buf, len) in crc32()
411 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine()
419 uLong ZEXPORT crc32_combine64(crc1, crc2, len2) in crc32_combine64()
Dgzclose.c11 int ZEXPORT gzclose(file) in gzclose()
Dgzwrite.c165 int ZEXPORT gzwrite(file, buf, len) in gzwrite()
245 int ZEXPORT gzputc(file, c) in gzputc()
293 int ZEXPORT gzputs(file, str) in gzputs()
465 int ZEXPORT gzflush(file, flush) in gzflush()
497 int ZEXPORT gzsetparams(file, level, strategy) in gzsetparams()
539 int ZEXPORT gzclose_w(file) in gzclose_w()
Duncompr.c24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress()
Dzutil.h173 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
174 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzlib.h212 ZEXTERN const char * ZEXPORT zlibVersion OF((void));
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
363 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
462 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
538 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
577 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
595 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm));
606 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
627 ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm,
[all …]
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2()
62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress()
75 uLong ZEXPORT compressBound (sourceLen) in compressBound()
Dzconf.h225 # define ZEXPORT WINAPI macro
237 # define ZEXPORT __declspec(dllexport) macro
240 # define ZEXPORT __declspec(dllimport) macro
249 #ifndef ZEXPORT
250 # define ZEXPORT macro
Dzconf.in.h225 # define ZEXPORT WINAPI macro
237 # define ZEXPORT __declspec(dllexport) macro
240 # define ZEXPORT __declspec(dllimport) macro
249 #ifndef ZEXPORT
250 # define ZEXPORT macro
Dgzio.c208 gzFile ZEXPORT gzopen (path, mode) in gzopen()
219 gzFile ZEXPORT gzdopen (fd, mode) in gzdopen()
234 int ZEXPORT gzsetparams (file, level, strategy) in gzsetparams()
394 int ZEXPORT gzread (file, buf, len) in gzread()
503 int ZEXPORT gzgetc(file) in gzgetc()
515 int ZEXPORT gzungetc(c, file) in gzungetc()
540 char * ZEXPORT gzgets(file, buf, len) in gzgets()
559 int ZEXPORT gzwrite (file, buf, len) in gzwrite()
678 int ZEXPORT gzputc(file, c) in gzputc()
693 int ZEXPORT gzputs(file, s) in gzputs()
[all …]
Dzutil.c27 const char * ZEXPORT zlibVersion() in zlibVersion()
32 uLong ZEXPORT zlibCompileFlags() in zlibCompileFlags()
133 const char * ZEXPORT zError(err) in zError()
Dinflate.c103 int ZEXPORT inflateReset(strm) in inflateReset()
128 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime()
144 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_()
187 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_()
554 int ZEXPORT inflate(strm, flush) in inflate()
1155 int ZEXPORT inflateEnd(strm) in inflateEnd()
1169 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary()
1211 int ZEXPORT inflateGetHeader(strm, head) in inflateGetHeader()
1262 int ZEXPORT inflateSync(strm) in inflateSync()
1313 int ZEXPORT inflateSyncPoint(strm) in inflateSyncPoint()
[all …]
Dadler32.c57 uLong ZEXPORT adler32(adler, buf, len) in adler32()
128 uLong ZEXPORT adler32_combine(adler1, adler2, len2) in adler32_combine()
Dcrc32.c205 const unsigned long FAR * ZEXPORT get_crc_table() in get_crc_table()
219 unsigned long ZEXPORT crc32(crc, buf, len) in crc32()
370 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine()
Duncompr.c26 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dgzguts.h138 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
139 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
140 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
141 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));

12