Home
last modified time | relevance | path

Searched refs:base_relpath (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_ra/
H A Deditor.c141 const char *base_relpath; in svn_ra__use_commit_shim() local
159 base_relpath = svn_uri_skip_ancestor(repos_root, session_url, scratch_pool); in svn_ra__use_commit_shim()
180 repos_root, base_relpath, in svn_ra__use_commit_shim()
245 const char *base_relpath; in revstart_func_wrapper() local
257 base_relpath = svn_uri_skip_ancestor(repos_root, session_url, result_pool); in revstart_func_wrapper()
280 repos_root, base_relpath, in revstart_func_wrapper()
/freebsd-13.1/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c126 const char *base_relpath; member
1002 if (!base_relpath) in svn_delta__delta_from_editor()
1003 base_relpath = ""; in svn_delta__delta_from_editor()
1004 else if (base_relpath[0] == '/') in svn_delta__delta_from_editor()
1005 base_relpath += 1; in svn_delta__delta_from_editor()
1015 eb->base_relpath = apr_pstrdup(pool, base_relpath); in svn_delta__delta_from_editor()
1055 const char *base_relpath; member
1923 if (!base_relpath) in svn_delta__editor_from_delta()
1924 base_relpath = ""; in svn_delta__editor_from_delta()
1926 base_relpath += 1; in svn_delta__editor_from_delta()
[all …]
H A Dbranch_compat.c211 const char *base_relpath, in svn_branch__compat_insert_shims() argument
238 repos_root, base_relpath, in svn_branch__compat_insert_shims()
540 const char *base_relpath, in svn_branch__compat_delta_from_txn_for_commit() argument
/freebsd-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_delta_private.h76 const char *base_relpath,
96 const char *base_relpath,
H A Dsvn_branch_compat.h172 const char *base_relpath,
196 const char *base_relpath,
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Dreplay.c856 const char *base_relpath, in get_relevant_changes() argument
897 if ( svn_relpath_skip_ancestor(base_relpath, path) in get_relevant_changes()
898 || svn_relpath_skip_ancestor(path, base_relpath)) in get_relevant_changes()
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c2360 const char *base_relpath; in svn_ra_serf__get_commit_editor() local
2420 base_relpath = svn_uri_skip_ancestor(repos_root, session->session_url_str, in svn_ra_serf__get_commit_editor()
2424 *edit_baton, repos_root, base_relpath, in svn_ra_serf__get_commit_editor()
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c12800 const char *base_relpath; in scan_addition() local
12843 &base_relpath, repos_id, in scan_addition()
12850 *repos_relpath = svn_relpath_join(base_relpath, build_relpath, in scan_addition()