Home
last modified time | relevance | path

Searched refs:access_cache (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_private.h108 apr_hash_t *access_cache; member
H A Dwc_db_wcroot.c379 (*wcroot)->access_cache = apr_hash_make(result_pool); in svn_wc__db_pdh_create_wcroot()
H A Dwc_db.c1210 remove_from_access_cache(apr_hash_t *access_cache, in remove_from_access_cache() argument
1215 adm_access = svn_hash_gets(access_cache, local_abspath); in remove_from_access_cache()
1237 if (apr_hash_count(wcroot->access_cache) == 0) in flush_entries()
1240 remove_from_access_cache(wcroot->access_cache, local_abspath); in flush_entries()
1247 for (hi = apr_hash_first(scratch_pool, wcroot->access_cache); in flush_entries()
1270 remove_from_access_cache(wcroot->access_cache, parent_abspath); in flush_entries()
13670 return svn_hash_gets(wcroot->access_cache, local_dir_abspath); in svn_wc__db_temp_get_access()
13699 svn_hash_gets(wcroot->access_cache, local_dir_abspath) == NULL in svn_wc__db_temp_set_access()
13701 svn_hash_sets(wcroot->access_cache, local_dir_abspath, adm_access); in svn_wc__db_temp_set_access()
13720 svn_hash_sets(wcroot->access_cache, local_dir_abspath, NULL); in svn_wc__db_temp_close_access()
[all …]