Searched refs:diff_algo_config (Results 1 – 2 of 2) sorted by relevance
168 struct diff_algo_config;170 const struct diff_algo_config *algo_config, struct diff_state *state);174 int diff_algo_none(const struct diff_algo_config *algo_config,180 extern int diff_algo_myers(const struct diff_algo_config *algo_config,187 const struct diff_algo_config *algo_config, struct diff_state *state);193 const struct diff_algo_config *algo_config, struct diff_state *state);226 struct diff_algo_config { struct236 const struct diff_algo_config *inner_algo; argument241 const struct diff_algo_config *fallback_algo; argument248 const struct diff_algo_config *algo;
54 static const struct diff_algo_config myers_then_patience;55 static const struct diff_algo_config myers_then_myers_divide;56 static const struct diff_algo_config patience;57 static const struct diff_algo_config myers_divide;59 static const struct diff_algo_config myers_then_patience = {65 static const struct diff_algo_config myers_then_myers_divide =66 (struct diff_algo_config){72 static const struct diff_algo_config patience = {80 static const struct diff_algo_config myers_divide = {87 static const struct diff_algo_config none = {