Home
last modified time | relevance | path

Searched refs:svn_wc__node_get_base (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dlayout.c109 SVN_ERR(svn_wc__node_get_base(NULL, NULL, &repos_relpath, in layout_set_path()
H A Dutil.c197 SVN_ERR(svn_wc__node_get_base(NULL, in svn_client__wc_node_get_base()
H A Dlocking_commands.c372 SVN_ERR(svn_wc__node_get_base(&kind, &wli->revision, in organize_lock_targets()
H A Dupdate.c344 SVN_ERR(svn_wc__node_get_base(NULL, NULL, &repos_relpath, &repos_root_url, in update_internal()
H A Dmergeinfo.c224 SVN_ERR(svn_wc__node_get_base(NULL, &base_revision, NULL, NULL, NULL, NULL, in svn_client__get_wc_mergeinfo()
294 SVN_ERR(svn_wc__node_get_base(NULL, &parent_base_rev, NULL, NULL, in svn_client__get_wc_mergeinfo()
H A Dexternals.c186 SVN_ERR(svn_wc__node_get_base(&kind, NULL, NULL, in switch_dir_external()
H A Dcommit_util.c776 SVN_ERR(svn_wc__node_get_base(NULL, &dir_rev, &dir_repos_relpath, NULL, in harvest_status_callback()
H A Dconflicts.c6711 err = svn_wc__node_get_base(&base_kind, &base_rev, &base_repos_relpath, in verify_local_state_for_incoming_add_upon_update()
8074 err = svn_wc__node_get_base(NULL, &base_revision, &base_repos_relpath, in merge_incoming_added_dir_replace()
H A Dmerge.c4840 SVN_ERR(svn_wc__node_get_base(NULL, &child_base_revision, in calculate_remaining_ranges()
/freebsd-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h607 svn_wc__node_get_base(svn_node_kind_t *kind,
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dnode.c492 svn_wc__node_get_base(svn_node_kind_t *kind, in svn_wc__node_get_base() function