Lines Matching defs:const
129 # ifndef const
130 # define const
371 const char *msg; /* last error message, NULL if no error */
466 ZEXTERN const char * ZEXPORT zlibVersion(void);
744 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp, const Bytef *, uInt);
863 ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp, const Bytef *, uInt);
916 ZEXTERN int ZEXPORT compress(Bytef *, uLongf *, const Bytef *, uLong);
930 ZEXTERN int ZEXPORT compress2(Bytef *, uLongf *, const Bytef *,
944 ZEXTERN int ZEXPORT uncompress(Bytef *, uLongf *, const Bytef *, uLong);
964 ZEXTERN gzFile ZEXPORT gzopen(const char *, const char *);
980 ZEXTERN gzFile ZEXPORT gzdopen(int, const char *);
1009 ZEXTERN int ZEXPORT gzwrite(gzFile, const voidp, unsigned);
1016 ZEXTERN int ZEXPORTVA gzprintf(gzFile, const char *, ...)
1024 ZEXTERN int ZEXPORT gzputs(gzFile, const char *);
1117 ZEXTERN const char * ZEXPORT gzerror(gzFile, int *);
1134 ZEXTERN uLong ZEXPORT adler32(uLong, const Bytef *, uInt);
1152 ZEXTERN uLong ZEXPORT crc32(uLong, const Bytef *, uInt);
1175 ZEXTERN int ZEXPORT deflateInit_(z_streamp, int, const char *, int);
1176 ZEXTERN int ZEXPORT inflateInit_(z_streamp, const char *, int);
1178 int, const char *, int);
1179 ZEXTERN int ZEXPORT inflateInit2_(z_streamp, int, const char *, int);
1195 ZEXTERN const char * ZEXPORT zError(int);
1197 ZEXTERN const uLongf * ZEXPORT get_crc_table(void);