Searched refs:peg_loc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dra.c774 const svn_client__pathrev_t *peg_loc,
785 peg_loc->url, scratch_pool));
787 peg_loc->url, peg_loc->rev,
793 *op_loc_p = svn_client__pathrev_create(peg_loc->repos_root_url,
794 peg_loc->repos_uuid,
768 svn_client__repos_location(svn_client__pathrev_t **op_loc_p, svn_ra_session_t *ra_session, const svn_client__pathrev_t *peg_loc, svn_revnum_t op_revnum, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dmergeinfo.c1047 svn_client__pathrev_t *peg_loc;
1052 SVN_ERR(svn_client__resolve_rev_and_url(&peg_loc, ra_session,
1060 SVN_ERR(svn_client__ra_session_from_path2(&ra_session, &peg_loc,
1077 || strcmp(origin->url, peg_loc->url) != 0
1078 || peg_loc->rev != origin->rev)
1089 mergeinfo_catalog, ra_session, peg_loc->url, peg_loc->rev,
1045 svn_client__pathrev_t *peg_loc; local
H A Dclient.h151 const svn_client__pathrev_t *peg_loc,

Completed in 180 milliseconds