Home
last modified time | relevance | path

Searched refs:finish_report (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_ra/
HDdebug_reporter.c94 finish_report(void *report_baton, in finish_report() function
99 SVN_ERR(rb->wrapped_reporter->finish_report(rb->wrapped_report_baton, pool)); in finish_report()
140 tree_reporter->finish_report = finish_report; in svn_ra__get_debug_reporter()
HDdeprecated.c119 finish_report(void *report_baton, in finish_report() function
123 return b->reporter3->finish_report(b->reporter3_baton, pool); in finish_report()
150 finish_report,
HDwrapper_template.h247 return crb->reporter->finish_report(crb->baton, pool); in compat_finish_report()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_ra.h428 svn_error_t *(*finish_report)(void *report_baton, member
472 svn_error_t *(*finish_report)(void *report_baton, member
511 svn_error_t *(*finish_report)(void *report_baton, member
/NextBSD/contrib/subversion/subversion/svnbench/
HDnull-export-cmd.c270 SVN_ERR(reporter->finish_report(report_baton, pool)); in bench_null_export()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDadm_crawler.c695 SVN_ERR(reporter->finish_report(report_baton, scratch_pool)); in svn_wc_crawl_revisions5()
859 return svn_error_trace(reporter->finish_report(report_baton, scratch_pool)); in svn_wc_crawl_revisions5()
HDexternals.c1179 SVN_ERR(reporter->finish_report(report_baton, scratch_pool)); in svn_wc__crawl_file_external()
1225 return svn_error_trace(reporter->finish_report(report_baton, scratch_pool)); in svn_wc__crawl_file_external()
HDdeprecated.c259 return wrb->reporter->finish_report(wrb->baton, pool); in wrap_3to2_finish_report()
419 return wrb->reporter->finish_report(wrb->baton, pool); in wrap_2to1_finish_report()
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDcopy_foreign.c442 SVN_ERR(reporter->finish_report(reporter_baton, scratch_pool)); in copy_foreign_dir()
HDstatus.c216 return rb->wrapped_reporter->finish_report(rb->wrapped_report_baton, pool); in reporter_finish_report()
HDdiff.c1849 reporter->finish_report(reporter_baton, scratch_pool)); in diff_repos_repos()
2107 SVN_ERR(reporter->finish_report(reporter_baton, scratch_pool)); in diff_repos_wc()
HDexport.c1335 SVN_ERR(reporter->finish_report(report_baton, scratch_pool)); in export_directory()
HDmerge.c5849 SVN_ERR(reporter->finish_report(report_baton, scratch_pool)); in drive_merge_report_editor()
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDreporter.c1403 finish_report(report_baton_t *b, apr_pool_t *pool) in finish_report() function
1551 return svn_error_trace(finish_report(b, pool)); in svn_repos_finish_report()
/NextBSD/contrib/subversion/subversion/svnrdump/
HDsvnrdump.c463 SVN_ERR(reporter->finish_report(report_baton, pool)); in dump_initial_full_revision()
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDupdate.c2651 finish_report(void *report_baton, in finish_report() function
2723 finish_report,
/NextBSD/contrib/subversion/subversion/svnserve/
HDserve.c903 static svn_error_t *finish_report(svn_ra_svn_conn_t *conn, apr_pool_t *pool, in finish_report() function
929 { "finish-report", finish_report, TRUE },
/NextBSD/contrib/subversion/
HDCHANGES4797 - add pool parameter to finish_report and abort_report (r8215)