Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Drecovery.c321 svn_boolean_t rep_cache_exists; in recover_body() local
323 SVN_ERR(svn_fs_x__exists_rep_cache(&rep_cache_exists, fs, in recover_body()
325 if (rep_cache_exists) in recover_body()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Drecovery.c478 svn_boolean_t rep_cache_exists; in recover_body() local
480 SVN_ERR(svn_fs_fs__exists_rep_cache(&rep_cache_exists, fs, pool)); in recover_body()
481 if (rep_cache_exists) in recover_body()