Searched refs:matches (Results 1 – 3 of 3) sorted by relevance
223 uInt matches; /* number of string matches in current block */ member
339 s->last_lit = s->matches = 0; in init_block()981 s->matches++;1006 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
295 int matches = 0, match_lvl, last_lvl = -1; in __hash_bucket_find() local311 matches += 1; in __hash_bucket_find()335 ret = (matches == 1) ? ret : NULL; in __hash_bucket_find()