Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs.h306 svn_cache__t *revprop_cache; member
H A Drevprops.c184 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 Dcaching.c531 SVN_ERR(create_cache(&(ffd->revprop_cache), in svn_fs_x__initialize_caches()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.h390 svn_cache__t *revprop_cache; member
H A Drevprops.c252 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 Dcaching.c519 SVN_ERR(create_cache(&(ffd->revprop_cache), in svn_fs_fs__initialize_caches()