_tr_tally         297 3rdparty/zlib/deflate.h int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
_tr_tally         341 3rdparty/zlib/deflate.h # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
_tr_tally         343 3rdparty/zlib/deflate.h               flush = _tr_tally(s, distance, length)