Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_ra/
HDcompat.c668 apr_pool_t *currpool, *lastpool; in svn_ra__file_revs_from_log() local
702 lastpool = svn_pool_create(pool); in svn_ra__file_revs_from_log()
705 last_props = apr_hash_make(lastpool); in svn_ra__file_revs_from_log()
706 last_stream = svn_stream_empty(lastpool); in svn_ra__file_revs_from_log()
742 SVN_ERR(svn_prop_diffs(&prop_diffs, props, last_props, lastpool)); in svn_ra__file_revs_from_log()
747 &delta_handler, &delta_baton, prop_diffs, lastpool)); in svn_ra__file_revs_from_log()
754 svn_txdelta2(&delta_stream, last_stream, stream, FALSE, lastpool); in svn_ra__file_revs_from_log()
758 delta_baton, lastpool)); in svn_ra__file_revs_from_log()
763 currpool = lastpool; in svn_ra__file_revs_from_log()
764 lastpool = tmppool; in svn_ra__file_revs_from_log()
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDrev_hunt.c523 apr_pool_t *lastpool, *currpool; in check_ancestry_of_peg_path() local
525 lastpool = svn_pool_create(pool); in check_ancestry_of_peg_path()
530 SVN_ERR(svn_fs_node_history2(&history, root, fs_path, lastpool, lastpool)); in check_ancestry_of_peg_path()
544 lastpool)); in check_ancestry_of_peg_path()
558 svn_pool_clear(lastpool); in check_ancestry_of_peg_path()
559 tmppool = lastpool; in check_ancestry_of_peg_path()
560 lastpool = currpool; in check_ancestry_of_peg_path()
645 apr_pool_t *lastpool, *currpool; in svn_repos_trace_node_locations() local
666 lastpool = svn_pool_create(pool); in svn_repos_trace_node_locations()
744 svn_pool_destroy(lastpool); in svn_repos_trace_node_locations()
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDblame.c90 apr_pool_t *lastpool; /* pool used during previous call */ member
382 apr_pool_t *tmp_pool = frb->lastpool; in update_blame()
383 frb->lastpool = frb->currpool; in update_blame()
801 frb.lastpool = svn_pool_create(pool); in svn_client_blame5()
966 svn_pool_destroy(frb.lastpool); in svn_client_blame5()