bflush           1244 net/zlib.c         int bflush;     /* set if current block must be flushed */
bflush           1286 net/zlib.c                 bflush = ct_tally(s, s->strstart - s->match_start,
bflush           1320 net/zlib.c                 bflush = ct_tally (s, 0, s->window[s->strstart]);
bflush           1324 net/zlib.c             if (bflush) FLUSH_BLOCK(s, Z_NO_FLUSH);
bflush           1340 net/zlib.c         int bflush;              /* set if current block must be flushed */
bflush           1399 net/zlib.c                 bflush = ct_tally(s, s->strstart -1 - s->prev_match,
bflush           1418 net/zlib.c                 if (bflush) FLUSH_BLOCK(s, Z_NO_FLUSH);