Home
last modified time | relevance | path

Searched refs:FLUSH_BLOCK (Results 1 – 1 of 1) sorted by relevance

/linux/lib/zlib_deflate/
H A Ddeflate.c846 #define FLUSH_BLOCK(s, eof) { \ macro
899 FLUSH_BLOCK(s, 0); in deflate_stored()
905 FLUSH_BLOCK(s, 0); in deflate_stored()
908 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_stored()
1002 if (bflush) FLUSH_BLOCK(s, 0); in deflate_fast()
1004 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_fast()
1097 if (bflush) FLUSH_BLOCK(s, 0); in deflate_slow()
1126 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_slow()