Home
last modified time | relevance | path

Searched refs:bcf (Results 1 – 2 of 2) sorted by relevance

/linux/lib/zlib_dfltcc/
A Ddfltcc_deflate.c128 if (param->bcf) { in dfltcc_deflate()
133 param->bcf = 0; in dfltcc_deflate()
148 if (param->bcf && no_flush && in dfltcc_deflate()
163 param->bcf = 0; in dfltcc_deflate()
186 need_empty_block = flush == Z_FINISH && param->bcf && !param->bhf; in dfltcc_deflate()
194 if (flush == Z_FINISH && !param->bcf) in dfltcc_deflate()
212 if (!param->bcf) { in dfltcc_deflate()
256 param->bcf = 0; in dfltcc_deflate()
260 param->bcf = 1; in dfltcc_deflate()
275 param->bcf = 1; in dfltcc_deflate()
A Ddfltcc.h50 unsigned bcf : 1; /* Block-Continuation Flag */ member

Completed in 4 milliseconds