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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Ddelta.c971 const char *e_fullpath;
983 e_fullpath = svn_relpath_join(edit_path, t_entry->name, subpool);
1015 SVN_ERR(delete(c, dir_baton, e_fullpath, subpool));
1018 t_fullpath, e_fullpath, tgt_kind,
1026 e_fullpath, tgt_kind,
1043 t_fullpath, e_fullpath, tgt_kind,
1057 const char *e_fullpath;
1067 e_fullpath = svn_relpath_join(edit_path, s_entry->name, subpool);
1075 SVN_ERR(delete(c, dir_baton, e_fullpath, subpool));
961 const char *e_fullpath; local
1047 const char *e_fullpath; local
H A Dreporter.c1147 const char *name, *s_fullpath, *t_fullpath, *e_fullpath; local
1196 e_fullpath = svn_relpath_join(e_path, name, subpool);
1216 t_entry, dir_baton, e_fullpath, info,
1262 e_fullpath = svn_relpath_join(e_path, s_entry->name, subpool);
1270 SVN_ERR(b->editor->delete_entry(e_fullpath,
1314 e_fullpath = svn_relpath_join(e_path, t_entry->name, subpool);
1318 t_entry, dir_baton, e_fullpath, NULL,

Completed in 182 milliseconds