Searched refs:noderevs_container_cache (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | fs.h | 325 svn_cache__t *noderevs_container_cache; member
|
| H A D | cached_data.c | 321 && ffd->noderevs_container_cache) in get_node_revision_body() 331 ffd->noderevs_container_cache, &key, in get_node_revision_body() 413 && ffd->noderevs_container_cache) in svn_fs_x__get_mergeinfo_count() 426 ffd->noderevs_container_cache, &key, in svn_fs_x__get_mergeinfo_count() 3298 SVN_ERR(svn_cache__has_key(&is_cached, ffd->noderevs_container_cache, in block_read_noderevs_container() 3315 SVN_ERR(svn_cache__set(ffd->noderevs_container_cache, &key, container, in block_read_noderevs_container()
|
| H A D | caching.c | 578 SVN_ERR(create_cache(&(ffd->noderevs_container_cache), in svn_fs_x__initialize_caches()
|