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

/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dnotify.c158 int n_text = apr_hash_count(conflict_stats->text_conflicts);
164 if (n_text == 0 && n_prop == 0 && n_tree == 0)
170 if (n_text > 0)
225 int n_text = apr_hash_count(conflict_stats->text_conflicts);
232 if (n_text > 0 || n_text_r > 0
241 if (n_text > 0)
244 n_text));
256 if (n_text > 0 || n_text_r > 0)
259 remaining_str(scratch_pool, n_text),
156 int n_text = apr_hash_count(conflict_stats->text_conflicts); local
223 int n_text = apr_hash_count(conflict_stats->text_conflicts); local

Completed in 107 milliseconds