Searched refs:moved_to_abspath (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dstatus.c306 if (status->moved_from_abspath && status->moved_to_abspath &&
307 strcmp(status->moved_from_abspath, status->moved_to_abspath) == 0)
321 else if (status->moved_from_abspath || status->moved_to_abspath)
337 if (status->moved_to_abspath)
340 status->moved_to_abspath,
515 if (status->moved_from_abspath || status->moved_to_abspath)
527 if (status->moved_to_abspath)
530 status->moved_to_abspath,
H A Dinfo-cmd.c649 if (info->wc_info->moved_to_abspath)
654 info->wc_info->moved_to_abspath);
660 info->wc_info->moved_to_abspath);
857 if (info->wc_info->moved_to_abspath)
861 info->wc_info->moved_to_abspath,
H A Dconflict-callbacks.c1611 const char *moved_to_abspath;
1614 moved_to_abspath = APR_ARRAY_IDX(possible_moved_to_paths, i,
1617 wcroot_abspath, moved_to_abspath, iterpool),
1610 const char *moved_to_abspath; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dinfo.c69 if (info->moved_to_abspath)
70 new_info->moved_to_abspath = apr_pstrdup(pool, info->moved_to_abspath);
232 SVN_ERR(svn_wc__db_scan_deletion(NULL, &wc_info->moved_to_abspath,
H A Dnode.c1066 svn_wc__node_was_moved_away(const char **moved_to_abspath,
1075 if (moved_to_abspath)
1076 *moved_to_abspath = NULL;
1089 SVN_ERR(svn_wc__db_scan_deletion(NULL, moved_to_abspath, NULL,
1064 svn_wc__node_was_moved_away(const char **moved_to_abspath, const char **op_root_abspath, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dstatus.c698 stat->moved_to_abspath = apr_pstrdup(result_pool,
699 info->moved_to->moved_to_abspath);
1894 if (status->moved_to_abspath)
2975 if (orig_stat->moved_to_abspath)
2976 new_stat->moved_to_abspath
2977 = apr_pstrdup(pool, orig_stat->moved_to_abspath);
H A Dwc_db.h1562 const char *moved_to_abspath,
1978 const char *moved_to_abspath; member in struct:svn_wc__db_moved_to_info_t
2901 const char **moved_to_abspath,
H A Dconflicts.c3919 const char *moved_to_abspath;
3952 moved_to_abspath = apr_pstrdup(result_pool, local_abspath);
3970 SVN_ERR(svn_sort__array_insert2(*possible_targets, &moved_to_abspath,
3917 const char *moved_to_abspath; local
H A Dwc_db.c4182 const char **moved_to_abspath,
4214 if (moved_to_abspath)
4216 *moved_to_abspath = (moved_to_relpath
8622 const char *moved_to_abspath,
8645 if (moved_to_abspath)
8649 db, moved_to_abspath,
8660 svn_dirent_local_style(moved_to_abspath,
9490 moved_to->moved_to_abspath = svn_dirent_join(wcroot->abspath,
9680 move->moved_to_abspath = svn_dirent_join(wcroot->abspath,
4181 svn_wc__db_scan_deletion(const char **base_del_abspath, const char **moved_to_abspath, const char **work_del_abspath, const char **moved_to_op_root_abspath, svn_wc__db_t *db, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
8620 svn_wc__db_op_delete(svn_wc__db_t *db, const char *local_abspath, const char *moved_to_abspath, svn_boolean_t delete_dir_externals, svn_skel_t *conflict, svn_skel_t *work_items, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c763 if (status->moved_to_abspath)
764 st->moved_to_abspath = apr_pstrdup(result_pool, status->moved_to_abspath);
855 (*cst)->moved_to_abspath = status->moved_to_abspath;
H A Dconflicts.c1175 const char *moved_to_abspath;
1178 err = svn_wc__node_was_moved_away(&moved_to_abspath, NULL,
1187 moved_to_abspath = NULL;
1196 if (moved_to_abspath == NULL)
1219 moved_to_abspath),
1225 if (moved_to_abspath == NULL)
1252 moved_to_abspath),
1400 const char *moved_to_abspath;
1403 err = svn_wc__node_was_moved_away(&moved_to_abspath, NULL,
1412 moved_to_abspath
1173 const char *moved_to_abspath; local
1398 const char *moved_to_abspath; local
8510 const char *moved_to_abspath; local
9346 const char *moved_to_abspath; local
10691 describe_incoming_move_merge_conflict_option( const char **description, svn_client_conflict_t *conflict, svn_client_ctx_t *ctx, const char *moved_to_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
10817 const char *moved_to_abspath; local
10886 const char *moved_to_abspath; local
10962 const char *moved_to_abspath; local
12148 const char *moved_to_abspath; local
12262 const char *moved_to_abspath; local
12308 const char *moved_to_abspath; local
12340 const char *moved_to_abspath; local
12525 const char *moved_to_abspath; local
[all...]
H A Dcommit.c856 const char *moved_to_abspath;
860 &moved_to_abspath,
867 if (moved_to_abspath && copy_op_root_abspath &&
868 strcmp(moved_to_abspath, copy_op_root_abspath) == 0 &&
854 const char *moved_to_abspath; local
H A Dpatch.c562 const char *moved_to_abspath = NULL;
568 SVN_ERR(svn_wc__node_was_moved_away(&moved_to_abspath, NULL,
573 if (moved_to_abspath)
575 target->local_abspath = moved_to_abspath;
577 moved_to_abspath);
561 const char *moved_to_abspath = NULL; local
H A Dmerge.c1344 const char *moved_to_abspath;
1346 SVN_ERR(svn_wc__node_was_moved_away(&moved_to_abspath, NULL,
1350 if (moved_to_abspath)
1340 const char *moved_to_abspath; local
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h1222 svn_wc__node_was_moved_away(const char **moved_to_abspath,
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h3297 const char *moved_to_abspath;
3866 * In both situations, @a moved_to_abspath would be set for nodes A (moved member in struct:svn_wc_status3_t
3874 const char *moved_to_abspath;
3290 const char *moved_to_abspath; member in struct:svn_wc_info_t
H A Dsvn_client.h2531 * In both situations, @a moved_to_abspath would be set for nodes A (moved
2539 const char *moved_to_abspath;
2537 const char *moved_to_abspath; member in struct:svn_client_status_t

Completed in 445 milliseconds