Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zlib_deflate/
Ddeflate.c850 #define FLUSH_BLOCK(s, eof) { \ macro
903 FLUSH_BLOCK(s, 0); in deflate_stored()
909 FLUSH_BLOCK(s, 0); in deflate_stored()
912 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_stored()
1006 if (bflush) FLUSH_BLOCK(s, 0); in deflate_fast()
1008 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_fast()
1101 if (bflush) FLUSH_BLOCK(s, 0); in deflate_slow()
1130 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_slow()