Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c93 int max_maxcode; /* Should NEVER generate this code. */ member
183 state->max_maxcode = 0x10000; /* Should NEVER generate this code. */ in archive_compressor_compress_open()
300 state->cur_maxcode = state->max_maxcode; in output_code()
382 if (state->first_free < state->max_maxcode) { in archive_compressor_compress_write()