Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDrev_hunt.c523 apr_pool_t *lastpool, *currpool; in check_ancestry_of_peg_path() local
526 currpool = svn_pool_create(pool); in check_ancestry_of_peg_path()
543 SVN_ERR(svn_fs_history_prev2(&history, history, TRUE, currpool, in check_ancestry_of_peg_path()
549 SVN_ERR(svn_fs_history_location(&path, &revision, history, currpool)); in check_ancestry_of_peg_path()
560 lastpool = currpool; in check_ancestry_of_peg_path()
561 currpool = tmppool; in check_ancestry_of_peg_path()
645 apr_pool_t *lastpool, *currpool; in svn_repos_trace_node_locations() local
667 currpool = svn_pool_create(pool); in svn_repos_trace_node_locations()
683 svn_pool_clear(currpool); in svn_repos_trace_node_locations()
686 currpool)); in svn_repos_trace_node_locations()
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDblame.c91 apr_pool_t *currpool; /* pool used during this call */ member
349 frb->currpool)); in update_blame()
362 frb->currpool)); in update_blame()
383 frb->lastpool = frb->currpool; in update_blame()
384 frb->currpool = tmp_pool; in update_blame()
442 svn_pool_clear(frb->currpool); in file_rev_handler()
446 apr_hash_t *props = svn_prop_array_to_hash(prop_diffs, frb->currpool); in file_rev_handler()
495 delta_baton = apr_pcalloc(frb->currpool, sizeof(*delta_baton)); in file_rev_handler()
500 frb->currpool, pool)); in file_rev_handler()
509 filepool = frb->currpool; in file_rev_handler()
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_ra/
HDcompat.c668 apr_pool_t *currpool, *lastpool; in svn_ra__file_revs_from_log() local
701 currpool = svn_pool_create(pool); in svn_ra__file_revs_from_log()
725 svn_pool_clear(currpool); in svn_ra__file_revs_from_log()
731 currpool, currpool)); in svn_ra__file_revs_from_log()
733 stream, NULL, &props, currpool)); in svn_ra__file_revs_from_log()
738 currpool)); in svn_ra__file_revs_from_log()
739 stream = svn_stream_from_aprfile2(file, FALSE, currpool); in svn_ra__file_revs_from_log()
762 tmppool = currpool; in svn_ra__file_revs_from_log()
763 currpool = lastpool; in svn_ra__file_revs_from_log()
772 svn_pool_destroy(currpool); in svn_ra__file_revs_from_log()