Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c92 int cur_maxcode; /* Maximum code, given n_bits. */ member
191 state->cur_maxcode = MAXCODE(state->code_len); in archive_compressor_compress_open()
277 if (clear_flg || state->first_free > state->cur_maxcode) { in output_code()
296 state->cur_maxcode = MAXCODE(state->code_len); in output_code()
300 state->cur_maxcode = state->max_maxcode; in output_code()
302 state->cur_maxcode = MAXCODE(state->code_len); in output_code()