Searched refs:bflush (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | deflate.c | 1909 _tr_tally_lit (s, s->window[s->strstart], bflush); 1913 if (bflush) FLUSH_BLOCK(s, 0); 1998 s->prev_length - MIN_MATCH, bflush); 2016 if (bflush) FLUSH_BLOCK(s, 0); 2024 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2025 if (bflush) { 2043 _tr_tally_lit(s, s->window[s->strstart-1], bflush); 2115 _tr_tally_lit (s, s->window[s->strstart], bflush); 2119 if (bflush) FLUSH_BLOCK(s, 0); 2155 _tr_tally_lit (s, s->window[s->strstart], bflush); [all …]
|