Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dtree.c663 const char *copy_src_path; member
710 const char **copy_src_path, in get_copy_inheritance() argument
735 *copy_src_path = NULL; in get_copy_inheritance()
742 *copy_src_path = NULL; in get_copy_inheritance()
785 *copy_src_path = id_path; in get_copy_inheritance()
802 parent_path->copy_src_path = NULL; in make_parent_path()
1087 parent_path->copy_src_path = apr_pstrdup(pool, copy_path); in open_path()
3445 const char *copy_path, *copy_src_path, *remainder_path; in prev_location() local
3472 SVN_ERR(fs_copied_from(&copy_src_rev, &copy_src_path, in prev_location()
3475 *prev_path = svn_fspath__join(copy_src_path, remainder_path, pool); in prev_location()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/
Dtree.c474 const char *copy_src_path; member
522 const char **copy_src_path, in get_copy_inheritance() argument
537 *copy_src_path = NULL; in get_copy_inheritance()
596 *copy_src_path = id_path; in get_copy_inheritance()
618 parent_path->copy_src_path = NULL; in make_parent_path()
758 parent_path->copy_src_path = apr_pstrdup(pool, copy_path); in open_path()
810 const char *copy_src_path = parent_path->copy_src_path; in make_path_mutable() local
857 SVN_ERR(svn_fs_bdb__create_copy(fs, copy_id, copy_src_path, in make_path_mutable()
4846 const char *copy_path, *copy_src_path, *remainder; in prev_location() local
4873 SVN_ERR(base_copied_from(&copy_src_rev, &copy_src_path, in prev_location()
[all …]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
Drev_hunt.c585 const char *copy_path, *copy_src_path, *remainder; in svn_repos__prev_location() local
616 SVN_ERR(svn_fs_copied_from(&copy_src_rev, &copy_src_path, in svn_repos__prev_location()
620 *prev_path = svn_fspath__join(copy_src_path, remainder, pool); in svn_repos__prev_location()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
Dtree.c650 const char *copy_src_path; member
697 const char **copy_src_path, in get_copy_inheritance() argument
720 *copy_src_path = NULL; in get_copy_inheritance()
727 *copy_src_path = NULL; in get_copy_inheritance()
770 *copy_src_path = id_path; in get_copy_inheritance()
788 parent_path->copy_src_path = NULL; in make_parent_path()
1073 parent_path->copy_src_path = apr_pstrdup(pool, copy_path); in open_path()