/external/python/cpython2/Modules/zlib/ |
D | zlib.h | 220 ZEXTERN const char * ZEXPORT zlibVersion OF((void)); 250 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 363 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 400 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); 520 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm)); 611 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, 655 ZEXTERN int ZEXPORT deflateGetDictionary OF((z_streamp strm, 677 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, 695 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); 706 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, [all …]
|
D | gzlib.c | 270 gzFile ZEXPORT gzopen(path, mode) in gzopen() 278 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() 286 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() 307 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() 316 int ZEXPORT gzbuffer(file, size) in gzbuffer() 343 int ZEXPORT gzrewind(file) in gzrewind() 366 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() 443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() 455 z_off64_t ZEXPORT gztell64(file) in gztell64() 472 z_off_t ZEXPORT gztell(file) in gztell() [all …]
|
D | gzguts.h | 141 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); 142 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); 143 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); 144 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
|
D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() 68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() 81 uLong ZEXPORT compressBound (sourceLen) in compressBound()
|
D | adler32.c | 63 uLong ZEXPORT adler32_z(adler, buf, len) in adler32_z() 134 uLong ZEXPORT adler32(adler, buf, len) in adler32() 172 uLong ZEXPORT adler32_combine(adler1, adler2, len2) in adler32_combine() 180 uLong ZEXPORT adler32_combine64(adler1, adler2, len2) in adler32_combine64()
|
D | gzread.c | 375 int ZEXPORT gzread(file, buf, len) in gzread() 411 z_size_t ZEXPORT gzfread(buf, size, nitems, file) in gzfread() 447 int ZEXPORT gzgetc(file) in gzgetc() 476 int ZEXPORT gzgetc_(file) in gzgetc_() 483 int ZEXPORT gzungetc(c, file) in gzungetc() 543 char * ZEXPORT gzgets(file, buf, len) in gzgets() 607 int ZEXPORT gzdirect(file) in gzdirect() 627 int ZEXPORT gzclose_r(file) in gzclose_r()
|
D | crc32.c | 188 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table() 202 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() 237 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() 428 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() 436 uLong ZEXPORT crc32_combine64(crc1, crc2, len2) in crc32_combine64()
|
D | inflate.c | 119 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() 144 int ZEXPORT inflateReset(strm) in inflateReset() 157 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() 195 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() 239 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() 247 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() 622 int ZEXPORT inflate(strm, flush) in inflate() 1277 int ZEXPORT inflateEnd(strm) in inflateEnd() 1291 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() 1314 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() [all …]
|
D | zconf.h | 355 # define ZEXPORT WINAPI macro 367 # define ZEXPORT __declspec(dllexport) macro 370 # define ZEXPORT __declspec(dllimport) macro 379 #ifndef ZEXPORT 380 # define ZEXPORT macro
|
/external/zlib/src/ |
D | zlib.h | 220 ZEXTERN const char * ZEXPORT zlibVersion OF((void)); 250 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 363 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 400 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); 520 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm)); 611 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, 655 ZEXTERN int ZEXPORT deflateGetDictionary OF((z_streamp strm, 677 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, 695 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); 706 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, [all …]
|
D | gzlib.c | 270 gzFile ZEXPORT gzopen(path, mode) in gzopen() 278 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() 286 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() 307 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() 316 int ZEXPORT gzbuffer(file, size) in gzbuffer() 343 int ZEXPORT gzrewind(file) in gzrewind() 366 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() 443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() 455 z_off64_t ZEXPORT gztell64(file) in gztell64() 472 z_off_t ZEXPORT gztell(file) in gztell() [all …]
|
D | gzguts.h | 141 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); 142 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); 143 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); 144 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
|
D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() 68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() 81 uLong ZEXPORT compressBound (sourceLen) in compressBound()
|
D | adler32.c | 63 uLong ZEXPORT adler32_z(adler, buf, len) in adler32_z() 134 uLong ZEXPORT adler32(adler, buf, len) in adler32() 172 uLong ZEXPORT adler32_combine(adler1, adler2, len2) in adler32_combine() 180 uLong ZEXPORT adler32_combine64(adler1, adler2, len2) in adler32_combine64()
|
D | gzread.c | 375 int ZEXPORT gzread(file, buf, len) in gzread() 411 z_size_t ZEXPORT gzfread(buf, size, nitems, file) in gzfread() 447 int ZEXPORT gzgetc(file) in gzgetc() 476 int ZEXPORT gzgetc_(file) in gzgetc_() 483 int ZEXPORT gzungetc(c, file) in gzungetc() 543 char * ZEXPORT gzgets(file, buf, len) in gzgets() 607 int ZEXPORT gzdirect(file) in gzdirect() 627 int ZEXPORT gzclose_r(file) in gzclose_r()
|
D | crc32.c | 188 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table() 202 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() 237 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() 428 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() 436 uLong ZEXPORT crc32_combine64(crc1, crc2, len2) in crc32_combine64()
|
D | inflate.c | 119 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() 144 int ZEXPORT inflateReset(strm) in inflateReset() 157 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() 195 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() 239 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() 247 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() 622 int ZEXPORT inflate(strm, flush) in inflate() 1277 int ZEXPORT inflateEnd(strm) in inflateEnd() 1291 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() 1314 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() [all …]
|
/external/zlib/ |
D | zlib.h | 220 ZEXTERN const char * ZEXPORT zlibVersion OF((void)); 250 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 363 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 400 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); 520 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm)); 611 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, 655 ZEXTERN int ZEXPORT deflateGetDictionary OF((z_streamp strm, 677 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, 695 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); 706 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, [all …]
|
/external/zlib/src/contrib/minizip/ |
D | unzip.h | 153 extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1, 166 extern unzFile ZEXPORT unzOpen OF((const char *path)); 167 extern unzFile ZEXPORT unzOpen64 OF((const void *path)); 184 extern unzFile ZEXPORT unzOpen2 OF((const char *path, 191 extern unzFile ZEXPORT unzOpen2_64 OF((const void *path, 198 extern int ZEXPORT unzClose OF((unzFile file)); 205 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file, 208 extern int ZEXPORT unzGetGlobalInfo64 OF((unzFile file, 216 extern int ZEXPORT unzGetGlobalComment OF((unzFile file, 229 extern int ZEXPORT unzGoToFirstFile OF((unzFile file)); [all …]
|
D | zip.h | 116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append)); 117 extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append)); 137 extern zipFile ZEXPORT zipOpen2 OF((const char *pathname, 142 extern zipFile ZEXPORT zipOpen2_64 OF((const void *pathname, 147 extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file, 158 extern int ZEXPORT zipOpenNewFileInZip64 OF((zipFile file, 187 extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile file, 200 extern int ZEXPORT zipOpenNewFileInZip2_64 OF((zipFile file, 216 extern int ZEXPORT zipOpenNewFileInZip3 OF((zipFile file, 233 extern int ZEXPORT zipOpenNewFileInZip3_64 OF((zipFile file, [all …]
|
D | unzip.c | 390 extern int ZEXPORT unzStringFileNameCompare (const char* fileName1, in unzStringFileNameCompare() 765 extern unzFile ZEXPORT unzOpen2 (const char *path, in unzOpen2() 778 extern unzFile ZEXPORT unzOpen2_64 (const void *path, in unzOpen2_64() 793 extern unzFile ZEXPORT unzOpen (const char *path) in unzOpen() 798 extern unzFile ZEXPORT unzOpen64 (const void *path) in unzOpen64() 808 extern int ZEXPORT unzClose (unzFile file) in unzClose() 828 extern int ZEXPORT unzGetGlobalInfo64 (unzFile file, unz_global_info64* pglobal_info) in unzGetGlobalInfo64() 838 extern int ZEXPORT unzGetGlobalInfo (unzFile file, unz_global_info* pglobal_info32) in unzGetGlobalInfo() 1124 extern int ZEXPORT unzGetCurrentFileInfo64 (unzFile file, in unzGetCurrentFileInfo64() 1136 extern int ZEXPORT unzGetCurrentFileInfo (unzFile file, in unzGetCurrentFileInfo() [all …]
|
/external/u-boot/include/u-boot/ |
D | zlib.h | 276 # define ZEXPORT WINAPI macro 288 # define ZEXPORT __declspec(dllexport) macro 291 # define ZEXPORT __declspec(dllimport) 300 #ifndef ZEXPORT 301 # define ZEXPORT macro 518 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 519 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level, 521 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 522 ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method, 526 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); [all …]
|
/external/zlib/src/contrib/infback9/ |
D | infback9.h | 23 ZEXTERN int ZEXPORT inflateBack9 OF((z_stream FAR *strm, 26 ZEXTERN int ZEXPORT inflateBack9End OF((z_stream FAR *strm)); 27 ZEXTERN int ZEXPORT inflateBack9Init_ OF((z_stream FAR *strm,
|
/external/freetype/src/gzip/ |
D | ftzconf.h | 179 # define ZEXPORT(x) x WINAPI macro 189 # define ZEXPORT(x) x __declspec(dllexport) WINAPI macro 193 # define ZEXPORT(x) x _export macro 201 #ifndef ZEXPORT 202 # define ZEXPORT(x) static x macro
|
/external/u-boot/lib/ |
D | crc32.c | 25 #define ZEXPORT /* empty */ macro 158 const uint32_t * ZEXPORT get_crc_table() 179 uint32_t ZEXPORT crc32_no_comp(uint32_t crc, const Bytef *buf, uInt len) in crc32_no_comp() 221 uint32_t ZEXPORT crc32 (uint32_t crc, const Bytef *p, uInt len) in crc32() 230 uint32_t ZEXPORT crc32_wd (uint32_t crc, in crc32_wd()
|