Searched refs:FLUSH_BLOCK (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | deflate.c | 1620 #define FLUSH_BLOCK(s, last) { \ macro 1913 if (bflush) FLUSH_BLOCK(s, 0); 1917 FLUSH_BLOCK(s, 1); 1921 FLUSH_BLOCK(s, 0); 2048 FLUSH_BLOCK(s, 1); 2052 FLUSH_BLOCK(s, 0); 2119 if (bflush) FLUSH_BLOCK(s, 0); 2123 FLUSH_BLOCK(s, 1); 2127 FLUSH_BLOCK(s, 0); 2162 FLUSH_BLOCK(s, 1); [all …]
|