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

/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dnotify.c159 int n_prop = apr_hash_count(conflict_stats->prop_conflicts);
164 if (n_text == 0 && n_prop == 0 && n_tree == 0)
185 if (n_prop > 0)
226 int n_prop = apr_hash_count(conflict_stats->prop_conflicts);
233 || n_prop > 0 || n_prop_r > 0
245 if (n_prop > 0)
248 n_prop));
261 if (n_prop > 0 || n_prop_r > 0)
264 remaining_str(scratch_pool, n_prop),
157 int n_prop = apr_hash_count(conflict_stats->prop_conflicts); local
224 int n_prop = apr_hash_count(conflict_stats->prop_conflicts); local

Completed in 52 milliseconds