Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs.h313 svn_cache__t *txdelta_window_cache; member
H A Dcaching.c547 SVN_ERR(create_cache(&(ffd->txdelta_window_cache), in svn_fs_x__initialize_caches()
H A Dcached_data.c602 rs->window_cache = ffd->txdelta_window_cache in create_rep_state_body()
603 && svn_cache__is_cachable(ffd->txdelta_window_cache, in create_rep_state_body()
605 ? ffd->txdelta_window_cache in create_rep_state_body()
1578 rs->window_cache = ffd->txdelta_window_cache; in init_rep_state()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.h406 svn_cache__t *txdelta_window_cache; member
H A Dcaching.c628 SVN_ERR(create_cache(&(ffd->txdelta_window_cache), in svn_fs_fs__initialize_caches()
660 ffd->txdelta_window_cache = NULL; in svn_fs_fs__initialize_caches()
H A Dcached_data.c881 rs->window_cache = ffd->txdelta_window_cache in create_rep_state_body()
882 && svn_cache__is_cachable(ffd->txdelta_window_cache, in create_rep_state_body()
884 ? ffd->txdelta_window_cache in create_rep_state_body()
3234 rs->window_cache = ffd->txdelta_window_cache; in init_rep_state()
3392 && (!ffd->txdelta_window_cache || !ffd->raw_window_cache)) in block_read_windows()