_tr_tally 299 third_party/zlib/deflate.h int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); _tr_tally 342 third_party/zlib/deflate.h # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) _tr_tally 344 third_party/zlib/deflate.h flush = _tr_tally(s, distance, length)