Searched refs:bflush (Results 1 - 1 of 1) sorted by path

/linux-master/lib/zlib_deflate/
H A Ddeflate.c929 int bflush; /* set if current block must be flushed */ local
968 bflush = zlib_tr_tally(s, s->strstart - s->match_start,
1002 bflush = zlib_tr_tally (s, 0, s->window[s->strstart]);
1006 if (bflush) FLUSH_BLOCK(s, 0);
1023 int bflush; /* set if current block must be flushed */ local
1082 bflush = zlib_tr_tally(s, s->strstart -1 - s->prev_match,
1101 if (bflush) FLUSH_BLOCK(s, 0);

Completed in 230 milliseconds