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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c1066 #define FLUSH_BLOCK(s, eof) { \ macro
1118 FLUSH_BLOCK(s, 0);
1124 FLUSH_BLOCK(s, 0);
1127 FLUSH_BLOCK(s, flush == Z_FINISH);
1223 if (bflush) FLUSH_BLOCK(s, 0);
1225 FLUSH_BLOCK(s, flush == Z_FINISH);
1317 if (bflush) FLUSH_BLOCK(s, 0);
1347 FLUSH_BLOCK(s, flush == Z_FINISH);

Completed in 233 milliseconds