Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Drevisions.c96 err = svn_wc__node_get_origin(NULL, revnum, NULL, NULL, NULL, NULL, in svn_client__get_revision_number()
H A Dra.c843 SVN_ERR(svn_wc__node_get_origin(&is_copy, &peg_revnum, &repos_relpath, in svn_client__repos_locations()
1105 SVN_ERR(svn_wc__node_get_origin(NULL, revision, NULL, NULL, NULL, NULL, in svn_client__ra_provide_base()
1150 SVN_ERR(svn_wc__node_get_origin(NULL, revision, NULL, NULL, NULL, NULL, in svn_client__ra_provide_props()
H A Dutil.c229 SVN_ERR(svn_wc__node_get_origin(NULL /* is_copy */, in svn_client__wc_node_get_origin()
H A Dprop_commands.c884 SVN_ERR(svn_wc__node_get_origin(NULL, NULL, in svn_client_propget5()
1289 SVN_ERR(svn_wc__node_get_origin(&is_copy, in get_remote_props()
H A Dcommit_util.c505 SVN_ERR(svn_wc__node_get_origin( in harvest_not_present_for_copy()
943 SVN_ERR(svn_wc__node_get_origin(&parent_is_copy, NULL, NULL, NULL, in harvest_status_callback()
H A Dcommit.c114 SVN_ERR(svn_wc__node_get_origin(NULL, NULL, &relpath, NULL, NULL, in get_ra_editor()
H A Dcopy.c711 SVN_ERR(svn_wc__node_get_origin(NULL, NULL, NULL, &repos_root_url, in do_wc_to_wc_copies_with_write_lock()
2261 SVN_ERR(svn_wc__node_get_origin(NULL, NULL, &relpath, NULL, NULL, in wc_to_repos_copy()
3212 SVN_ERR(svn_wc__node_get_origin(NULL, &copyfrom_rev, in try_copy()
H A Dmergeinfo.c625 SVN_ERR(svn_wc__node_get_origin(NULL, &target_rev, &repos_relpath, in svn_client__get_wc_or_repos_mergeinfo_catalog()
H A Ddiff.c2139 SVN_ERR(svn_wc__node_get_origin(&is_copy, in diff_repos_wc()
H A Dconflicts.c2708 SVN_ERR(svn_wc__node_get_origin(NULL, &candidate_revision, in follow_move_chains()
2970 SVN_ERR(svn_wc__node_get_origin(NULL, &candidate_revision, in conflict_tree_get_details_local_missing()
8194 SVN_ERR(svn_wc__node_get_origin(&is_copy, &copyfrom_rev, in ensure_local_edit_vs_incoming_deletion_copied_state()
9409 err = svn_wc__node_get_origin(&is_copy, &moved_to_peg_rev, in resolve_incoming_move_dir_merge()
H A Dmerge.c762 SVN_ERR(svn_wc__node_get_origin(&is_copy, &target_base.rev, &repos_relpath, in filter_self_referential_mergeinfo()
/freebsd-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h520 svn_wc__node_get_origin(svn_boolean_t *is_copy,
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dnode.c779 svn_wc__node_get_origin(svn_boolean_t *is_copy, in svn_wc__node_get_origin() function