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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_compression_compress.c95 int max_maxcode; /* Should NEVER generate this code. */ member in struct:private_data
176 state->max_maxcode = 0x10000; /* Should NEVER generate this code. */
296 state->cur_maxcode = state->max_maxcode;
386 if (state->first_free < state->max_maxcode) {

Completed in 46 milliseconds