Symbol: ZEXPORT
common/dist/zlib/adler32.c
128
uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) {
common/dist/zlib/adler32.c
158
uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) {
common/dist/zlib/adler32.c
162
uLong ZEXPORT adler32_combine64(uLong adler1, uLong adler2, z_off64_t len2) {
common/dist/zlib/adler32.c
61
uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len) {
common/dist/zlib/compress.c
26
int ZEXPORT compress2_z(Bytef *dest, z_size_t *destLen, const Bytef *source,
common/dist/zlib/compress.c
69
int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source,
common/dist/zlib/compress.c
79
int ZEXPORT compress_z(Bytef *dest, z_size_t *destLen, const Bytef *source,
common/dist/zlib/compress.c
84
int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source,
common/dist/zlib/compress.c
93
z_size_t ZEXPORT compressBound_z(z_size_t sourceLen) {
common/dist/zlib/compress.c
98
uLong ZEXPORT compressBound(uLong sourceLen) {
common/dist/zlib/crc32.c
484
const z_crc_t FAR * ZEXPORT get_crc_table(void) {
common/dist/zlib/crc32.c
510
uLong ZEXPORT crc32_z(uLong crc, const unsigned char FAR *buf, z_size_t len) {
common/dist/zlib/crc32.c
628
uLong ZEXPORT crc32_z(uLong crc, const unsigned char FAR *buf, z_size_t len) {
common/dist/zlib/crc32.c
948
uLong ZEXPORT crc32(uLong crc, const unsigned char FAR *buf, uInt len) {
common/dist/zlib/crc32.c
956
uLong ZEXPORT crc32_combine_gen64(z_off64_t len2) {
common/dist/zlib/crc32.c
966
uLong ZEXPORT crc32_combine_gen(z_off_t len2) {
common/dist/zlib/crc32.c
971
uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op) {
common/dist/zlib/crc32.c
978
uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) {
common/dist/zlib/crc32.c
983
uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) {
common/dist/zlib/deflate.c
1295
int ZEXPORT deflateEnd(z_streamp strm) {
common/dist/zlib/deflate.c
1319
int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) {
common/dist/zlib/deflate.c
381
int ZEXPORT deflateInit_(z_streamp strm, int level, const char *version,
common/dist/zlib/deflate.c
389
int ZEXPORT deflateInit2_(z_streamp strm, int level, int method,
common/dist/zlib/deflate.c
561
int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary,
common/dist/zlib/deflate.c
627
int ZEXPORT deflateGetDictionary(z_streamp strm, Bytef *dictionary,
common/dist/zlib/deflate.c
646
int ZEXPORT deflateResetKeep(z_streamp strm) {
common/dist/zlib/deflate.c
706
int ZEXPORT deflateReset(z_streamp strm) {
common/dist/zlib/deflate.c
716
int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) {
common/dist/zlib/deflate.c
724
int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) {
common/dist/zlib/deflate.c
739
int ZEXPORT deflateUsed(z_streamp strm, int *bits) {
common/dist/zlib/deflate.c
747
int ZEXPORT deflatePrime(z_streamp strm, int bits, int value) {
common/dist/zlib/deflate.c
776
int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) {
common/dist/zlib/deflate.c
821
int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy,
common/dist/zlib/deflate.c
858
z_size_t ZEXPORT deflateBound_z(z_streamp strm, z_size_t sourceLen) {
common/dist/zlib/deflate.c
931
uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) {
common/dist/zlib/deflate.c
983
int ZEXPORT deflate(z_streamp strm, int flush) {
common/dist/zlib/gzclose.c
11
int ZEXPORT gzclose(gzFile file) {
common/dist/zlib/gzguts.h
142
ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *);
common/dist/zlib/gzguts.h
143
ZEXTERN z_off64_t ZEXPORT gzseek64(gzFile, z_off64_t, int);
common/dist/zlib/gzguts.h
144
ZEXTERN z_off64_t ZEXPORT gztell64(gzFile);
common/dist/zlib/gzguts.h
145
ZEXTERN z_off64_t ZEXPORT gzoffset64(gzFile);
common/dist/zlib/gzlib.c
288
gzFile ZEXPORT gzopen(const char *path, const char *mode) {
common/dist/zlib/gzlib.c
293
gzFile ZEXPORT gzopen64(const char *path, const char *mode) {
common/dist/zlib/gzlib.c
298
gzFile ZEXPORT gzdopen(int fd, const char *mode) {
common/dist/zlib/gzlib.c
316
gzFile ZEXPORT gzopen_w(const wchar_t *path, const char *mode) {
common/dist/zlib/gzlib.c
322
int ZEXPORT gzbuffer(gzFile file, unsigned size) {
common/dist/zlib/gzlib.c
346
int ZEXPORT gzrewind(gzFile file) {
common/dist/zlib/gzlib.c
367
z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) {
common/dist/zlib/gzlib.c
438
z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) {
common/dist/zlib/gzlib.c
446
z_off64_t ZEXPORT gztell64(gzFile file) {
common/dist/zlib/gzlib.c
461
z_off_t ZEXPORT gztell(gzFile file) {
common/dist/zlib/gzlib.c
469
z_off64_t ZEXPORT gzoffset64(gzFile file) {
common/dist/zlib/gzlib.c
490
z_off_t ZEXPORT gzoffset(gzFile file) {
common/dist/zlib/gzlib.c
498
int ZEXPORT gzeof(gzFile file) {
common/dist/zlib/gzlib.c
513
const char * ZEXPORT gzerror(gzFile file, int *errnum) {
common/dist/zlib/gzlib.c
531
void ZEXPORT gzclearerr(gzFile file) {
common/dist/zlib/gzread.c
396
int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) {
common/dist/zlib/gzread.c
439
z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems,
common/dist/zlib/gzread.c
473
int ZEXPORT gzgetc(gzFile file) {
common/dist/zlib/gzread.c
500
int ZEXPORT gzgetc_(gzFile file) {
common/dist/zlib/gzread.c
505
int ZEXPORT gzungetc(int c, gzFile file) {
common/dist/zlib/gzread.c
566
char * ZEXPORT gzgets(gzFile file, char *buf, int len) {
common/dist/zlib/gzread.c
627
int ZEXPORT gzdirect(gzFile file) {
common/dist/zlib/gzread.c
645
int ZEXPORT gzclose_r(gzFile file) {
common/dist/zlib/gzwrite.c
257
int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) {
common/dist/zlib/gzwrite.c
282
z_size_t ZEXPORT gzfwrite(voidpc buf, z_size_t size, z_size_t nitems,
common/dist/zlib/gzwrite.c
309
int ZEXPORT gzputc(gzFile file, int c) {
common/dist/zlib/gzwrite.c
352
int ZEXPORT gzputs(gzFile file, const char *s) {
common/dist/zlib/gzwrite.c
605
int ZEXPORT gzflush(gzFile file, int flush) {
common/dist/zlib/gzwrite.c
632
int ZEXPORT gzsetparams(gzFile file, int level, int strategy) {
common/dist/zlib/gzwrite.c
669
int ZEXPORT gzclose_w(gzFile file) {
common/dist/zlib/infback.c
193
int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc,
common/dist/zlib/infback.c
27
int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits,
common/dist/zlib/infback.c
576
int ZEXPORT inflateBackEnd(z_streamp strm) {
common/dist/zlib/inflate.c
102
int ZEXPORT inflateResetKeep(z_streamp strm) {
common/dist/zlib/inflate.c
1164
int ZEXPORT inflateEnd(z_streamp strm) {
common/dist/zlib/inflate.c
1176
int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary,
common/dist/zlib/inflate.c
1196
int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary,
common/dist/zlib/inflate.c
1228
int ZEXPORT inflateGetHeader(z_streamp strm, gz_headerp head) {
common/dist/zlib/inflate.c
127
int ZEXPORT inflateReset(z_streamp strm) {
common/dist/zlib/inflate.c
1273
int ZEXPORT inflateSync(z_streamp strm) {
common/dist/zlib/inflate.c
1329
int ZEXPORT inflateSyncPoint(z_streamp strm) {
common/dist/zlib/inflate.c
1337
int ZEXPORT inflateCopy(z_streamp dest, z_streamp source) {
common/dist/zlib/inflate.c
1379
int ZEXPORT inflateUndermine(z_streamp strm, int subvert) {
common/dist/zlib/inflate.c
138
int ZEXPORT inflateReset2(z_streamp strm, int windowBits) {
common/dist/zlib/inflate.c
1394
int ZEXPORT inflateValidate(z_streamp strm, int check) {
common/dist/zlib/inflate.c
1406
long ZEXPORT inflateMark(z_streamp strm) {
common/dist/zlib/inflate.c
1417
unsigned long ZEXPORT inflateCodesUsed(z_streamp strm) {
common/dist/zlib/inflate.c
175
int ZEXPORT inflateInit2_(z_streamp strm, int windowBits,
common/dist/zlib/inflate.c
216
int ZEXPORT inflateInit_(z_streamp strm, const char *version,
common/dist/zlib/inflate.c
221
int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) {
common/dist/zlib/inflate.c
476
int ZEXPORT inflate(z_streamp strm, int flush) {
common/dist/zlib/uncompr.c
31
int ZEXPORT uncompress2_z(Bytef *dest, z_size_t *destLen, const Bytef *source,
common/dist/zlib/uncompr.c
85
int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source,
common/dist/zlib/uncompr.c
94
int ZEXPORT uncompress_z(Bytef *dest, z_size_t *destLen, const Bytef *source,
common/dist/zlib/uncompr.c
99
int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source,
common/dist/zlib/zconf.h
399
#ifndef ZEXPORT
common/dist/zlib/zlib.h
1013
ZEXTERN int ZEXPORT inflatePrime(z_streamp strm,
common/dist/zlib/zlib.h
1044
ZEXTERN long ZEXPORT inflateMark(z_streamp strm);
common/dist/zlib/zlib.h
1072
ZEXTERN int ZEXPORT inflateGetHeader(z_streamp strm,
common/dist/zlib/zlib.h
1140
ZEXTERN int ZEXPORT inflateBack(z_streamp strm,
common/dist/zlib/zlib.h
1210
ZEXTERN int ZEXPORT inflateBackEnd(z_streamp strm);
common/dist/zlib/zlib.h
1218
ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
common/dist/zlib/zlib.h
1273
ZEXTERN int ZEXPORT compress(Bytef *dest, uLongf *destLen,
common/dist/zlib/zlib.h
1275
ZEXTERN int ZEXPORT compress_z(Bytef *dest, z_size_t *destLen,
common/dist/zlib/zlib.h
1290
ZEXTERN int ZEXPORT compress2(Bytef *dest, uLongf *destLen,
common/dist/zlib/zlib.h
1293
ZEXTERN int ZEXPORT compress2_z(Bytef *dest, z_size_t *destLen,
common/dist/zlib/zlib.h
1309
ZEXTERN uLong ZEXPORT compressBound(uLong sourceLen);
common/dist/zlib/zlib.h
1310
ZEXTERN z_size_t ZEXPORT compressBound_z(z_size_t sourceLen);
common/dist/zlib/zlib.h
1317
ZEXTERN int ZEXPORT uncompress(Bytef *dest, uLongf *destLen,
common/dist/zlib/zlib.h
1319
ZEXTERN int ZEXPORT uncompress_z(Bytef *dest, z_size_t *destLen,
common/dist/zlib/zlib.h
1337
ZEXTERN int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen,
common/dist/zlib/zlib.h
1339
ZEXTERN int ZEXPORT uncompress2_z(Bytef *dest, z_size_t *destLen,
common/dist/zlib/zlib.h
1406
ZEXTERN gzFile ZEXPORT gzdopen(int fd, const char *mode);
common/dist/zlib/zlib.h
1431
ZEXTERN int ZEXPORT gzbuffer(gzFile file, unsigned size);
common/dist/zlib/zlib.h
1447
ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy);
common/dist/zlib/zlib.h
1458
ZEXTERN int ZEXPORT gzread(gzFile file, voidp buf, unsigned len);
common/dist/zlib/zlib.h
1494
ZEXTERN z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems,
common/dist/zlib/zlib.h
1521
ZEXTERN int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len);
common/dist/zlib/zlib.h
1531
ZEXTERN z_size_t ZEXPORT gzfwrite(voidpc buf, z_size_t size,
common/dist/zlib/zlib.h
1577
ZEXTERN int ZEXPORT gzputs(gzFile file, const char *s);
common/dist/zlib/zlib.h
1590
ZEXTERN char * ZEXPORT gzgets(gzFile file, char *buf, int len);
common/dist/zlib/zlib.h
1609
ZEXTERN int ZEXPORT gzputc(gzFile file, int c);
common/dist/zlib/zlib.h
1615
ZEXTERN int ZEXPORT gzgetc(gzFile file);
common/dist/zlib/zlib.h
1632
ZEXTERN int ZEXPORT gzungetc(int c, gzFile file);
common/dist/zlib/zlib.h
1649
ZEXTERN int ZEXPORT gzflush(gzFile file, int flush);
common/dist/zlib/zlib.h
1685
ZEXTERN int ZEXPORT gzrewind(gzFile file);
common/dist/zlib/zlib.h
1713
ZEXTERN int ZEXPORT gzeof(gzFile file);
common/dist/zlib/zlib.h
1728
ZEXTERN int ZEXPORT gzdirect(gzFile file);
common/dist/zlib/zlib.h
1752
ZEXTERN int ZEXPORT gzclose(gzFile file);
common/dist/zlib/zlib.h
1765
ZEXTERN int ZEXPORT gzclose_r(gzFile file);
common/dist/zlib/zlib.h
1766
ZEXTERN int ZEXPORT gzclose_w(gzFile file);
common/dist/zlib/zlib.h
1777
ZEXTERN const char * ZEXPORT gzerror(gzFile file, int *errnum);
common/dist/zlib/zlib.h
1794
ZEXTERN void ZEXPORT gzclearerr(gzFile file);
common/dist/zlib/zlib.h
1811
ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len);
common/dist/zlib/zlib.h
1831
ZEXTERN uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf,
common/dist/zlib/zlib.h
1851
ZEXTERN uLong ZEXPORT crc32(uLong crc, const Bytef *buf, uInt len);
common/dist/zlib/zlib.h
1870
ZEXTERN uLong ZEXPORT crc32_z(uLong crc, const Bytef *buf,
common/dist/zlib/zlib.h
1894
ZEXTERN uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op);
common/dist/zlib/zlib.h
1907
ZEXTERN int ZEXPORT deflateInit_(z_streamp strm, int level,
common/dist/zlib/zlib.h
1909
ZEXTERN int ZEXPORT inflateInit_(z_streamp strm,
common/dist/zlib/zlib.h
1911
ZEXTERN int ZEXPORT deflateInit2_(z_streamp strm, int level, int method,
common/dist/zlib/zlib.h
1915
ZEXTERN int ZEXPORT inflateInit2_(z_streamp strm, int windowBits,
common/dist/zlib/zlib.h
1917
ZEXTERN int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits,
common/dist/zlib/zlib.h
1965
ZEXTERN int ZEXPORT gzgetc_(gzFile file); /* backward compatibility */
common/dist/zlib/zlib.h
1982
ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *);
common/dist/zlib/zlib.h
1983
ZEXTERN z_off64_t ZEXPORT gzseek64(gzFile, z_off64_t, int);
common/dist/zlib/zlib.h
1984
ZEXTERN z_off64_t ZEXPORT gztell64(gzFile);
common/dist/zlib/zlib.h
1985
ZEXTERN z_off64_t ZEXPORT gzoffset64(gzFile);
common/dist/zlib/zlib.h
1986
ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t);
common/dist/zlib/zlib.h
1987
ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
common/dist/zlib/zlib.h
1988
ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
common/dist/zlib/zlib.h
2010
ZEXTERN gzFile ZEXPORT gzopen64(const char *, const char *);
common/dist/zlib/zlib.h
2011
ZEXTERN z_off_t ZEXPORT gzseek64(gzFile, z_off_t, int);
common/dist/zlib/zlib.h
2012
ZEXTERN z_off_t ZEXPORT gztell64(gzFile);
common/dist/zlib/zlib.h
2013
ZEXTERN z_off_t ZEXPORT gzoffset64(gzFile);
common/dist/zlib/zlib.h
2014
ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t);
common/dist/zlib/zlib.h
2015
ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
common/dist/zlib/zlib.h
2016
ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
common/dist/zlib/zlib.h
2019
ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *);
common/dist/zlib/zlib.h
2020
ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
common/dist/zlib/zlib.h
2021
ZEXTERN z_off_t ZEXPORT gztell(gzFile);
common/dist/zlib/zlib.h
2022
ZEXTERN z_off_t ZEXPORT gzoffset(gzFile);
common/dist/zlib/zlib.h
2023
ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t);
common/dist/zlib/zlib.h
2024
ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
common/dist/zlib/zlib.h
2025
ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t);
common/dist/zlib/zlib.h
2030
ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t);
common/dist/zlib/zlib.h
2031
ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
common/dist/zlib/zlib.h
2032
ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t);
common/dist/zlib/zlib.h
2037
ZEXTERN const char * ZEXPORT zError(int);
common/dist/zlib/zlib.h
2038
ZEXTERN int ZEXPORT inflateSyncPoint(z_streamp);
common/dist/zlib/zlib.h
2039
ZEXTERN const z_crc_t FAR * ZEXPORT get_crc_table(void);
common/dist/zlib/zlib.h
2040
ZEXTERN int ZEXPORT inflateUndermine(z_streamp, int);
common/dist/zlib/zlib.h
2041
ZEXTERN int ZEXPORT inflateValidate(z_streamp, int);
common/dist/zlib/zlib.h
2042
ZEXTERN unsigned long ZEXPORT inflateCodesUsed(z_streamp);
common/dist/zlib/zlib.h
2043
ZEXTERN int ZEXPORT inflateResetKeep(z_streamp);
common/dist/zlib/zlib.h
2044
ZEXTERN int ZEXPORT deflateResetKeep(z_streamp);
common/dist/zlib/zlib.h
2046
ZEXTERN gzFile ZEXPORT gzopen_w(const wchar_t *path,
common/dist/zlib/zlib.h
226
ZEXTERN const char * ZEXPORT zlibVersion(void);
common/dist/zlib/zlib.h
256
ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush);
common/dist/zlib/zlib.h
369
ZEXTERN int ZEXPORT deflateEnd(z_streamp strm);
common/dist/zlib/zlib.h
407
ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush);
common/dist/zlib/zlib.h
527
ZEXTERN int ZEXPORT inflateEnd(z_streamp strm);
common/dist/zlib/zlib.h
620
ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp strm,
common/dist/zlib/zlib.h
664
ZEXTERN int ZEXPORT deflateGetDictionary(z_streamp strm,
common/dist/zlib/zlib.h
686
ZEXTERN int ZEXPORT deflateCopy(z_streamp dest,
common/dist/zlib/zlib.h
704
ZEXTERN int ZEXPORT deflateReset(z_streamp strm);
common/dist/zlib/zlib.h
715
ZEXTERN int ZEXPORT deflateParams(z_streamp strm,
common/dist/zlib/zlib.h
753
ZEXTERN int ZEXPORT deflateTune(z_streamp strm,
common/dist/zlib/zlib.h
770
ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen);
common/dist/zlib/zlib.h
771
ZEXTERN z_size_t ZEXPORT deflateBound_z(z_streamp strm, z_size_t sourceLen);
common/dist/zlib/zlib.h
788
ZEXTERN int ZEXPORT deflatePending(z_streamp strm,
common/dist/zlib/zlib.h
806
ZEXTERN int ZEXPORT deflateUsed(z_streamp strm,
common/dist/zlib/zlib.h
818
ZEXTERN int ZEXPORT deflatePrime(z_streamp strm,
common/dist/zlib/zlib.h
835
ZEXTERN int ZEXPORT deflateSetHeader(z_streamp strm,
common/dist/zlib/zlib.h
915
ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp strm,
common/dist/zlib/zlib.h
938
ZEXTERN int ZEXPORT inflateGetDictionary(z_streamp strm,
common/dist/zlib/zlib.h
953
ZEXTERN int ZEXPORT inflateSync(z_streamp strm);
common/dist/zlib/zlib.h
972
ZEXTERN int ZEXPORT inflateCopy(z_streamp dest,
common/dist/zlib/zlib.h
988
ZEXTERN int ZEXPORT inflateReset(z_streamp strm);
common/dist/zlib/zlib.h
999
ZEXTERN int ZEXPORT inflateReset2(z_streamp strm,
common/dist/zlib/zutil.c
141
const char * ZEXPORT zError(int err) {
common/dist/zlib/zutil.c
29
const char * ZEXPORT zlibVersion(void) {
common/dist/zlib/zutil.c
33
uLong ZEXPORT zlibCompileFlags(void) {
common/dist/zlib/zutil.h
184
ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t);
common/dist/zlib/zutil.h
185
ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
common/dist/zlib/zutil.h
186
ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
sys/net/zlib.c
1046
int ZEXPORT deflate (z_streamp strm, int flush)
sys/net/zlib.c
1181
int ZEXPORT deflateEnd (z_streamp strm)
sys/net/zlib.c
1213
int ZEXPORT deflateCopy (z_streamp dest, z_streamp source)
sys/net/zlib.c
272
typedef uLong (ZEXPORT *check_func)(uLong check, const Bytef *buf,
sys/net/zlib.c
3412
int ZEXPORT inflateReset(z_streamp z)
sys/net/zlib.c
3425
int ZEXPORT inflateEnd(z_streamp z)
sys/net/zlib.c
3438
int ZEXPORT inflateInit2_(z_streamp z, int w, const char *vers, int stream_size)
sys/net/zlib.c
3494
int ZEXPORT inflateInit_(z_streamp z, const char *vers, int stream_size)
sys/net/zlib.c
3504
int ZEXPORT inflate(z_streamp z, int f)
sys/net/zlib.c
3647
int ZEXPORT inflateSetDictionary(z_streamp z,
sys/net/zlib.c
3687
int ZEXPORT inflateSync(z)
sys/net/zlib.c
3747
int ZEXPORT inflateSyncPoint(z)
sys/net/zlib.c
5625
const char * ZEXPORT zlibVersion()
sys/net/zlib.c
5650
const char * ZEXPORT zError(err)
sys/net/zlib.c
5848
uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len)
sys/net/zlib.c
802
int ZEXPORT deflateInit_(z_streamp strm,
sys/net/zlib.c
812
int ZEXPORT deflateInit2_(z_streamp strm,
sys/net/zlib.c
898
int ZEXPORT deflateSetDictionary (z_streamp strm,
sys/net/zlib.c
941
int ZEXPORT deflateReset (z_streamp strm)
sys/net/zlib.c
971
int ZEXPORT deflateParams(strm, level, strategy)
sys/net/zlib.h
1001
ZEXTERN int ZEXPORT gzread(gzFile, voidp, unsigned);
sys/net/zlib.h
1009
ZEXTERN int ZEXPORT gzwrite(gzFile, const voidp, unsigned);
sys/net/zlib.h
1024
ZEXTERN int ZEXPORT gzputs(gzFile, const char *);
sys/net/zlib.h
1031
ZEXTERN char * ZEXPORT gzgets(gzFile, char *, int);
sys/net/zlib.h
1040
ZEXTERN int ZEXPORT gzputc(gzFile, int);
sys/net/zlib.h
1046
ZEXTERN int ZEXPORT gzgetc(gzFile);
sys/net/zlib.h
1052
ZEXTERN int ZEXPORT gzflush(gzFile, int);
sys/net/zlib.h
1067
ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
sys/net/zlib.h
1084
ZEXTERN int ZEXPORT gzrewind(gzFile);
sys/net/zlib.h
1095
ZEXTERN z_off_t ZEXPORT gztell(gzFile);
sys/net/zlib.h
1104
ZEXTERN int ZEXPORT gzeof(gzFile);
sys/net/zlib.h
1110
ZEXTERN int ZEXPORT gzclose(gzFile);
sys/net/zlib.h
1117
ZEXTERN const char * ZEXPORT gzerror(gzFile, int *);
sys/net/zlib.h
1134
ZEXTERN uLong ZEXPORT adler32(uLong, const Bytef *, uInt);
sys/net/zlib.h
1152
ZEXTERN uLong ZEXPORT crc32(uLong, const Bytef *, uInt);
sys/net/zlib.h
1175
ZEXTERN int ZEXPORT deflateInit_(z_streamp, int, const char *, int);
sys/net/zlib.h
1176
ZEXTERN int ZEXPORT inflateInit_(z_streamp, const char *, int);
sys/net/zlib.h
1177
ZEXTERN int ZEXPORT deflateInit2_(z_streamp, int, int, int, int,
sys/net/zlib.h
1179
ZEXTERN int ZEXPORT inflateInit2_(z_streamp, int, const char *, int);
sys/net/zlib.h
1195
ZEXTERN const char * ZEXPORT zError(int);
sys/net/zlib.h
1196
ZEXTERN int ZEXPORT inflateSyncPoint(z_streamp);
sys/net/zlib.h
1197
ZEXTERN const uLongf * ZEXPORT get_crc_table(void);
sys/net/zlib.h
245
#ifndef ZEXPORT
sys/net/zlib.h
466
ZEXTERN const char * ZEXPORT zlibVersion(void);
sys/net/zlib.h
496
ZEXTERN int ZEXPORT deflate(z_streamp, int);
sys/net/zlib.h
581
ZEXTERN int ZEXPORT deflateEnd(z_streamp);
sys/net/zlib.h
616
ZEXTERN int ZEXPORT inflate(z_streamp, int);
sys/net/zlib.h
688
ZEXTERN int ZEXPORT inflateEnd(z_streamp);
sys/net/zlib.h
744
ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp, const Bytef *, uInt);
sys/net/zlib.h
778
ZEXTERN int ZEXPORT deflateCopy(z_streamp, z_streamp);
sys/net/zlib.h
804
ZEXTERN int ZEXPORT deflateReset(z_streamp);
sys/net/zlib.h
815
ZEXTERN int ZEXPORT deflateParams(z_streamp, int, int);
sys/net/zlib.h
834
ZEXTERN int ZEXPORT deflateOutputPending(z_streamp);
sys/net/zlib.h
863
ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp, const Bytef *, uInt);
sys/net/zlib.h
880
ZEXTERN int ZEXPORT inflateSync(z_streamp);
sys/net/zlib.h
895
ZEXTERN int ZEXPORT inflateReset(z_streamp);
sys/net/zlib.h
916
ZEXTERN int ZEXPORT compress(Bytef *, uLongf *, const Bytef *, uLong);
sys/net/zlib.h
930
ZEXTERN int ZEXPORT compress2(Bytef *, uLongf *, const Bytef *,
sys/net/zlib.h
944
ZEXTERN int ZEXPORT uncompress(Bytef *, uLongf *, const Bytef *, uLong);
sys/net/zlib.h
964
ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *);
sys/net/zlib.h
980
ZEXTERN gzFile ZEXPORT gzdopen(int, const char *);
sys/net/zlib.h
993
ZEXTERN int ZEXPORT gzsetparams(gzFile, int, int);