Home
last modified time | relevance | path

Searched refs:properties_cache (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs.h309 svn_cache__t *properties_cache; member
H A Dcaching.c515 SVN_ERR(create_cache(&(ffd->properties_cache), in svn_fs_x__initialize_caches()
H A Dcached_data.c2891 ffd->properties_cache, &key, result_pool)); in svn_fs_x__get_proplist()
2905 SVN_ERR(svn_cache__set(ffd->properties_cache, &key, *proplist, in svn_fs_x__get_proplist()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.h393 svn_cache__t *properties_cache; member
H A Dcaching.c590 SVN_ERR(create_cache(&(ffd->properties_cache), in svn_fs_fs__initialize_caches()
607 ffd->properties_cache = NULL; in svn_fs_fs__initialize_caches()
H A Dcached_data.c3005 if (ffd->properties_cache && SVN_IS_VALID_REVNUM(rep->revision)) in svn_fs_fs__get_proplist()
3009 ffd->properties_cache, &key, pool)); in svn_fs_fs__get_proplist()
3029 if (ffd->properties_cache && SVN_IS_VALID_REVNUM(rep->revision)) in svn_fs_fs__get_proplist()
3030 SVN_ERR(svn_cache__set(ffd->properties_cache, &key, proplist, pool)); in svn_fs_fs__get_proplist()