Lines Matching defs:s
175 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
189 #define INSERT_STRING(s, str, match_head) \ argument
194 #define INSERT_STRING(s, str, match_head) \ argument
204 #define CLEAR_HASH(s) \ argument
233 deflate_state *s; local
326 deflate_state *s; local
366 deflate_state *s; local
427 deflate_state *s; local
467 deflate_state *s; local
499 deflate_state *s; local
524 local void putShortMSB (s, b) in putShortMSB() argument
563 deflate_state *s; local
992 local void lm_init (s) in lm_init() argument
1033 local uInt longest_match(s, cur_match) in longest_match() argument
1181 local uInt longest_match_fast(s, cur_match) in longest_match_fast() argument
1238 local void check_match(s, start, match, length) in check_match() argument
1259 # define check_match(s, start, match, length) argument
1272 local void fill_window(s) in fill_window() argument
1370 #define FLUSH_BLOCK_ONLY(s, eof) { \ argument
1382 #define FLUSH_BLOCK(s, eof) { \ argument
1396 local block_state deflate_stored(s, flush) in deflate_stored() argument
1454 local block_state deflate_fast(s, flush) in deflate_fast() argument
1560 local block_state deflate_slow(s, flush) in deflate_slow() argument