Searched refs:history_root (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/ |
| D | log.c | 442 svn_fs_root_t *history_root = NULL; in get_history() local 461 SVN_ERR(svn_fs_revision_root(&history_root, fs, info->history_rev, in get_history() 464 SVN_ERR(svn_fs_node_history2(&hist, history_root, info->path->data, in get_history() 507 SVN_ERR(svn_fs_revision_root(&history_root, fs, in get_history() 510 SVN_ERR(authz_read_func(&readable, history_root, in get_history()
|
| D | rev_hunt.c | 265 svn_fs_root_t *history_root; in svn_repos_history2() local 266 SVN_ERR(svn_fs_revision_root(&history_root, fs, in svn_repos_history2() 268 SVN_ERR(authz_read_func(&readable, history_root, history_path, in svn_repos_history2()
|