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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddelta.c893 const char *e_fullpath;
902 e_fullpath = svn_relpath_join(edit_path, t_entry->name, subpool);
934 SVN_ERR(delete(c, dir_baton, e_fullpath, subpool));
937 t_fullpath, e_fullpath, tgt_kind,
945 e_fullpath, tgt_kind,
962 t_fullpath, e_fullpath, tgt_kind,
975 const char *e_fullpath;
982 e_fullpath = svn_relpath_join(edit_path, s_entry->name, subpool);
990 SVN_ERR(delete(c, dir_baton, e_fullpath, subpool));
883 const char *e_fullpath; local
965 const char *e_fullpath; local
H A Dreporter.c1196 const char *name, *s_fullpath, *t_fullpath, *e_fullpath; local
1222 e_fullpath = svn_relpath_join(e_path, name, iterpool);
1241 t_entry, dir_baton, e_fullpath, info,
1274 const char *e_fullpath; local
1287 e_fullpath = svn_relpath_join(e_path, s_entry->name, iterpool);
1295 SVN_ERR(b->editor->delete_entry(e_fullpath,
1310 const char *s_fullpath, *t_fullpath, *e_fullpath; local
1341 e_fullpath = svn_relpath_join(e_path, t_entry->name, iterpool);
1345 t_entry, dir_baton, e_fullpath, NULL,

Completed in 108 milliseconds