Home
last modified time | relevance | path

Searched refs:copy_src_path (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Ddag_cache.c758 const char **copy_src_path, in get_copy_inheritance() argument
777 *copy_src_path = NULL; in get_copy_inheritance()
831 *copy_src_path = id_path; in get_copy_inheritance()
850 dag_path->copy_src_path = NULL; in make_parent_path()
939 &dag_path->copy_src_path, in svn_fs_x__get_dag_path()
H A Ddag_cache.h91 const char *copy_src_path; member
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c706 const char *copy_src_path; member
753 const char **copy_src_path, in get_copy_inheritance() argument
778 *copy_src_path = NULL; in get_copy_inheritance()
785 *copy_src_path = NULL; in get_copy_inheritance()
828 *copy_src_path = id_path; in get_copy_inheritance()
845 parent_path->copy_src_path = NULL; in make_parent_path()
1130 parent_path->copy_src_path = apr_pstrdup(pool, copy_path); in open_path()
3682 const char *copy_path, *copy_src_path, *remainder_path; in prev_location() local
3709 SVN_ERR(fs_copied_from(&copy_src_rev, &copy_src_path, in prev_location()
3712 *prev_path = svn_fspath__join(copy_src_path, remainder_path, pool); in prev_location()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c475 const char *copy_src_path; member
523 const char **copy_src_path, in get_copy_inheritance() argument
538 *copy_src_path = NULL; in get_copy_inheritance()
597 *copy_src_path = id_path; in get_copy_inheritance()
619 parent_path->copy_src_path = NULL; in make_parent_path()
759 parent_path->copy_src_path = apr_pstrdup(pool, copy_path); in open_path()
811 const char *copy_src_path = parent_path->copy_src_path; in make_path_mutable() local
858 SVN_ERR(svn_fs_bdb__create_copy(fs, copy_id, copy_src_path, in make_path_mutable()
4859 const char *copy_path, *copy_src_path, *remainder; in prev_location() local
4886 SVN_ERR(base_copied_from(&copy_src_rev, &copy_src_path, in prev_location()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c587 const char *copy_path, *copy_src_path, *remainder; in svn_repos__prev_location() local
618 SVN_ERR(svn_fs_copied_from(&copy_src_rev, &copy_src_path, in svn_repos__prev_location()
622 *prev_path = svn_fspath__join(copy_src_path, remainder, pool); in svn_repos__prev_location()