Home
last modified time | relevance | path

Searched refs:raw_window_cache (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcached_data.c726 svn_cache__t *raw_window_cache; member
869 rs->raw_window_cache = use_block_read(fs) ? ffd->raw_window_cache : NULL; in create_rep_state_body()
1319 if (!*is_cached && rs->raw_window_cache) in get_cached_window()
1322 rs->raw_window_cache, &key, in get_cached_window()
1577 && rs->raw_window_cache) in read_delta_window()
3211 rs->raw_window_cache = ffd->raw_window_cache; in init_rep_state()
3288 rs->raw_window_cache, in cache_windows()
3333 SVN_ERR(svn_cache__set(rs->raw_window_cache, &key, &window, in cache_windows()
3370 && (!ffd->txdelta_window_cache || !ffd->raw_window_cache)) in block_read_windows()
H A Dfs.h403 svn_cache__t *raw_window_cache; member
H A Dcaching.c613 SVN_ERR(create_cache(&(ffd->raw_window_cache), in svn_fs_fs__initialize_caches()