Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeflate.c843 #define FLUSH_BLOCK(s, eof) { \ macro
896 FLUSH_BLOCK(s, 0); in deflate_stored()
902 FLUSH_BLOCK(s, 0); in deflate_stored()
905 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_stored()
999 if (bflush) FLUSH_BLOCK(s, 0); in deflate_fast()
1001 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_fast()
1094 if (bflush) FLUSH_BLOCK(s, 0); in deflate_slow()
1123 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_slow()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch155 FLUSH_BLOCK(s, 1);
160 FLUSH_BLOCK(s, 0);
164 FLUSH_BLOCK(s, 1);
169 FLUSH_BLOCK(s, 0);
173 FLUSH_BLOCK(s, 1);
178 FLUSH_BLOCK(s, 0);
182 FLUSH_BLOCK(s, 1);
187 FLUSH_BLOCK(s, 0);
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.c1446 #define FLUSH_BLOCK(s, last) { \ macro
1498 FLUSH_BLOCK(s, 0);
1504 FLUSH_BLOCK(s, 0);
1507 FLUSH_BLOCK(s, flush == Z_FINISH);
1602 if (bflush) FLUSH_BLOCK(s, 0);
1604 FLUSH_BLOCK(s, flush == Z_FINISH);
1699 if (bflush) FLUSH_BLOCK(s, 0);
1729 FLUSH_BLOCK(s, flush == Z_FINISH);
1795 if (bflush) FLUSH_BLOCK(s, 0);
1797 FLUSH_BLOCK(s, flush == Z_FINISH);
[all …]