Searched refs:targets_by_wcroot (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dshelf-cmd.c85 * Set *targets_by_wcroot to a hash mapping (char *)wcroot_abspath to
95 apr_hash_t *targets_by_wcroot = apr_hash_make(result_pool); local
108 paths = svn_hash_gets(targets_by_wcroot, wcroot_abspath);
112 svn_hash_sets(targets_by_wcroot, wcroot_abspath, paths);
119 *targets_by_wcroot_p = targets_by_wcroot;
134 apr_hash_t *targets_by_wcroot; local
142 SVN_ERR(targets_relative_to_wcs(&targets_by_wcroot, targets,
144 if (apr_hash_count(targets_by_wcroot) != 1)
148 hi = apr_hash_first(scratch_pool, targets_by_wcroot);
H A Dshelf2-cmd.c85 * Set *targets_by_wcroot to a hash mapping (char *)wcroot_abspath to
95 apr_hash_t *targets_by_wcroot = apr_hash_make(result_pool); local
108 paths = svn_hash_gets(targets_by_wcroot, wcroot_abspath);
112 svn_hash_sets(targets_by_wcroot, wcroot_abspath, paths);
119 *targets_by_wcroot_p = targets_by_wcroot;
134 apr_hash_t *targets_by_wcroot; local
142 SVN_ERR(targets_relative_to_wcs(&targets_by_wcroot, targets,
144 if (apr_hash_count(targets_by_wcroot) != 1)
148 hi = apr_hash_first(scratch_pool, targets_by_wcroot);

Completed in 168 milliseconds