Searched refs:cur_maxcode (Results 1 – 1 of 1) sorted by relevance
94 int cur_maxcode; /* Maximum code, given n_bits. */ member198 state->cur_maxcode = MAXCODE(state->code_len); in archive_compressor_compress_open()284 if (clear_flg || state->first_free > state->cur_maxcode) { in output_code()303 state->cur_maxcode = MAXCODE(state->code_len); in output_code()307 state->cur_maxcode = state->max_maxcode; in output_code()309 state->cur_maxcode = MAXCODE(state->code_len); in output_code()