/external/zlib/src/ |
D | zlib.h | 216 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 …]
|
D | gzlib.c | 268 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 …]
|
D | gzguts.h | 132 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));
|
D | compress.c | 22 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()
|
D | zconf.h | 332 # define ZEXPORT WINAPI macro 344 # define ZEXPORT __declspec(dllexport) macro 347 # define ZEXPORT __declspec(dllimport) macro 356 #ifndef ZEXPORT 357 # define ZEXPORT macro
|
D | gzread.c | 288 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()
|
/external/zlib/ |
D | zlib.h | 216 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 …]
|
D | zconf.h | 332 # define ZEXPORT WINAPI macro 344 # define ZEXPORT __declspec(dllexport) macro 347 # define ZEXPORT __declspec(dllimport) macro 356 #ifndef ZEXPORT 357 # define ZEXPORT macro
|
/external/opencv3/3rdparty/zlib/ |
D | zlib.h | 216 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 …]
|
D | gzlib.c | 268 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 …]
|
D | gzguts.h | 132 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));
|
D | compress.c | 22 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()
|
D | gzread.c | 288 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()
|
/external/pdfium/third_party/zlib_v128/ |
D | zlib.h | 285 ZEXTERN const char * ZEXPORT zlibVersion OF((void)); 315 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 422 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 461 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); 577 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm)); 656 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, 700 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, 718 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); 729 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, 750 ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm, [all …]
|
D | gzlib.c | 268 gzFile ZEXPORT gzopen( in gzopen() 276 gzFile ZEXPORT gzopen64( in gzopen64() 284 gzFile ZEXPORT gzdopen( in gzdopen() 305 gzFile ZEXPORT gzopen_w( in gzopen_w() 314 int ZEXPORT gzbuffer( in gzbuffer() 339 int ZEXPORT gzrewind( in gzrewind() 362 z_off64_t ZEXPORT gzseek64( in gzseek64() 439 z_off_t ZEXPORT gzseek( in gzseek() 451 z_off64_t ZEXPORT gztell64( in gztell64() 468 z_off_t ZEXPORT gztell( in gztell() [all …]
|
D | gzguts.h | 148 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); 149 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); 150 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); 151 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
|
D | compress.c | 22 int ZEXPORT compress2 ( in compress2() 62 int ZEXPORT compress ( in compress() 75 uLong ZEXPORT compressBound ( in compressBound()
|
D | zconf.h | 332 # define ZEXPORT WINAPI macro 344 # define ZEXPORT __declspec(dllexport) macro 347 # define ZEXPORT __declspec(dllimport) macro 356 #ifndef ZEXPORT 357 # define ZEXPORT macro
|
D | gzread.c | 288 int ZEXPORT gzread( in gzread() 387 int ZEXPORT gzgetc( in gzgetc() 416 int ZEXPORT gzgetc_( in gzgetc_() 423 int ZEXPORT gzungetc( in gzungetc() 483 char * ZEXPORT gzgets( in gzgets() 547 int ZEXPORT gzdirect( in gzdirect() 567 int ZEXPORT gzclose_r( in gzclose_r()
|
D | inflate.c | 104 int ZEXPORT inflateResetKeep( in inflateResetKeep() 129 int ZEXPORT inflateReset( in inflateReset() 142 int ZEXPORT inflateReset2( in inflateReset2() 180 int ZEXPORT inflateInit2_( in inflateInit2_() 222 int ZEXPORT inflateInit_( in inflateInit_() 230 int ZEXPORT inflatePrime( in inflatePrime() 605 int ZEXPORT inflate( in inflate() 1254 int ZEXPORT inflateEnd( in inflateEnd() 1268 int ZEXPORT inflateGetDictionary( in inflateGetDictionary() 1291 int ZEXPORT inflateSetDictionary( in inflateSetDictionary() [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/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 | zconf.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
|