Lines Matching refs:bflush
6495 var bflush; /* set if current block must be flushed */
6541 bflush = trees._tr_tally(s, s.strstart - s.match_start, s.match_length - MIN_MATCH); property
6581 bflush = trees._tr_tally(s, 0, s.window[s.strstart]); property
6586 if (bflush) {
6623 var bflush; /* set if current block must be flushed */
6689 bflush = trees._tr_tally(s, s.strstart - 1 - s.prev_match, s.prev_length - MIN_MATCH);
6710 if (bflush) {
6726 bflush = trees._tr_tally(s, 0, s.window[s.strstart - 1]); property
6728 if (bflush) {
6751 bflush = trees._tr_tally(s, 0, s.window[s.strstart - 1]); property
6784 var bflush; /* set if current block must be flushed */
6830 bflush = trees._tr_tally(s, 1, s.match_length - MIN_MATCH); property
6839 bflush = trees._tr_tally(s, 0, s.window[s.strstart]); property
6844 if (bflush) {
6879 var bflush; /* set if current block must be flushed */
6897 bflush = trees._tr_tally(s, 0, s.window[s.strstart]);
6900 if (bflush) {