Searched refs:FLUSH_BLOCK (Results 1 - 5 of 5) sorted by relevance
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 1494 #define FLUSH_BLOCK(s, last) { \
macro 1546 FLUSH_BLOCK(s, 0);
1552 FLUSH_BLOCK(s, 0);
1555 FLUSH_BLOCK(s, flush == Z_FINISH);
1650 if (bflush) FLUSH_BLOCK(s, 0);
1654 FLUSH_BLOCK(s, 1);
1658 FLUSH_BLOCK(s, 0);
1753 if (bflush) FLUSH_BLOCK(s, 0);
1785 FLUSH_BLOCK(s, 1);
1789 FLUSH_BLOCK( [all...] |
/third_party/node/deps/zlib/ |
H A D | deflate.c | 1658 #define FLUSH_BLOCK(s, last) { \ macro 1952 if (bflush) FLUSH_BLOCK(s, 0); in deflate_fast() 1956 FLUSH_BLOCK(s, 1); in deflate_fast() 1960 FLUSH_BLOCK(s, 0); in deflate_fast() 2058 if (bflush) FLUSH_BLOCK(s, 0); in deflate_slow() 2090 FLUSH_BLOCK(s, 1); in deflate_slow() 2094 FLUSH_BLOCK(s, 0); in deflate_slow() 2159 if (bflush) FLUSH_BLOCK(s, 0); in deflate_rle() 2163 FLUSH_BLOCK(s, 1); in deflate_rle() 2167 FLUSH_BLOCK( in deflate_rle() [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 1703 #define FLUSH_BLOCK(s, last) { \ macro 2000 if (bflush) FLUSH_BLOCK(s, 0); 2004 FLUSH_BLOCK(s, 1); 2008 FLUSH_BLOCK(s, 0); 2109 if (bflush) FLUSH_BLOCK(s, 0); 2141 FLUSH_BLOCK(s, 1); 2145 FLUSH_BLOCK(s, 0); 2212 if (bflush) FLUSH_BLOCK(s, 0); 2216 FLUSH_BLOCK(s, 1); 2220 FLUSH_BLOCK( [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.c | 1693 #define FLUSH_BLOCK(s, last) { \ macro 1984 if (bflush) FLUSH_BLOCK(s, 0); 1988 FLUSH_BLOCK(s, 1); 1992 FLUSH_BLOCK(s, 0); 2093 if (bflush) FLUSH_BLOCK(s, 0); 2125 FLUSH_BLOCK(s, 1); 2129 FLUSH_BLOCK(s, 0); 2196 if (bflush) FLUSH_BLOCK(s, 0); 2200 FLUSH_BLOCK(s, 1); 2204 FLUSH_BLOCK( [all...] |
/third_party/zlib/ |
H A D | deflate.c | 1612 #define FLUSH_BLOCK(s, last) { \ macro 1905 if (bflush) FLUSH_BLOCK(s, 0); in deflate_fast() 1909 FLUSH_BLOCK(s, 1); in deflate_fast() 1913 FLUSH_BLOCK(s, 0); in deflate_fast() 2006 if (bflush) FLUSH_BLOCK(s, 0); in deflate_slow() 2038 FLUSH_BLOCK(s, 1); in deflate_slow() 2042 FLUSH_BLOCK(s, 0); in deflate_slow() 2108 if (bflush) FLUSH_BLOCK(s, 0); in deflate_rle() 2112 FLUSH_BLOCK(s, 1); in deflate_rle() 2116 FLUSH_BLOCK( in deflate_rle() [all...] |
Completed in 13 milliseconds