Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra/
Ddebug_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()
Ddeprecated.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,
Dwrapper_template.h247 return crb->reporter->finish_report(crb->baton, pool); in compat_finish_report()
/freebsd-10-stable/contrib/subversion/subversion/include/
Dsvn_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
/freebsd-10-stable/contrib/subversion/subversion/svnbench/
Dnull-export-cmd.c270 SVN_ERR(reporter->finish_report(report_baton, pool)); in bench_null_export()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dadm_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()
Dexternals.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()
Ddeprecated.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()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Dcopy_foreign.c442 SVN_ERR(reporter->finish_report(reporter_baton, scratch_pool)); in copy_foreign_dir()
Dstatus.c216 return rb->wrapped_reporter->finish_report(rb->wrapped_report_baton, pool); in reporter_finish_report()
Ddiff.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()
Dexport.c1335 SVN_ERR(reporter->finish_report(report_baton, scratch_pool)); in export_directory()
Dmerge.c5922 SVN_ERR(reporter->finish_report(report_baton, scratch_pool)); in drive_merge_report_editor()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
Dreporter.c1422 finish_report(report_baton_t *b, apr_pool_t *pool) in finish_report() function
1570 return svn_error_trace(finish_report(b, pool)); in svn_repos_finish_report()
/freebsd-10-stable/contrib/subversion/subversion/svnrdump/
Dsvnrdump.c463 SVN_ERR(reporter->finish_report(report_baton, pool)); in dump_initial_full_revision()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dupdate.c2651 finish_report(void *report_baton, in finish_report() function
2723 finish_report,
/freebsd-10-stable/contrib/subversion/subversion/svnserve/
Dserve.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 },
/freebsd-10-stable/contrib/subversion/
DCHANGES5014 - add pool parameter to finish_report and abort_report (r8215)