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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dmergeinfo.c1708 apr_hash_index_t *hi_catalog;
1926 for (hi_catalog = apr_hash_first(scratch_pool, target_mergeinfo_cat);
1927 hi_catalog;
1928 hi_catalog = apr_hash_next(hi_catalog))
1930 svn_mergeinfo_t subtree_mergeinfo = apr_hash_this_val(hi_catalog);
1937 const char *subtree_path = apr_hash_this_key(hi_catalog);
1705 apr_hash_index_t *hi_catalog; local
H A Dmerge.c10992 apr_hash_index_t *hi_catalog;
10997 for (hi_catalog = apr_hash_first(scratch_pool, unmerged_catalog);
10998 hi_catalog;
10999 hi_catalog = apr_hash_next(hi_catalog))
11001 svn_mergeinfo_t mergeinfo = apr_hash_this_val(hi_catalog);
10982 apr_hash_index_t *hi_catalog; local

Completed in 129 milliseconds