deflate.c | 1815 int bflush; /* set if current block must be flushed */ local in function:deflate_fast 1854 s->match_length - MIN_MATCH, bflush); 1890 _tr_tally_lit(s, s->window[s->strstart], bflush); 1894 if (bflush) FLUSH_BLOCK(s, 0); 1914 int bflush; /* set if current block must be flushed */ local in function:deflate_slow 1976 s->prev_length - MIN_MATCH, bflush); 1994 if (bflush) FLUSH_BLOCK(s, 0); 2002 _tr_tally_lit(s, s->window[s->strstart - 1], bflush); 2003 if (bflush) { 2021 _tr_tally_lit(s, s->window[s->strstart - 1], bflush); 2041 int bflush; \/* set if current block must be flushed *\/ local in function:deflate_rle 2112 int bflush; \/* set if current block must be flushed *\/ local in function:deflate_huff [all...] |