Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcached_data.c1217 svn_cache__t *fulltext_cache; member
1534 b->fulltext_cache = NULL; in rep_read_get_baton()
1785 && svn_cache__is_cachable(ffd->fulltext_cache, (apr_size_t)size); in fulltext_size_is_cachable()
1966 SVN_ERR(svn_cache__get_partial(&dummy, cached, baton->fulltext_cache, in get_contents_from_fulltext()
2116 if (rb->fulltext_cache) in rep_read_contents()
2125 rb->fulltext_cache = NULL; in rep_read_contents()
2240 if (ffd->fulltext_cache && cache_fulltext in svn_fs_fs__get_contents()
2244 rb->fulltext_cache = ffd->fulltext_cache; in svn_fs_fs__get_contents()
2400 if (ffd->fulltext_cache && SVN_IS_VALID_REVNUM(rep->revision) in svn_fs_fs__try_process_file_contents()
2409 ffd->fulltext_cache, in svn_fs_fs__try_process_file_contents()
[all …]
H A Dfs.h381 svn_cache__t *fulltext_cache; member
H A Dcaching.c536 SVN_ERR(create_cache(&(ffd->fulltext_cache), in svn_fs_fs__initialize_caches()
582 ffd->fulltext_cache = NULL; in svn_fs_fs__initialize_caches()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs.h300 svn_cache__t *fulltext_cache; member
H A Dcached_data.c944 svn_cache__t *fulltext_cache; member
1270 b->fulltext_cache = NULL; in rep_read_get_baton()
1529 && svn_cache__is_cachable(ffd->fulltext_cache, (apr_size_t)size); in fulltext_size_is_cachable()
1887 SVN_ERR(svn_cache__get_partial(&dummy, cached, baton->fulltext_cache, in get_contents_from_fulltext()
2036 if (rb->fulltext_cache) in rep_read_contents()
2045 rb->fulltext_cache = NULL; in rep_read_contents()
2103 SVN_ERR(svn_cache__set(ffd->fulltext_cache, &rb->fulltext_cache_key, in rep_read_contents()
2145 rb->fulltext_cache = ffd->fulltext_cache; in svn_fs_x__get_contents()
2301 ffd->fulltext_cache, in svn_fs_x__try_process_file_contents()
H A Dcaching.c500 SVN_ERR(create_cache(&(ffd->fulltext_cache), in svn_fs_x__initialize_caches()