Searched refs:diff_algo_config (Results 1 – 2 of 2) sorted by relevance
169 struct diff_algo_config;171 const struct diff_algo_config *algo_config, struct diff_state *state);175 int diff_algo_none(const struct diff_algo_config *algo_config,181 extern int diff_algo_myers(const struct diff_algo_config *algo_config,188 const struct diff_algo_config *algo_config, struct diff_state *state);194 const struct diff_algo_config *algo_config, struct diff_state *state);227 struct diff_algo_config { struct237 const struct diff_algo_config *inner_algo; argument242 const struct diff_algo_config *fallback_algo; argument249 const struct diff_algo_config *algo;
53 static const struct diff_algo_config myers_then_patience;54 static const struct diff_algo_config myers_then_myers_divide;55 static const struct diff_algo_config patience;56 static const struct diff_algo_config myers_divide;58 static const struct diff_algo_config myers_then_patience = (struct diff_algo_config){64 static const struct diff_algo_config myers_then_myers_divide =65 (struct diff_algo_config){71 static const struct diff_algo_config patience = (struct diff_algo_config){79 static const struct diff_algo_config myers_divide = (struct diff_algo_config){86 static const struct diff_algo_config no_algo = (struct diff_algo_config){