Searched refs:revprop_cache (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | fs.h | 306 svn_cache__t *revprop_cache; member
|
| H A D | revprops.c | 184 return ffd->revprop_cache != NULL; in has_revprop_cache() 422 SVN_ERR(svn_cache__set(ffd->revprop_cache, &key, *properties, in parse_revprop() 973 ffd->revprop_cache, &key, result_pool)); in svn_fs_x__get_revision_proplist()
|
| H A D | caching.c | 531 SVN_ERR(create_cache(&(ffd->revprop_cache), in svn_fs_x__initialize_caches()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | fs.h | 390 svn_cache__t *revprop_cache; member
|
| H A D | revprops.c | 252 SVN_ERR(svn_cache__has_key(is_cached, ffd->revprop_cache, &key, in cache_revprops() 258 SVN_ERR(svn_cache__set(ffd->revprop_cache, &key, content, scratch_pool)); in cache_revprops() 776 ffd->revprop_cache, &key, result_pool), in svn_fs_fs__get_revision_proplist()
|
| H A D | caching.c | 519 SVN_ERR(create_cache(&(ffd->revprop_cache), in svn_fs_fs__initialize_caches()
|