/third_party/node/deps/zlib/ |
D | zlib.h | 220 ZEXTERN const char * ZEXPORT zlibVersion(void); 250 ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush); 362 ZEXTERN int ZEXPORT deflateEnd(z_streamp strm); 400 ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush); 520 ZEXTERN int ZEXPORT inflateEnd(z_streamp strm); 610 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm, 654 ZEXTERN int ZEXPORT deflateGetDictionary(z_streamp strm, 676 ZEXTERN int ZEXPORT deflateCopy(z_streamp dest, 694 ZEXTERN int ZEXPORT deflateReset(z_streamp strm); 705 ZEXTERN int ZEXPORT deflateParams(z_streamp strm, [all …]
|
D | gzlib.c | 263 gzFile ZEXPORT gzopen(const char *path, const char *mode) { in gzopen() 268 gzFile ZEXPORT gzopen64(const char *path, const char *mode) { in gzopen64() 273 gzFile ZEXPORT gzdopen(int fd, const char *mode) { in gzdopen() 291 gzFile ZEXPORT gzopen_w(const wchar_t *path, const char *mode) { in gzopen_w() 297 int ZEXPORT gzbuffer(gzFile file, unsigned size) { in gzbuffer() 321 int ZEXPORT gzrewind(gzFile file) { in gzrewind() 342 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) { in gzseek64() 415 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { in gzseek() 423 z_off64_t ZEXPORT gztell64(gzFile file) { in gztell64() 438 z_off_t ZEXPORT gztell(gzFile file) { in gztell() [all …]
|
D | gzguts.h | 140 ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *); 141 ZEXTERN z_off64_t ZEXPORT gzseek64(gzFile, z_off64_t, int); 142 ZEXTERN z_off64_t ZEXPORT gztell64(gzFile); 143 ZEXTERN z_off64_t ZEXPORT gzoffset64(gzFile);
|
/third_party/libwebsockets/win32port/zlib/ |
D | zlib.h | 216 ZEXTERN const char * ZEXPORT zlibVersion OF((void)); 246 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); 352 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm)); 391 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); 499 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm)); 578 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, 617 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, 635 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); 646 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, 667 ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm, [all …]
|
D | gzlib.c | 196 gzFile ZEXPORT gzopen(path, mode) in gzopen() 204 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() 212 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() 228 int ZEXPORT gzbuffer(file, size) in gzbuffer() 253 int ZEXPORT gzrewind(file) in gzrewind() 275 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() 351 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() 363 z_off64_t ZEXPORT gztell64(file) in gztell64() 380 z_off_t ZEXPORT gztell(file) in gztell() 390 z_off64_t ZEXPORT gzoffset64(file) in gzoffset64() [all …]
|
D | gzguts.h | 65 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); 66 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); 67 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); 68 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
|
/third_party/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)); 610 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, 654 ZEXTERN int ZEXPORT deflateGetDictionary OF((z_streamp strm, 676 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, 694 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); 705 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, [all …]
|
D | gzlib.c | 274 gzFile ZEXPORT gzopen(path, mode) in gzopen() 282 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() 290 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() 311 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() 320 int ZEXPORT gzbuffer(file, size) in gzbuffer() 347 int ZEXPORT gzrewind(file) in gzrewind() 370 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() 447 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() 459 z_off64_t ZEXPORT gztell64(file) in gztell64() 476 z_off_t ZEXPORT gztell(file) in gztell() [all …]
|
/third_party/skia/third_party/externals/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));
|
/third_party/node/deps/v8/third_party/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)); 610 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, 654 ZEXTERN int ZEXPORT deflateGetDictionary OF((z_streamp strm, 676 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, 694 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm)); 705 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));
|
/third_party/zlib/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 unzFile ZEXPORT unzOpenFile OF((FILE *inputfile)); 210 extern int ZEXPORT unzCloseFile OF((unzFile file)); 217 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file, 220 extern int ZEXPORT unzGetGlobalInfo64 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 zipFile ZEXPORT zipOpen3 OF((const void *pathname, 152 extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file, 163 extern int ZEXPORT zipOpenNewFileInZip64 OF((zipFile file, 192 extern int ZEXPORT zipOpenNewFileInZip2 OF((zipFile file, 205 extern int ZEXPORT zipOpenNewFileInZip2_64 OF((zipFile file, 221 extern int ZEXPORT zipOpenNewFileInZip3 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() 826 extern unzFile ZEXPORT unzOpenFile (FILE *inputfile) in unzOpenFile() 1008 extern int ZEXPORT unzCloseFile (unzFile file) in unzCloseFile() 1028 extern int ZEXPORT unzGetGlobalInfo64 (unzFile file, unz_global_info64* pglobal_info) in unzGetGlobalInfo64() 1038 extern int ZEXPORT unzGetGlobalInfo (unzFile file, unz_global_info* pglobal_info32) in unzGetGlobalInfo() [all …]
|
/third_party/skia/third_party/externals/zlib/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 | 386 extern int ZEXPORT unzStringFileNameCompare (const char* fileName1, in unzStringFileNameCompare() 761 extern unzFile ZEXPORT unzOpen2 (const char *path, in unzOpen2() 774 extern unzFile ZEXPORT unzOpen2_64 (const void *path, in unzOpen2_64() 789 extern unzFile ZEXPORT unzOpen (const char *path) in unzOpen() 794 extern unzFile ZEXPORT unzOpen64 (const void *path) in unzOpen64() 804 extern int ZEXPORT unzClose (unzFile file) in unzClose() 824 extern int ZEXPORT unzGetGlobalInfo64 (unzFile file, unz_global_info64* pglobal_info) in unzGetGlobalInfo64() 834 extern int ZEXPORT unzGetGlobalInfo (unzFile file, unz_global_info* pglobal_info32) in unzGetGlobalInfo() 1120 extern int ZEXPORT unzGetCurrentFileInfo64 (unzFile file, in unzGetCurrentFileInfo64() 1132 extern int ZEXPORT unzGetCurrentFileInfo (unzFile file, in unzGetCurrentFileInfo() [all …]
|
/third_party/node/deps/v8/third_party/zlib/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 | 386 extern int ZEXPORT unzStringFileNameCompare (const char* fileName1, in unzStringFileNameCompare() 761 extern unzFile ZEXPORT unzOpen2 (const char *path, in unzOpen2() 774 extern unzFile ZEXPORT unzOpen2_64 (const void *path, in unzOpen2_64() 789 extern unzFile ZEXPORT unzOpen (const char *path) in unzOpen() 794 extern unzFile ZEXPORT unzOpen64 (const void *path) in unzOpen64() 804 extern int ZEXPORT unzClose (unzFile file) in unzClose() 824 extern int ZEXPORT unzGetGlobalInfo64 (unzFile file, unz_global_info64* pglobal_info) in unzGetGlobalInfo64() 834 extern int ZEXPORT unzGetGlobalInfo (unzFile file, unz_global_info* pglobal_info32) in unzGetGlobalInfo() 1120 extern int ZEXPORT unzGetCurrentFileInfo64 (unzFile file, in unzGetCurrentFileInfo64() 1132 extern int ZEXPORT unzGetCurrentFileInfo (unzFile file, in unzGetCurrentFileInfo() [all …]
|
/third_party/skia/third_party/externals/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
|
/third_party/zlib/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,
|