HomeSort by: relevance | last modified time | path
    Searched defs:bflush (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
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...]
  /src/sys/net/
zlib.c 1762 int bflush; /* set if current block must be flushed */ local in function:deflate_fast
1802 s->match_length - MIN_MATCH, bflush);
1838 _tr_tally_lit (s, s->window[s->strstart], bflush);
1842 if (bflush) FLUSH_BLOCK(s, 0);
1856 int bflush; /* set if current block must be flushed */ local in function:deflate_slow
1916 s->prev_length - MIN_MATCH, bflush);
1934 if (bflush) FLUSH_BLOCK(s, 0);
1942 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
1943 if (bflush) {
1961 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
    [all...]

Completed in 39 milliseconds