Searched refs:match_len_max (Results 1 – 5 of 5) sorted by relevance
202 || lz_options->nice_len > lz_options->match_len_max) in lz_encoder_prepare()208 + lz_options->match_len_max; in lz_encoder_prepare()225 reserve += (lz_options->before_size + lz_options->match_len_max in lz_encoder_prepare()239 mf->match_len_max = lz_options->match_len_max; in lz_encoder_prepare()
114 uint32_t match_len_max; member144 size_t match_len_max; member
58 if (limit > mf->match_len_max) in lzma_mf_find()59 limit = mf->match_len_max; in lzma_mf_find()
173 if (left < mf->match_len_max) { in lzma2_encode()182 + left - mf->match_len_max; in lzma2_encode()
442 lz_options->match_len_max = MATCH_LEN_MAX; in set_lz_options()