Home
last modified time | relevance | path

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

/linux-4.4.14/lib/zlib_deflate/
Ddeflate.c839 #define FLUSH_BLOCK(s, eof) { \ macro
892 FLUSH_BLOCK(s, 0); in deflate_stored()
898 FLUSH_BLOCK(s, 0); in deflate_stored()
901 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_stored()
995 if (bflush) FLUSH_BLOCK(s, 0); in deflate_fast()
997 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_fast()
1090 if (bflush) FLUSH_BLOCK(s, 0); in deflate_slow()
1119 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_slow()