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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs.h307 svn_cache__t *revprop_cache;
306 svn_cache__t *revprop_cache; member in struct:svn_fs_x__data_t
H A Drevprops.c184 return ffd->revprop_cache != NULL;
422 SVN_ERR(svn_cache__set(ffd->revprop_cache, &key, *properties,
973 ffd->revprop_cache, &key, result_pool));
H A Dcaching.c531 SVN_ERR(create_cache(&(ffd->revprop_cache),
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.h391 svn_cache__t *revprop_cache;
390 svn_cache__t *revprop_cache; member in struct:fs_fs_data_t
H A Drevprops.c252 SVN_ERR(svn_cache__has_key(is_cached, ffd->revprop_cache, &key,
258 SVN_ERR(svn_cache__set(ffd->revprop_cache, &key, content, scratch_pool));
776 ffd->revprop_cache, &key, result_pool),
H A Dcaching.c519 SVN_ERR(create_cache(&(ffd->revprop_cache),

Completed in 71 milliseconds