bflush           1453 tools/packfi2/deflate.c     int bflush;           /* set if current block must be flushed */
bflush           1502 tools/packfi2/deflate.c                            s->match_length - MIN_MATCH, bflush);
bflush           1538 tools/packfi2/deflate.c             _tr_tally_lit (s, s->window[s->strstart], bflush);
bflush           1542 tools/packfi2/deflate.c         if (bflush) FLUSH_BLOCK(s, 0);
bflush           1559 tools/packfi2/deflate.c     int bflush;              /* set if current block must be flushed */
bflush           1624 tools/packfi2/deflate.c                            s->prev_length - MIN_MATCH, bflush);
bflush           1642 tools/packfi2/deflate.c             if (bflush) FLUSH_BLOCK(s, 0);
bflush           1650 tools/packfi2/deflate.c             _tr_tally_lit(s, s->window[s->strstart-1], bflush);
bflush           1651 tools/packfi2/deflate.c             if (bflush) {
bflush           1669 tools/packfi2/deflate.c         _tr_tally_lit(s, s->window[s->strstart-1], bflush);
bflush           1687 tools/packfi2/deflate.c     int bflush;         /* set if current block must be flushed */
bflush           1721 tools/packfi2/deflate.c             _tr_tally_dist(s, 1, run - MIN_MATCH, bflush);
bflush           1727 tools/packfi2/deflate.c             _tr_tally_lit (s, s->window[s->strstart], bflush);
bflush           1731 tools/packfi2/deflate.c         if (bflush) FLUSH_BLOCK(s, 0);