Searched refs:finish_report (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Ddebug_reporter.c96 finish_report(void *report_baton,
100 SVN_ERR(svn_stream_puts(rb->out, "finish_report()\n"));
101 SVN_ERR(rb->wrapped_reporter->finish_report(rb->wrapped_report_baton, pool));
143 tree_reporter->finish_report = finish_report;
94 finish_report(void *report_baton, function
H A Ddeprecated.c120 finish_report(void *report_baton,
124 return b->reporter3->finish_report(b->reporter3_baton, pool);
145 delete_path(), finish_report(), and abort_report(), we cheerfully
151 finish_report,
119 finish_report(void *report_baton, function
H A Dwrapper_template.h247 return crb->reporter->finish_report(crb->baton, pool);
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c285 SVN_ERR(reporter->finish_report(report_baton, pool));
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h430 svn_error_t *(*finish_report)(void *report_baton,
474 svn_error_t *(*finish_report)(void *report_baton,
513 svn_error_t *(*finish_report)(void *report_baton,
1266 * When finished, the client calls @a reporter->finish_report(). The
1450 * When finished, the client calls @a reporter->finish_report(). The RA
1528 * When finished, the client calls @a reporter->finish_report(). The
428 svn_error_t *(*finish_report)(void *report_baton, member in struct:svn_ra_reporter3_t
472 svn_error_t *(*finish_report)(void *report_baton, member in struct:svn_ra_reporter2_t
511 svn_error_t *(*finish_report)(void *report_baton, member in struct:svn_ra_reporter_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c696 SVN_ERR(reporter->finish_report(report_baton, scratch_pool));
860 return svn_error_trace(reporter->finish_report(report_baton, scratch_pool));
H A Dexternals.c1199 SVN_ERR(reporter->finish_report(report_baton, scratch_pool));
1245 return svn_error_trace(reporter->finish_report(report_baton, scratch_pool));
H A Ddeprecated.c261 return wrb->reporter->finish_report(wrb->baton, pool);
421 return wrb->reporter->finish_report(wrb->baton, pool);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c186 /* Implements svn_ra_reporter3_t->finish_report. */
222 return rb->wrapped_reporter->finish_report(rb->wrapped_report_baton, pool);
640 within PATH. When we call reporter->finish_report,
H A Ddiff.c2066 reporter->finish_report(reporter_baton, scratch_pool));
2331 SVN_ERR(reporter->finish_report(reporter_baton, scratch_pool));
H A Dexport.c1334 SVN_ERR(reporter->finish_report(report_baton, scratch_pool));
H A Dconflicts.c7815 SVN_ERR(reporter->finish_report(reporter_baton, scratch_pool));
H A Dmerge.c5949 SVN_ERR(reporter->finish_report(report_baton, scratch_pool));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c1424 finish_report(report_baton_t *b, apr_pool_t *pool) function
1573 return svn_error_trace(finish_report(b, pool));
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c460 SVN_ERR(reporter->finish_report(report_baton, pool));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c2472 finish_report(void *report_baton,
2545 finish_report,
2466 finish_report(void *report_baton, function
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c857 * the error finish_report, to be handled by the calling command.
940 static svn_error_t *finish_report(svn_ra_svn_conn_t *conn, apr_pool_t *pool,
969 { "finish-report", finish_report, NULL, TRUE },
939 static svn_error_t *finish_report(svn_ra_svn_conn_t *conn, apr_pool_t *pool, function

Completed in 816 milliseconds