Home
last modified time | relevance | path

Searched refs:relpath_map (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dutil.c352 apr_hash_t *relpath_map; member
366 local_abspath = svn_hash_gets(scb->relpath_map, path); in fetch_props_func()
393 local_abspath = svn_hash_gets(scb->relpath_map, path); in fetch_kind_func()
420 local_abspath = svn_hash_gets(scb->relpath_map, path); in fetch_base_func()
451 apr_hash_t *relpath_map, in svn_client__get_shim_callbacks() argument
459 if (relpath_map) in svn_client__get_shim_callbacks()
460 scb->relpath_map = relpath_map; in svn_client__get_shim_callbacks()
462 scb->relpath_map = apr_hash_make(result_pool); in svn_client__get_shim_callbacks()
H A Dra.c1056 apr_hash_t *relpath_map; member
1072 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_provide_base()
1117 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_provide_props()
1160 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_get_copysrc_kind()
1178 apr_hash_t *relpath_map, in svn_client__ra_make_cb_baton() argument
1184 SVN_ERR_ASSERT_NO_RETURN(relpath_map != NULL); in svn_client__ra_make_cb_baton()
1187 reb->relpath_map = relpath_map; in svn_client__ra_make_cb_baton()
H A Dcommit.c92 apr_hash_t *relpath_map = NULL; in get_ra_editor() local
103 relpath_map = apr_hash_make(pool); in get_ra_editor()
119 svn_hash_sets(relpath_map, relpath, item->path); in get_ra_editor()
128 relpath_map, pool))); in get_ra_editor()
H A Dclient.h348 apr_hash_t *relpath_map,
1097 apr_hash_t *relpath_map,
H A Dcopy.c2007 apr_hash_t *relpath_map = NULL; in wc_to_repos_copy() local
2259 relpath_map = apr_hash_make(scratch_pool); in wc_to_repos_copy()
2275 svn_hash_sets(relpath_map, relpath, item->path); in wc_to_repos_copy()
2288 svn_client__get_shim_callbacks(ctx->wc_ctx, relpath_map, in wc_to_repos_copy()