Searched refs:n_tree (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dnotify.c160 int n_tree = apr_hash_count(conflict_stats->tree_conflicts);
164 if (n_text == 0 && n_prop == 0 && n_tree == 0)
200 if (n_tree > 0)
227 int n_tree = apr_hash_count(conflict_stats->tree_conflicts);
234 || n_tree > 0 || n_tree_r > 0
249 if (n_tree > 0)
252 n_tree));
266 if (n_tree > 0 || n_tree_r > 0)
269 remaining_str(scratch_pool, n_tree),
158 int n_tree = apr_hash_count(conflict_stats->tree_conflicts); local
225 int n_tree = apr_hash_count(conflict_stats->tree_conflicts); local

Completed in 103 milliseconds