Home
last modified time | relevance | path

Searched refs:fulltext_cache_key (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.c938 svn_fs_x__pair_cache_key_t fulltext_cache_key; member
1263 b->fulltext_cache_key = fulltext_cache_key; in rep_read_get_baton()
1888 &baton->fulltext_cache_key, in get_contents_from_fulltext()
1956 if (SVN_IS_VALID_REVNUM(baton->fulltext_cache_key.revision)) in skip_contents()
2129 svn_fs_x__pair_cache_key_t fulltext_cache_key = { 0 }; in svn_fs_x__get_contents() local
2130 fulltext_cache_key.revision = revision; in svn_fs_x__get_contents()
2131 fulltext_cache_key.second = rep->id.number; in svn_fs_x__get_contents()
2288 svn_fs_x__pair_cache_key_t fulltext_cache_key = { 0 }; in svn_fs_x__try_process_file_contents() local
2291 fulltext_cache_key.second = rep->id.number; in svn_fs_x__try_process_file_contents()
2292 if ( SVN_IS_VALID_REVNUM(fulltext_cache_key.revision) in svn_fs_x__try_process_file_contents()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcached_data.c1211 pair_cache_key_t fulltext_cache_key; member
1515 pair_cache_key_t fulltext_cache_key, in rep_read_get_baton() argument
1531 b->fulltext_cache_key = fulltext_cache_key; in rep_read_get_baton()
1967 &baton->fulltext_cache_key, in get_contents_from_fulltext()
2229 pair_cache_key_t fulltext_cache_key = { 0 }; in svn_fs_fs__get_contents() local
2230 fulltext_cache_key.revision = rep->revision; in svn_fs_fs__get_contents()
2231 fulltext_cache_key.second = rep->item_index; in svn_fs_fs__get_contents()
2396 pair_cache_key_t fulltext_cache_key = { 0 }; in svn_fs_fs__try_process_file_contents() local
2398 fulltext_cache_key.revision = rep->revision; in svn_fs_fs__try_process_file_contents()
2399 fulltext_cache_key.second = rep->item_index; in svn_fs_fs__try_process_file_contents()
[all …]