Searched refs:moved_from_relpath (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff.h55 const char *moved_from_relpath,
79 const char *moved_from_relpath,
H A Ddiff_editor.c748 const char *moved_from_relpath;
760 moved_from_relpath = svn_dirent_skip_ancestor(
765 moved_from_relpath = NULL;
770 moved_from_relpath,
780 moved_from_relpath,
835 const char *moved_from_relpath;
847 moved_from_relpath = svn_dirent_skip_ancestor(
852 moved_from_relpath = NULL;
857 moved_from_relpath,
866 moved_from_relpath,
747 const char *moved_from_relpath; local
834 const char *moved_from_relpath; local
918 svn_wc__diff_local_only_file(svn_wc__db_t *db, const char *local_abspath, const char *relpath, const char *moved_from_relpath, const svn_diff_tree_processor_t *processor, void *processor_parent_baton, svn_boolean_t diff_pristine, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
1059 svn_wc__diff_local_only_dir(svn_wc__db_t *db, const char *local_abspath, const char *relpath, svn_depth_t depth, const char *moved_from_relpath, const svn_diff_tree_processor_t *processor, void *processor_parent_baton, svn_boolean_t diff_pristine, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
1284 const char *moved_from_relpath; local
[all...]
H A Ddiff_local.c396 const char *moved_from_relpath = NULL;
400 moved_from_relpath = svn_dirent_skip_ancestor(
408 moved_from_relpath,
418 moved_from_relpath,
395 const char *moved_from_relpath = NULL; local
H A Dwc_db.c344 const char **moved_from_relpath,
5094 const char *moved_from_relpath,
5144 || strcmp(moved_to, moved_from_relpath))
5274 const char *moved_from_relpath; local
5285 moved_from_relpath = svn_dirent_skip_ancestor(wcroot->abspath,
5289 || !moved_from_relpath)
5297 moved_from_relpath, work_items,
6782 const char *moved_from_relpath; local
6790 moved_from_relpath = svn_sqlite__column_text(stmt, 0, scratch_pool);
6797 moved_from_relpath, moved_from_op_dept
5091 handle_move_back(svn_boolean_t *moved_back, svn_wc__db_wcroot_t *wcroot, const char *local_relpath, const char *moved_from_relpath, const svn_skel_t *work_items, apr_pool_t *scratch_pool) argument
8014 resolve_moved_from(const char **moved_from_relpath, int *moved_from_op_depth, svn_wc__db_wcroot_t *wcroot, const char *root_relpath, const char *local_relpath, int op_depth, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
8206 const char *moved_from_relpath = NULL; local
12524 get_moved_from_info(const char **moved_from_relpath, const char **moved_from_op_root_relpath, const char *moved_to_op_root_relpath, int *op_depth, svn_wc__db_wcroot_t *wcroot, const char *local_relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
12616 scan_addition(svn_wc__db_status_t *status, const char **op_root_relpath_p, const char **repos_relpath, apr_int64_t *repos_id, const char **original_repos_relpath, apr_int64_t *original_repos_id, svn_revnum_t *original_revision, const char **moved_from_relpath, const char **moved_from_op_root_relpath, int *moved_from_op_depth, svn_wc__db_wcroot_t *wcroot, const char *local_relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
12985 const char *moved_from_relpath = NULL; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_diff_tree.h134 const char *moved_from_relpath; member in struct:svn_diff_source_t
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c1230 copyfrom_source->moved_from_relpath
1234 copyfrom_source->moved_from_relpath
1235 ? copyfrom_source->moved_from_relpath

Completed in 97 milliseconds