Searched refs:anchor2 (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c220 not for file URLs. Nor can we just use anchor1 and anchor2
1571 const char **anchor2,
1741 *anchor2 = *url2;
1754 svn_uri_split(anchor2, target2, *url2, pool);
1773 *anchor2 = svn_path_url_add_component2(*anchor2, *target2, pool);
1943 const char *anchor2;
1950 &anchor1, &anchor2, &target1, &target2,
1997 str_tmp = anchor2;
1998 anchor2
1562 diff_prepare_repos_repos(const char **url1, const char **url2, svn_revnum_t *rev1, svn_revnum_t *rev2, const char **anchor1, const char **anchor2, const char **target1, const char **target2, svn_node_kind_t *kind1, svn_node_kind_t *kind2, svn_ra_session_t **ra_session, svn_client_ctx_t *ctx, const char *path_or_url1, const char *path_or_url2, const svn_opt_revision_t *revision1, const svn_opt_revision_t *revision2, const svn_opt_revision_t *peg_revision, apr_pool_t *pool) argument
1939 const char *anchor2; local
[all...]
H A Dconflicts.c7755 const char *anchor2;
7760 svn_uri_split(&anchor2, &target2, source2, scratch_pool);
7787 anchor2, NULL, NULL, FALSE,
7791 anchor2 = corrected_url;
7794 SVN_ERR(svn_ra__dup_session(&extra_ra_session, ra_session, anchor2,
7753 const char *anchor2; local

Completed in 100 milliseconds