Searched refs:properties_cache (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | fs.h | 309 svn_cache__t *properties_cache; member
|
| H A D | caching.c | 515 SVN_ERR(create_cache(&(ffd->properties_cache), in svn_fs_x__initialize_caches()
|
| H A D | cached_data.c | 2891 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 D | fs.h | 393 svn_cache__t *properties_cache; member
|
| H A D | caching.c | 590 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 D | cached_data.c | 3005 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()
|