Home
last modified time | relevance | path

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

/lib/zlib_deflate/
Ddeflate.c843 #define FLUSH_BLOCK(s, eof) { \ macro
896 FLUSH_BLOCK(s, 0); in deflate_stored()
902 FLUSH_BLOCK(s, 0); in deflate_stored()
905 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_stored()
999 if (bflush) FLUSH_BLOCK(s, 0); in deflate_fast()
1001 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_fast()
1094 if (bflush) FLUSH_BLOCK(s, 0); in deflate_slow()
1123 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_slow()