Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/zlib/
H A Ddeflate.c1401 #define FLUSH_BLOCK(s, eof) { \ macro
1452 FLUSH_BLOCK(s, 0); in deflate_stored()
1458 FLUSH_BLOCK(s, 0); in deflate_stored()
1461 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_stored()
1565 if (bflush) FLUSH_BLOCK(s, 0); in deflate_fast()
1567 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_fast()
1665 if (bflush) FLUSH_BLOCK(s, 0); in deflate_slow()
1695 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_slow()
1753 if (bflush) FLUSH_BLOCK(s, 0);
1755 FLUSH_BLOCK(s, flush == Z_FINISH);