Home
last modified time | relevance | path

Searched refs:svn_path_component_count (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_local/
H A Dsplit_url.c97 svn_path_component_count(repos_dirent) in svn_ra_local__split_URL()
98 - svn_path_component_count(repos_root_dirent)); in svn_ra_local__split_URL()
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_path.h191 svn_path_component_count(const char *path);
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dgetlocks.c148 if (relpath && (svn_path_component_count(relpath) == 1)) in getlocks_closed()
H A Dutil.c1771 svn_path_component_count(relative_path)); in svn_ra_serf__discover_vcc()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dlocks-table.c288 if (!rel_path || (svn_path_component_count(rel_path) != 1)) in svn_fs_bdb__locks_get()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dpath.c282 svn_path_component_count(const char *path) in svn_path_component_count() function
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c1336 if (rel_uri && (svn_path_component_count(rel_uri) == 1)) in get_locks_filter_func()
/freebsd-13.1/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c445 svn_path_component_count(svn_relpath_skip_ancestor(ancestor_path, in new_node_record()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c1357 if (rel_uri && (svn_path_component_count(rel_uri) == 1)) in get_locks_filter_func()
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c981 old = svn_path_component_count(patch->old_filename); in choose_target_filename()
982 new = svn_path_component_count(patch->new_filename); in choose_target_filename()
H A Dconflicts.c524 c1 = svn_path_component_count(repos_relpath1); in find_nearest_yca()
530 c2 = svn_path_component_count(repos_relpath2); in find_nearest_yca()
795 const apr_size_t c = svn_path_component_count(relpath); in map_deleted_path_to_move()
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c2943 if (relpath && (svn_path_component_count(relpath) == 1)) in ra_svn_get_locks()
/freebsd-13.1/contrib/subversion/subversion/svnserve/
H A Dserve.c3944 svn_path_component_count(repository->fs_path->data)); in find_repos()