Searched refs:block_threshold (Results 1 – 3 of 3) sorted by relevance
149 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()
53 dfltcc_state->block_threshold = DFLTCC_FIRST_FHT_BLOCK_SIZE; in dfltcc_reset()
98 uLong block_threshold; /* New block after total_in > X */ member