Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zlib_dfltcc/
Ddfltcc_deflate.c149 strm->total_in > dfltcc_state->block_threshold && in dfltcc_deflate()
164 dfltcc_state->block_threshold = in dfltcc_deflate()
213 if (strm->total_in == 0 && dfltcc_state->block_threshold > 0) { in dfltcc_deflate()
257 dfltcc_state->block_threshold = in dfltcc_deflate()
Ddfltcc.c53 dfltcc_state->block_threshold = DFLTCC_FIRST_FHT_BLOCK_SIZE; in dfltcc_reset()
Ddfltcc.h98 uLong block_threshold; /* New block after total_in > X */ member