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 = strm->total_in + dfltcc_state->block_size; in dfltcc_deflate()217 … if (state->strategy == Z_FIXED || (strm->total_in == 0 && dfltcc_state->block_threshold > 0)) in dfltcc_deflate()260 dfltcc_state->block_threshold = strm->total_in + dfltcc_state->block_size; in dfltcc_deflate()
56 dfltcc_state->block_threshold = DFLTCC_FIRST_FHT_BLOCK_SIZE; in dfltcc_reset()
192 size_t block_threshold; /* New block after total_in > X */ member