Searched refs:FLUSH_BLOCK (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | deflate.c | 1664 #define FLUSH_BLOCK(s, last) { \ macro 1961 if (bflush) FLUSH_BLOCK(s, 0); 1965 FLUSH_BLOCK(s, 1); 1969 FLUSH_BLOCK(s, 0); 2096 FLUSH_BLOCK(s, 1); 2100 FLUSH_BLOCK(s, 0); 2168 if (bflush) FLUSH_BLOCK(s, 0); 2172 FLUSH_BLOCK(s, 1); 2176 FLUSH_BLOCK(s, 0); 2211 FLUSH_BLOCK(s, 1); [all …]
|