Home
last modified time | relevance | path

Searched refs:oldpool (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c200 apr_pool_t *oldpool = svn_pool_create(pool); in svn_repos_history2() local
236 SVN_ERR(svn_fs_node_history2(&history, root, path, oldpool, oldpool)); in svn_repos_history2()
248 oldpool)); in svn_repos_history2()
293 svn_pool_clear(oldpool); in svn_repos_history2()
294 tmppool = oldpool; in svn_repos_history2()
295 oldpool = newpool; in svn_repos_history2()
301 svn_pool_destroy(oldpool); in svn_repos_history2()
H A Dlog.c431 apr_pool_t *oldpool; member
498 if (info->oldpool) in get_history()
499 svn_pool_destroy(info->oldpool); in get_history()
515 if (info->oldpool) in get_history()
516 svn_pool_destroy(info->oldpool); in get_history()
542 apr_pool_t *temppool = info->oldpool; in get_history()
543 info->oldpool = info->newpool; in get_history()
1461 info->oldpool = svn_pool_create(pool); in get_path_histories()
1466 info->oldpool = NULL; in get_path_histories()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Derror.c377 apr_pool_t *oldpool = new_err->pool; in svn_error_compose() local
400 apr_pool_cleanup_kill(oldpool, new_err, err_abort); in svn_error_compose()
412 svn_pool_destroy(oldpool); in svn_error_compose()