Searched refs:max_linear_deltification (Results 1 – 7 of 7) sorted by relevance
392 apr_int64_t max_linear_deltification; member
280 SVN_ERR(svn_config_get_int64(config, &ffd->max_linear_deltification, in read_config()
2131 if (walk < (int)ffd->max_linear_deltification) in choose_delta_base()2185 if (chain_length >= 2 * (int)ffd->max_linear_deltification + 2) in choose_delta_base()
494 apr_int64_t max_linear_deltification; member
778 SVN_ERR(svn_config_get_int64(config, &ffd->max_linear_deltification, in read_config()788 ffd->max_linear_deltification = SVN_FS_FS_MAX_LINEAR_DELTIFICATION; in read_config()
932 = (round >= ffd->max_linear_deltification) in sort_reps_range()941 < ffd->max_linear_deltification; in sort_reps_range()
2060 if (walk < (int)ffd->max_linear_deltification) in choose_delta_base()2113 if (chain_length >= 2 * (int)ffd->max_linear_deltification + 2) in choose_delta_base()