HomeSort by: relevance | last modified time | path
    Searched defs:max_maxcode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_compress.c 93 int max_maxcode; /* Should NEVER generate this code. */ member in struct:private_data
183 state->max_maxcode = 0x10000; /* Should NEVER generate this code. */
300 state->cur_maxcode = state->max_maxcode;
382 if (state->first_free < state->max_maxcode) {
archive_write_add_filter_compress.c 93 int max_maxcode; /* Should NEVER generate this code. */ member in struct:private_data
183 state->max_maxcode = 0x10000; /* Should NEVER generate this code. */
300 state->cur_maxcode = state->max_maxcode;
382 if (state->first_free < state->max_maxcode) {

Completed in 44 milliseconds