Searched refs:moved_to_relpath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | wc_db.c | 1005 const char *moved_to_relpath = NULL; in insert_working_node() local 1024 moved_to_relpath = svn_sqlite__column_text(stmt, 0, scratch_pool); in insert_working_node() 1047 moved_to_relpath)); in insert_working_node() 2048 const char *moved_to_relpath, in clear_moved_here() argument 2056 SVN_ERR(svn_sqlite__bindf(stmt, "isd", wcroot->wc_id, moved_to_relpath, in clear_moved_here() 2057 relpath_depth(moved_to_relpath))); in clear_moved_here() 2064 path_for_error_message(wcroot, moved_to_relpath, in clear_moved_here() 2287 const char *moved_to_relpath; in db_base_remove() local 2291 moved_to_relpath = svn_sqlite__column_text(stmt, 1, iterpool); in db_base_remove() 2292 err = clear_moved_here(wcroot, moved_to_relpath, iterpool); in db_base_remove() [all …]
|
| D | wc_db_private.h | 333 const char **moved_to_relpath,
|
| /freebsd-12-stable/contrib/subversion/subversion/svn/ |
| D | conflict-callbacks.c | 1611 const char *moved_to_relpath; in prompt_move_target_path() local 1615 moved_to_relpath = svn_cl__local_style_skip_ancestor( in prompt_move_target_path() 1619 moved_to_relpath); in prompt_move_target_path()
|