Searched refs:oldpool (Results 1 – 3 of 3) sorted by relevance
200 apr_pool_t *oldpool = svn_pool_create(pool); in svn_repos_history2() local236 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()
431 apr_pool_t *oldpool; member498 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()
377 apr_pool_t *oldpool = new_err->pool; in svn_error_compose() local400 apr_pool_cleanup_kill(oldpool, new_err, err_abort); in svn_error_compose()412 svn_pool_destroy(oldpool); in svn_error_compose()