Home
last modified time | relevance | path

Searched refs:ct_tally (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c409 local int ct_tally OF((deflate_state *s, int dist, int lc));
1273 bflush = ct_tally(s, s->strstart - s->match_start,
1307 bflush = ct_tally (s, 0, s->window[s->strstart]);
1386 bflush = ct_tally(s, s->strstart -1 - s->prev_match,
1413 if (ct_tally (s, 0, s->window[s->strstart-1])) {
1431 ct_tally (s, 0, s->window[s->strstart-1]);
2403 local int ct_tally (s, dist, lc) in ct_tally() function