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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c600 apr_hash_t *repos_cache,
613 for (hi = apr_hash_first(scratch_pool, repos_cache);
1493 apr_hash_t *repos_cache,
1553 repos_cache,
1557 if (!svn_hash_gets(repos_cache, this_dir->repos))
1559 apr_pool_t *hash_pool = apr_hash_pool_get(repos_cache);
1561 svn_hash_sets(repos_cache,
1732 apr_hash_t *repos_cache,
1789 repos_cache, data, scratch_pool, iterpool));
1805 repos_cache, dat
596 ensure_repos_info(svn_wc_entry_t *entry, const char *local_abspath, svn_wc_upgrade_get_repos_info_t repos_info_func, void *repos_info_baton, apr_hash_t *repos_cache, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1485 upgrade_to_wcng(void **dir_baton, void *parent_baton, svn_wc__db_t *db, const char *dir_abspath, int old_format, apr_int64_t wc_id, svn_wc_upgrade_get_repos_info_t repos_info_func, void *repos_info_baton, apr_hash_t *repos_cache, const struct upgrade_data_t *data, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1727 upgrade_working_copy(void *parent_baton, svn_wc__db_t *db, const char *dir_abspath, svn_wc_upgrade_get_repos_info_t repos_info_func, void *repos_info_baton, apr_hash_t *repos_cache, const struct upgrade_data_t *data, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1902 apr_hash_t *repos_cache = apr_hash_make(scratch_pool); local
[all...]

Completed in 193 milliseconds