Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/libarchive/
HDarchive_write_add_filter_compress.c94 int cur_maxcode; /* Maximum code, given n_bits. */ member
198 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()