Home
last modified time | relevance | path

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

1234

/external/libwebsockets/win32port/zlib/
Dzlib.h216 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 …]
Dgzlib.c196 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 …]
Dgzguts.h65 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));
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()
/external/rust/crates/libz-sys/src/zlib/
Dzlib.h220 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 …]
Dgzlib.c270 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 …]
Dgzguts.h141 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));
/external/python/cpython2/Modules/zlib/
Dzlib.h220 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 …]
Dgzlib.c270 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 …]
Dgzguts.h141 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));
/external/zlib/
Dzlib.h263 ZEXTERN const char * ZEXPORT zlibVersion OF((void));
293 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
406 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
443 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
563 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
654 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
699 ZEXTERN int ZEXPORT deflateGetDictionary OF((z_streamp strm,
722 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
740 ZEXTERN int ZEXPORT deflateReset OF((z_streamp strm));
751 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
[all …]
Dgzlib.c270 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 …]
Dgzguts.h141 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));
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
Dunzip.h153 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 …]
Dzip.h116 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 …]
Dunzip.c390 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/contrib/minizip/
Dunzip.h153 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 …]
Dzip.h116 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 …]
Dunzip.c386 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 …]
/external/zstd/zlibWrapper/
Dgzcompatibility.h14 ZEXTERN int ZEXPORT gzclose_r OF((gzFile file));
15 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));
16 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
17 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
43 ZEXTERN gzFile ZEXPORT gzopen_w OF((const wchar_t *path,
64 ZEXTERN z_size_t ZEXPORT gzfread OF((voidp buf, z_size_t size, z_size_t nitems,
66 ZEXTERN z_size_t ZEXPORT gzfwrite OF((voidpc buf, z_size_t size,
Dzstd_zlibwrapper.c104 ZEXTERN const char * ZEXPORT z_zlibVersion OF((void)) { return zlibVersion(); } in z_zlibVersion()
254 ZEXTERN int ZEXPORT z_deflateInit_ OF((z_streamp strm, int level, in z_deflateInit_()
281 ZEXTERN int ZEXPORT z_deflateInit2_ OF((z_streamp strm, int level, int method, in z_deflateInit2_()
313 ZEXTERN int ZEXPORT z_deflateReset OF((z_streamp strm)) in z_deflateReset()
328 ZEXTERN int ZEXPORT z_deflateSetDictionary OF((z_streamp strm, in z_deflateSetDictionary()
353 ZEXTERN int ZEXPORT z_deflate OF((z_streamp strm, int flush)) in z_deflate()
453 ZEXTERN int ZEXPORT z_deflateEnd OF((z_streamp strm)) in z_deflateEnd()
471 ZEXTERN uLong ZEXPORT z_deflateBound OF((z_streamp strm, in z_deflateBound()
481 ZEXTERN int ZEXPORT z_deflateParams OF((z_streamp strm, in z_deflateParams()
582 ZEXTERN int ZEXPORT z_inflateInit_ OF((z_streamp strm, in z_inflateInit_()
[all …]
Dgzlib.c273 gzFile ZEXPORT gzopen(path, mode) in gzopen()
281 gzFile ZEXPORT gzopen64(path, mode) in gzopen64()
289 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen()
310 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w()
319 int ZEXPORT gzbuffer(file, size) in gzbuffer()
346 int ZEXPORT gzrewind(file) in gzrewind()
369 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64()
446 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek()
458 z_off64_t ZEXPORT gztell64(file) in gztell64()
475 z_off_t ZEXPORT gztell(file) in gztell()
[all …]
Dgzguts.h148 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));
/external/rust/crates/libz-sys/src/zlib/contrib/infback9/
Dinfback9.h23 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/
Dftzconf.h179 # 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

1234