Searched refs:fulltext_cache_key (Results 1 – 2 of 2) sorted by relevance
938 svn_fs_x__pair_cache_key_t fulltext_cache_key; member1263 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() local2130 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() local2291 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 …]
1211 pair_cache_key_t fulltext_cache_key; member1515 pair_cache_key_t fulltext_cache_key, in rep_read_get_baton() argument1531 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() local2230 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() local2398 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 …]