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

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

Completed in 88 milliseconds