Home
last modified time | relevance | path

Searched refs:path_local (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/svn/
Dnotify.c100 const char *path_local, in svn_cl__conflict_stats_resolved() argument
106 if (svn_hash_gets(conflict_stats->text_conflicts, path_local)) in svn_cl__conflict_stats_resolved()
108 svn_hash_sets(conflict_stats->text_conflicts, path_local, NULL); in svn_cl__conflict_stats_resolved()
113 if (svn_hash_gets(conflict_stats->prop_conflicts, path_local)) in svn_cl__conflict_stats_resolved()
115 svn_hash_sets(conflict_stats->prop_conflicts, path_local, NULL); in svn_cl__conflict_stats_resolved()
120 if (svn_hash_gets(conflict_stats->tree_conflicts, path_local)) in svn_cl__conflict_stats_resolved()
122 svn_hash_sets(conflict_stats->tree_conflicts, path_local, NULL); in svn_cl__conflict_stats_resolved()
223 const char *path_local; in notify_body() local
226 path_local = n->url; in notify_body()
232 path_local = svn_cl__local_style_skip_ancestor(n->path_prefix, n->path, in notify_body()
[all …]
Dcl.h362 const char *path_local,
/freebsd-10-stable/contrib/subversion/subversion/svnbench/
Dnotify.c85 const char *path_local; in notify() local
89 path_local = n->url; in notify()
93 path_local = svn_cl__local_style_skip_ancestor(n->path_prefix, n->path, in notify()
96 path_local = svn_cl__local_style_skip_ancestor(nb->path_prefix, n->path, in notify()
108 path_local))) in notify()
115 path_local))) in notify()
121 (pool, _("Skipped '%s'\n"), path_local))) in notify()
129 path_local))) in notify()
136 path_local))) in notify()
143 path_local))) in notify()
[all …]