Searched refs:svn_fs_history_prev (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c239 /* Now, we loop over the history items, calling svn_fs_history_prev(). */
248 SVN_ERR(svn_fs_history_prev(&history, history, cross_copies, newpool));
559 SVN_ERR(svn_fs_history_prev(&history, history, TRUE, currpool));
1172 SVN_ERR(svn_fs_history_prev(&history, history, TRUE, iterpool));
1510 SVN_ERR(svn_fs_history_prev(&history, history, TRUE, iterpool));
H A Dlog.c299 SVN_ERR(svn_fs_history_prev(&history, history, TRUE, subpool));
300 SVN_ERR(svn_fs_history_prev(&history, history, TRUE, subpool));
425 SVN_ERR(svn_fs_history_prev(&info->hist, info->hist, ! strict, subpool));
440 SVN_ERR(svn_fs_history_prev(&hist, hist, ! strict, subpool));
445 SVN_ERR(svn_fs_history_prev(&hist, hist, ! strict, subpool));
/freebsd-10.1-release/contrib/subversion/subversion/include/
H A Dsvn_fs.h1378 * @note If this is the first call to svn_fs_history_prev() for the @a
1385 * calling svn_fs_history_prev().
1398 svn_fs_history_prev(svn_fs_history_t **prev_history_p,
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c1507 svn_fs_history_prev(svn_fs_history_t **prev_history_p,
1500 svn_fs_history_prev(svn_fs_history_t **prev_history_p, function

Completed in 110 milliseconds