Searched refs:relpath_map (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | util.c | 353 apr_hash_t *relpath_map; member 367 local_abspath = svn_hash_gets(scb->relpath_map, path); in fetch_props_func() 394 local_abspath = svn_hash_gets(scb->relpath_map, path); in fetch_kind_func() 421 local_abspath = svn_hash_gets(scb->relpath_map, path); in fetch_base_func() 452 apr_hash_t *relpath_map, in svn_client__get_shim_callbacks() argument 460 if (relpath_map) in svn_client__get_shim_callbacks() 461 scb->relpath_map = relpath_map; in svn_client__get_shim_callbacks() 463 scb->relpath_map = apr_hash_make(result_pool); in svn_client__get_shim_callbacks()
|
| H A D | ra.c | 1066 apr_hash_t *relpath_map; member 1082 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_provide_base() 1127 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_provide_props() 1170 local_abspath = svn_hash_gets(reb->relpath_map, repos_relpath); in svn_client__ra_get_copysrc_kind() 1188 apr_hash_t *relpath_map, in svn_client__ra_make_cb_baton() argument 1194 SVN_ERR_ASSERT_NO_RETURN(relpath_map != NULL); in svn_client__ra_make_cb_baton() 1197 reb->relpath_map = relpath_map; in svn_client__ra_make_cb_baton()
|
| H A D | commit.c | 92 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 D | client.h | 348 apr_hash_t *relpath_map, 1064 apr_hash_t *relpath_map,
|
| H A D | copy.c | 1998 apr_hash_t *relpath_map = NULL; in wc_to_repos_copy() local 2250 relpath_map = apr_hash_make(scratch_pool); in wc_to_repos_copy() 2266 svn_hash_sets(relpath_map, relpath, item->path); in wc_to_repos_copy() 2279 svn_client__get_shim_callbacks(ctx->wc_ctx, relpath_map, in wc_to_repos_copy()
|