Lines Matching +defs:version +defs:h
3 * For conditions of distribution and use, see copyright notice in zlib.h
25 * A previous version of this file used a more sophisticated algorithm
50 #include "deflate.h"
161 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask)
229 int ZEXPORT deflateInit_(strm, level, version, stream_size)
232 const char *version;
236 Z_DEFAULT_STRATEGY, version, stream_size);
242 version, stream_size)
249 const char *version;
256 if (version == Z_NULL || version[0] != my_version[0] ||
1271 /* For 80x86 and 680x0, an optimized version will be provided in match.asm or
1421 * Optimized version for FASTEST only