Searched refs:ct_tally (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 409 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
|