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

/broadcom-cfe-1.4.2/cfe/zlib/
H A Ddeflate.c1067 #define FLUSH_BLOCK(s, eof) { \ macro
1119 FLUSH_BLOCK(s, 0);
1125 FLUSH_BLOCK(s, 0);
1128 FLUSH_BLOCK(s, flush == Z_FINISH);
1224 if (bflush) FLUSH_BLOCK(s, 0);
1226 FLUSH_BLOCK(s, flush == Z_FINISH);
1318 if (bflush) FLUSH_BLOCK(s, 0);
1348 FLUSH_BLOCK(s, flush == Z_FINISH);

Completed in 35 milliseconds