| /freebsd-13-stable/contrib/subversion/subversion/svn/ |
| HD | status.c | 304 if (status->moved_from_abspath && status->moved_to_abspath && in print_status() 305 strcmp(status->moved_from_abspath, status->moved_to_abspath) == 0) in print_status() 310 status->moved_from_abspath, in print_status() 319 else if (status->moved_from_abspath || status->moved_to_abspath) in print_status() 323 if (status->moved_from_abspath) in print_status() 326 status->moved_from_abspath, in print_status() 513 if (status->moved_from_abspath || status->moved_to_abspath) in svn_cl__print_status_xml() 517 if (status->moved_from_abspath) in svn_cl__print_status_xml() 520 status->moved_from_abspath, in svn_cl__print_status_xml()
|
| HD | info-cmd.c | 632 if (info->wc_info->moved_from_abspath) in print_info_xml() 637 info->wc_info->moved_from_abspath); in print_info_xml() 644 info->wc_info->moved_from_abspath); in print_info_xml() 848 if (info->wc_info->moved_from_abspath) in print_info() 852 info->wc_info->moved_from_abspath, in print_info()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/ |
| HD | info.c | 66 if (info->moved_from_abspath) in svn_wc_info_dup() 67 new_info->moved_from_abspath = apr_pstrdup(pool, info->moved_from_abspath); in svn_wc_info_dup() 155 err = svn_wc__db_scan_moved(&wc_info->moved_from_abspath, in build_info_for_node() 165 wc_info->moved_from_abspath = NULL; in build_info_for_node()
|
| HD | diff_editor.c | 751 const char *moved_from_abspath; in walk_local_nodes_diff() local 753 SVN_ERR(svn_wc__db_scan_moved(&moved_from_abspath, in walk_local_nodes_diff() 757 SVN_ERR_ASSERT(moved_from_abspath != NULL); in walk_local_nodes_diff() 761 moved_from_abspath); in walk_local_nodes_diff() 838 const char *moved_from_abspath; in walk_local_nodes_diff() local 840 SVN_ERR(svn_wc__db_scan_moved(&moved_from_abspath, in walk_local_nodes_diff() 844 SVN_ERR_ASSERT(moved_from_abspath != NULL); in walk_local_nodes_diff() 848 moved_from_abspath); in walk_local_nodes_diff() 1190 const char *moved_from_abspath; in svn_wc__diff_local_only_dir() local 1202 SVN_ERR(svn_wc__db_scan_moved(&moved_from_abspath, in svn_wc__diff_local_only_dir() [all …]
|
| HD | node.c | 1097 svn_wc__node_was_moved_here(const char **moved_from_abspath, in svn_wc__node_was_moved_here() argument 1106 if (moved_from_abspath) in svn_wc__node_was_moved_here() 1107 *moved_from_abspath = NULL; in svn_wc__node_was_moved_here() 1111 err = svn_wc__db_scan_moved(moved_from_abspath, NULL, NULL, in svn_wc__node_was_moved_here()
|
| HD | status.c | 359 const char *moved_from_abspath = NULL; in assemble_status() local 558 err = svn_wc__db_scan_moved(&moved_from_abspath, NULL, NULL, NULL, in assemble_status() 571 moved_from_abspath = NULL; in assemble_status() 691 stat->moved_from_abspath = moved_from_abspath; in assemble_status() 2964 if (orig_stat->moved_from_abspath) in svn_wc_dup_status3() 2965 new_stat->moved_from_abspath in svn_wc_dup_status3() 2966 = apr_pstrdup(pool, orig_stat->moved_from_abspath); in svn_wc_dup_status3()
|
| HD | diff_local.c | 397 if (status->moved_from_abspath) in diff_status_callback() 401 status->moved_from_abspath); in diff_status_callback()
|
| HD | wc_db.h | 1373 const char *moved_from_abspath, 2797 svn_wc__db_scan_moved(const char **moved_from_abspath,
|
| HD | wc_db.c | 5268 const char *moved_from_abspath, in svn_wc__db_op_handle_move_back() argument 5286 moved_from_abspath); in svn_wc__db_op_handle_move_back() 12972 svn_wc__db_scan_moved(const char **moved_from_abspath, in svn_wc__db_scan_moved() argument 13002 moved_from_abspath in svn_wc__db_scan_moved() 13025 if (moved_from_abspath) in svn_wc__db_scan_moved() 13026 *moved_from_abspath = svn_dirent_join(wcroot->abspath, moved_from_relpath, in svn_wc__db_scan_moved()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_client/ |
| HD | status.c | 756 if (status->moved_from_abspath) in svn_client_status_dup() 757 st->moved_from_abspath = in svn_client_status_dup() 758 apr_pstrdup(result_pool, status->moved_from_abspath); in svn_client_status_dup() 851 (*cst)->moved_from_abspath = status->moved_from_abspath; in svn_client__create_status()
|
| HD | util.c | 179 if (new_item->moved_from_abspath) in svn_client_commit_item3_dup() 180 new_item->moved_from_abspath = apr_pstrdup(pool, in svn_client_commit_item3_dup() 181 new_item->moved_from_abspath); in svn_client_commit_item3_dup()
|
| HD | commit_util.c | 202 const char *moved_from_abspath, in add_committable() argument 249 if (moved_from_abspath) in add_committable() 250 new_item->moved_from_abspath = apr_pstrdup(result_pool, in add_committable() 251 moved_from_abspath); in add_committable() 579 const char *moved_from_abspath = NULL; in harvest_status_callback() local 760 if (status->moved_from_abspath && !copy_mode) in harvest_status_callback() 763 moved_from_abspath = status->moved_from_abspath; in harvest_status_callback() 874 moved_from_abspath, in harvest_status_callback()
|
| HD | commit.c | 797 const char *moved_from_abspath; in svn_client_commit6() local 801 &moved_from_abspath, in svn_client_commit6() 808 if (moved_from_abspath && delete_op_root_abspath) in svn_client_commit6()
|
| HD | patch.c | 1140 const char *moved_from_abspath; in init_patch_target() local 1142 err = svn_wc__node_was_moved_here(&moved_from_abspath, NULL, in init_patch_target() 1151 moved_from_abspath = NULL; in init_patch_target() 1156 if (moved_from_abspath && (strcmp(moved_from_abspath, in init_patch_target()
|
| HD | conflicts.c | 1258 const char *moved_from_abspath; in describe_local_file_node_change() local 1260 SVN_ERR(svn_wc__node_was_moved_here(&moved_from_abspath, NULL, in describe_local_file_node_change() 1268 if (moved_from_abspath == NULL) in describe_local_file_node_change() 1291 moved_from_abspath), in describe_local_file_node_change() 1297 if (moved_from_abspath == NULL) in describe_local_file_node_change() 1324 moved_from_abspath), in describe_local_file_node_change() 1484 const char *moved_from_abspath; in describe_local_dir_node_change() local 1486 SVN_ERR(svn_wc__node_was_moved_here(&moved_from_abspath, NULL, in describe_local_dir_node_change() 1494 if (moved_from_abspath == NULL) in describe_local_dir_node_change() 1517 moved_from_abspath), in describe_local_dir_node_change() [all …]
|
| HD | merge.c | 1355 const char *moved_from_abspath; in record_tree_conflict() local 1356 SVN_ERR(svn_wc__node_was_moved_here(&moved_from_abspath, NULL, in record_tree_conflict() 1359 if (moved_from_abspath) in record_tree_conflict()
|
| /freebsd-13-stable/contrib/subversion/subversion/include/private/ |
| HD | svn_wc_private.h | 1241 svn_wc__node_was_moved_here(const char **moved_from_abspath,
|
| /freebsd-13-stable/contrib/subversion/subversion/include/ |
| HD | svn_wc.h | 3286 const char *moved_from_abspath; member 3844 const char *moved_from_abspath; member
|
| HD | svn_client.h | 535 const char *moved_from_abspath; member 2515 const char *moved_from_abspath; member
|