Searched refs:reporter (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Ddebug_reporter.h33 /* Return a debug reporter that wraps @a wrapped_reporter.
35 * The debug reporter simply prints an indication of what callbacks are being
40 svn_ra__get_debug_reporter(const svn_ra_reporter3_t **reporter,
H A Dwrapper_template.h202 const svn_ra_reporter3_t *reporter; member in struct:compat_report_baton
214 return crb->reporter->set_path(crb->baton, path, revision,
225 return crb->reporter->delete_path(crb->baton, path, pool);
237 return crb->reporter->link_path(crb->baton, path, url, revision,
247 return crb->reporter->finish_report(crb->baton, pool);
255 return crb->reporter->abort_report(crb->baton, pool);
266 static void compat_wrap_reporter(const svn_ra_reporter_t **reporter, argument
273 crb->reporter = wrapped;
276 *reporter = &compat_reporter;
281 const svn_ra_reporter_t **reporter,
280 compat_do_update(void *session_baton, const svn_ra_reporter_t **reporter, void **report_baton, svn_revnum_t revision_to_update_to, const char *update_target, svn_boolean_t recurse, const svn_delta_editor_t *editor, void *update_baton, apr_pool_t *pool) argument
305 compat_do_switch(void *session_baton, const svn_ra_reporter_t **reporter, void **report_baton, svn_revnum_t revision_to_switch_to, const char *switch_target, svn_boolean_t recurse, const char *switch_url, const svn_delta_editor_t *editor, void *switch_baton, apr_pool_t *pool) argument
333 compat_do_status(void *session_baton, const svn_ra_reporter_t **reporter, void **report_baton, const char *status_target, svn_revnum_t revision, svn_boolean_t recurse, const svn_delta_editor_t *editor, void *status_baton, apr_pool_t *pool) argument
355 compat_do_diff(void *session_baton, const svn_ra_reporter_t **reporter, void **report_baton, svn_revnum_t revision, const char *diff_target, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, const char *versus_url, const svn_delta_editor_t *diff_editor, void *diff_baton, apr_pool_t *pool) argument
[all...]
H A Ddeprecated.c51 worrying about what kind of reporter they're dealing with.
142 reporter returned from session->vtable->do_foo. But the code would
267 const svn_ra_reporter2_t **reporter,
282 *reporter = &reporter_3in2_wrapper;
293 const svn_ra_reporter2_t **reporter,
306 return svn_ra_do_diff2(session, reporter, report_baton, revision,
368 const svn_ra_reporter3_t **reporter,
380 reporter, report_baton,
390 const svn_ra_reporter2_t **reporter,
402 *reporter
265 svn_ra_do_diff2(svn_ra_session_t *session, const svn_ra_reporter2_t **reporter, void **report_baton, svn_revnum_t revision, const char *diff_target, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, svn_boolean_t text_deltas, const char *versus_url, const svn_delta_editor_t *diff_editor, void *diff_baton, apr_pool_t *pool) argument
291 svn_ra_do_diff(svn_ra_session_t *session, const svn_ra_reporter2_t **reporter, void **report_baton, svn_revnum_t revision, const char *diff_target, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, const char *versus_url, const svn_delta_editor_t *diff_editor, void *diff_baton, apr_pool_t *pool) argument
366 svn_ra_do_update2(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t revision_to_update_to, const char *update_target, svn_depth_t depth, svn_boolean_t send_copyfrom_args, const svn_delta_editor_t *update_editor, void *update_baton, apr_pool_t *pool) argument
388 svn_ra_do_update(svn_ra_session_t *session, const svn_ra_reporter2_t **reporter, void **report_baton, svn_revnum_t revision_to_update_to, const char *update_target, svn_boolean_t recurse, const svn_delta_editor_t *update_editor, void *update_baton, apr_pool_t *pool) argument
415 svn_ra_do_switch2(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t revision_to_switch_to, const char *switch_target, svn_depth_t depth, const char *switch_url, const svn_delta_editor_t *switch_editor, void *switch_baton, apr_pool_t *pool) argument
438 svn_ra_do_switch(svn_ra_session_t *session, const svn_ra_reporter2_t **reporter, void **report_baton, svn_revnum_t revision_to_switch_to, const char *switch_target, svn_boolean_t recurse, const char *switch_url, const svn_delta_editor_t *switch_editor, void *switch_baton, apr_pool_t *pool) argument
465 svn_ra_do_status(svn_ra_session_t *session, const svn_ra_reporter2_t **reporter, void **report_baton, const char *status_target, svn_revnum_t revision, svn_boolean_t recurse, const svn_delta_editor_t *status_editor, void *status_baton, apr_pool_t *pool) argument
[all...]
H A Ddebug_reporter.c2 * debug_reporter.c : An reporter that writes the operations it does to stderr.
119 svn_ra__get_debug_reporter(const svn_ra_reporter3_t **reporter,
150 *reporter = tree_reporter;
116 svn_ra__get_debug_reporter(const svn_ra_reporter3_t **reporter, void **report_baton, const svn_ra_reporter3_t *wrapped_reporter, void *wrapped_report_baton, apr_pool_t *pool) argument
H A Dra_loader.h162 const svn_ra_reporter3_t **reporter,
175 const svn_ra_reporter3_t **reporter,
189 const svn_ra_reporter3_t **reporter,
199 const svn_ra_reporter3_t **reporter,
H A Dra_loader.c710 const svn_ra_reporter3_t **reporter,
725 reporter, report_baton,
735 const svn_ra_reporter3_t **reporter,
751 reporter, report_baton,
762 const svn_ra_reporter3_t **reporter,
774 reporter, report_baton,
780 const svn_ra_reporter3_t **reporter,
795 reporter, report_baton,
706 svn_ra_do_update3(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t revision_to_update_to, const char *update_target, svn_depth_t depth, svn_boolean_t send_copyfrom_args, svn_boolean_t ignore_ancestry, const svn_delta_editor_t *update_editor, void *update_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
731 svn_ra_do_switch3(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t revision_to_switch_to, const char *switch_target, svn_depth_t depth, const char *switch_url, svn_boolean_t send_copyfrom_args, svn_boolean_t ignore_ancestry, const svn_delta_editor_t *switch_editor, void *switch_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
758 svn_ra_do_status2(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, const char *status_target, svn_revnum_t revision, svn_depth_t depth, const svn_delta_editor_t *status_editor, void *status_baton, apr_pool_t *pool) argument
776 svn_ra_do_diff3(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t revision, const char *diff_target, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t text_deltas, const char *versus_url, const svn_delta_editor_t *diff_editor, void *diff_baton, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c209 Report DIR_ABSPATH to the reporter as REPORT_RELPATH.
251 const svn_ra_reporter3_t *reporter,
344 SVN_ERR(reporter->set_path(report_baton,
357 SVN_ERR(reporter->delete_path(report_baton,
376 SVN_ERR(reporter->delete_path(report_baton, this_report_relpath,
449 SVN_ERR(reporter->link_path(report_baton,
460 SVN_ERR(reporter->set_path(report_baton,
471 SVN_ERR(reporter->link_path(report_baton,
486 SVN_ERR(reporter->set_path(report_baton,
531 SVN_ERR(reporter
244 report_revisions_and_depths(svn_wc__db_t *db, const char *dir_abspath, const char *report_relpath, svn_revnum_t dir_rev, const char *dir_repos_relpath, const char *dir_repos_root, svn_depth_t dir_depth, const svn_ra_reporter3_t *reporter, void *report_baton, svn_boolean_t restore_files, svn_depth_t depth, svn_boolean_t honor_depth_exclude, svn_boolean_t depth_compatibility_trick, svn_boolean_t report_everything, svn_boolean_t use_commit_times, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
633 svn_wc_crawl_revisions5(svn_wc_context_t *wc_ctx, const char *local_abspath, const svn_ra_reporter3_t *reporter, void *report_baton, svn_boolean_t restore_files, svn_depth_t depth, svn_boolean_t honor_depth_exclude, svn_boolean_t depth_compatibility_trick, svn_boolean_t use_commit_times, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
[all...]
H A Ddeprecated.c161 const svn_ra_reporter3_t *reporter,
182 reporter,
210 const svn_ra_reporter2_t *reporter;
225 return wrb->reporter->set_path(wrb->baton, path, revision, start_empty,
236 return wrb->reporter->delete_path(wrb->baton, path, pool);
251 return wrb->reporter->link_path(wrb->baton, path, url, revision,
261 return wrb->reporter->finish_report(wrb->baton, pool);
270 return wrb->reporter->abort_report(wrb->baton, pool);
284 const svn_ra_reporter3_t *reporter,
297 reporter, report_bato
158 svn_wc_crawl_revisions4(const char *path, svn_wc_adm_access_t *adm_access, const svn_ra_reporter3_t *reporter, void *report_baton, svn_boolean_t restore_files, svn_depth_t depth, svn_boolean_t honor_depth_exclude, svn_boolean_t depth_compatibility_trick, svn_boolean_t use_commit_times, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool) argument
209 const svn_ra_reporter2_t *reporter; member in struct:wrap_3to2_report_baton
281 svn_wc_crawl_revisions3(const char *path, svn_wc_adm_access_t *adm_access, const svn_ra_reporter3_t *reporter, void *report_baton, svn_boolean_t restore_files, svn_depth_t depth, svn_boolean_t depth_compatibility_trick, svn_boolean_t use_commit_times, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool) argument
309 svn_wc_crawl_revisions2(const char *path, svn_wc_adm_access_t *adm_access, const svn_ra_reporter2_t *reporter, void *report_baton, svn_boolean_t restore_files, svn_boolean_t recurse, svn_boolean_t use_commit_times, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool) argument
371 const svn_ra_reporter_t *reporter; member in struct:wrap_2to1_report_baton
441 svn_wc_crawl_revisions(const char *path, svn_wc_adm_access_t *adm_access, const svn_ra_reporter_t *reporter, void *report_baton, svn_boolean_t restore_files, svn_boolean_t recurse, svn_boolean_t use_commit_times, svn_wc_notify_func_t notify_func, void *notify_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool) argument
[all...]
H A Dexternals.c1152 const svn_ra_reporter3_t *reporter,
1188 the reporter that we don't know this node.
1193 SVN_ERR(reporter->set_path(report_baton, "", 0, svn_depth_infinity,
1195 SVN_ERR(reporter->delete_path(report_baton, "", scratch_pool));
1199 SVN_ERR(reporter->finish_report(report_baton, scratch_pool));
1226 SVN_ERR(reporter->set_path(report_baton, "", revision,
1234 SVN_ERR(reporter->link_path(report_baton, "",
1245 return svn_error_trace(reporter->finish_report(report_baton, scratch_pool));
1148 svn_wc__crawl_file_external(svn_wc_context_t *wc_ctx, const char *local_abspath, const svn_ra_reporter3_t *reporter, void *report_baton, svn_boolean_t restore_files, svn_boolean_t use_commit_times, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/usr.bin/svn/lib/libsvn_repos/
H A DMakefile30 reporter.c \
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c243 const svn_ra_reporter3_t *reporter;
267 /* Manufacture a basic 'report' to the update reporter. */
269 &reporter, &report_baton,
278 SVN_ERR(reporter->set_path(report_baton, "", loc->rev,
285 SVN_ERR(reporter->finish_report(report_baton, pool));
242 const svn_ra_reporter3_t *reporter; local
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h1262 * In return, the client receives a @a reporter/@a report_baton. The
1264 * @a reporter.
1266 * When finished, the client calls @a reporter->finish_report(). The
1295 * Allocate @a *reporter and @a *report_baton in @a result_pool. Use
1298 * @note The reporter provided by this function does NOT supply copy-
1316 const svn_ra_reporter3_t **reporter,
1337 const svn_ra_reporter3_t **reporter,
1358 const svn_ra_reporter2_t **reporter,
1383 const svn_ra_reporter3_t **reporter,
1406 const svn_ra_reporter3_t **reporter,
[all...]
H A Dsvn_wc.h5477 * to @a reporter/@a report_baton. Obviously, if @a local_abspath is a
5483 * After all revisions are reported, @a reporter->finish_report() is
5516 * flag on @a reporter->set_path() and @a reporter->link_path() calls
5534 const svn_ra_reporter3_t *reporter,
5560 const svn_ra_reporter3_t *reporter,
5583 const svn_ra_reporter3_t *reporter,
5606 const svn_ra_reporter2_t *reporter,
5626 const svn_ra_reporter_t *reporter,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dswitch.c51 - the reporter->finish_report() routine needs to make the server
104 const svn_ra_reporter3_t *reporter;
328 SVN_ERR(svn_ra_do_switch3(ra_session, &reporter, &report_baton,
342 /* Drive the reporter structure, describing the revisions within
343 LOCAL_ABSPATH. When this calls reporter->finish_report, the
344 reporter will drive the switch_editor. */
345 SVN_ERR(svn_wc_crawl_revisions5(ctx->wc_ctx, local_abspath, reporter,
102 const svn_ra_reporter3_t *reporter; local
H A Dupdate.c308 const svn_ra_reporter3_t *reporter;
545 SVN_ERR(svn_ra_do_update3(ra_session, &reporter, &report_baton,
559 /* Drive the reporter structure, describing the revisions within
560 LOCAL_ABSPATH. When this calls reporter->finish_report, the
561 reporter will drive the update_editor. */
562 SVN_ERR(svn_wc_crawl_revisions5(ctx->wc_ctx, local_abspath, reporter,
306 const svn_ra_reporter3_t *reporter; local
H A Ddiff.c1930 const svn_ra_reporter3_t *reporter;
2054 SVN_ERR(svn_ra_do_diff3(ra_session, &reporter, &reporter_baton,
2059 /* Drive the reporter; do the diff. */
2060 SVN_ERR(reporter->set_path(reporter_baton, "", rev1,
2066 reporter->finish_report(reporter_baton, scratch_pool));
2110 const svn_ra_reporter3_t *reporter;
2186 * Describe the copy source to the reporter instead of the copy itself.
2300 &reporter, &reporter_baton,
2320 SVN_ERR(reporter->set_path(reporter_baton, "",
2325 SVN_ERR(reporter
1926 const svn_ra_reporter3_t *reporter; local
2106 const svn_ra_reporter3_t *reporter; local
[all...]
H A Dexport.c1303 const svn_ra_reporter3_t *reporter;
1316 /* Manufacture a basic 'report' to the update reporter. */
1318 &reporter, &report_baton,
1327 SVN_ERR(reporter->set_path(report_baton, "", loc->rev,
1334 SVN_ERR(reporter->finish_report(report_baton, scratch_pool));
1299 const svn_ra_reporter3_t *reporter; local
H A Dexternals.c546 const svn_ra_reporter3_t *reporter; local
587 SVN_ERR(svn_ra_do_switch3(ra_session, &reporter, &report_baton,
596 reporter, report_baton,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h1261 const svn_ra_reporter3_t **reporter,
1276 const svn_ra_reporter3_t **reporter,
1288 const svn_ra_reporter3_t **reporter,
1303 const svn_ra_reporter3_t **reporter,
H A Dupdate.c286 /* The original repos_relpath of this url (via the reporter)
2555 const svn_ra_reporter3_t **reporter,
2615 *reporter = &ra_serf_reporter;
2761 const svn_ra_reporter3_t **reporter,
2775 SVN_ERR(make_update_reporter(ra_session, reporter, report_baton,
2787 const svn_ra_reporter3_t **reporter,
2802 SVN_ERR(make_update_reporter(ra_session, reporter, report_baton,
2815 const svn_ra_reporter3_t **reporter,
2827 SVN_ERR(make_update_reporter(ra_session, reporter, report_baton,
2839 const svn_ra_reporter3_t **reporter,
2547 make_update_reporter(svn_ra_session_t *ra_session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t revision, const char *src_path, const char *dest_path, const char *update_target, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t text_deltas, svn_boolean_t send_copyfrom_args, const svn_delta_editor_t *update_editor, void *update_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2753 svn_ra_serf__do_update(svn_ra_session_t *ra_session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t revision_to_update_to, const char *update_target, svn_depth_t depth, svn_boolean_t send_copyfrom_args, svn_boolean_t ignore_ancestry, const svn_delta_editor_t *update_editor, void *update_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2779 svn_ra_serf__do_diff(svn_ra_session_t *ra_session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t revision, const char *diff_target, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t text_deltas, const char *versus_url, const svn_delta_editor_t *diff_editor, void *diff_baton, apr_pool_t *pool) argument
2807 svn_ra_serf__do_status(svn_ra_session_t *ra_session, const svn_ra_reporter3_t **reporter, void **report_baton, const char *status_target, svn_revnum_t revision, svn_depth_t depth, const svn_delta_editor_t *status_editor, void *status_baton, apr_pool_t *pool) argument
2831 svn_ra_serf__do_switch(svn_ra_session_t *ra_session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t revision_to_switch_to, const char *switch_target, svn_depth_t depth, const char *switch_url, svn_boolean_t send_copyfrom_args, svn_boolean_t ignore_ancestry, const svn_delta_editor_t *switch_editor, void *switch_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c174 /*** The reporter vtable needed by do_update() and friends ***/
289 * Allocate @a *reporter and @a *report_baton in @a result_pool. Use
294 const svn_ra_reporter3_t **reporter,
336 /* Pass back our reporter */
337 *reporter = &ra_local_reporter;
350 /* Build a reporter baton. */
375 reporter baton. */
982 const svn_ra_reporter3_t **reporter,
995 reporter,
1012 const svn_ra_reporter3_t **reporter,
291 make_reporter(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t revision, const char *target, const char *other_url, svn_boolean_t text_deltas, svn_depth_t depth, svn_boolean_t send_copyfrom_args, svn_boolean_t ignore_ancestry, const svn_delta_editor_t *editor, void *edit_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
977 svn_ra_local__do_update(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t update_revision, const char *update_target, svn_depth_t depth, svn_boolean_t send_copyfrom_args, svn_boolean_t ignore_ancestry, const svn_delta_editor_t *update_editor, void *update_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1007 svn_ra_local__do_switch(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t update_revision, const char *update_target, svn_depth_t depth, const char *switch_url, svn_boolean_t send_copyfrom_args, svn_boolean_t ignore_ancestry, const svn_delta_editor_t *update_editor, void *update_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1038 svn_ra_local__do_status(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, const char *status_target, svn_revnum_t revision, svn_depth_t depth, const svn_delta_editor_t *status_editor, void *status_baton, apr_pool_t *pool) argument
1065 svn_ra_local__do_diff(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t update_revision, const char *update_target, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t text_deltas, const char *switch_url, const svn_delta_editor_t *update_editor, void *update_baton, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c425 const svn_ra_reporter3_t *reporter;
449 reporter, telling it that we have nothing to start with. The
455 SVN_ERR(svn_ra_do_update3(session, &reporter, &report_baton, revision,
458 SVN_ERR(reporter->set_path(report_baton, "", revision,
460 SVN_ERR(reporter->finish_report(report_baton, pool));
423 const svn_ra_reporter3_t *reporter; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c326 /* Set *REPORTER and *REPORT_BATON to a new reporter which will drive
329 * Allocate the new reporter in POOL.
338 const svn_ra_reporter3_t **reporter,
367 *reporter = &ra_svn_reporter;
1711 const svn_ra_reporter3_t **reporter,
1734 /* Fetch a reporter for the caller to drive. The reporter will drive
1737 target, depth, reporter, report_baton));
1743 const svn_ra_reporter3_t **reporter,
1768 /* Fetch a reporter fo
331 ra_svn_get_reporter(svn_ra_svn__session_baton_t *sess_baton, apr_pool_t *pool, const svn_delta_editor_t *editor, void *edit_baton, const char *target, svn_depth_t depth, const svn_ra_reporter3_t **reporter, void **report_baton) argument
1709 ra_svn_update(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t rev, const char *target, svn_depth_t depth, svn_boolean_t send_copyfrom_args, svn_boolean_t ignore_ancestry, const svn_delta_editor_t *update_editor, void *update_baton, apr_pool_t *pool, apr_pool_t *scratch_pool) argument
1741 ra_svn_switch(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t rev, const char *target, svn_depth_t depth, const char *switch_url, svn_boolean_t send_copyfrom_args, svn_boolean_t ignore_ancestry, const svn_delta_editor_t *update_editor, void *update_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1774 ra_svn_status(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, const char *target, svn_revnum_t rev, svn_depth_t depth, const svn_delta_editor_t *status_editor, void *status_baton, apr_pool_t *pool) argument
1801 ra_svn_diff(svn_ra_session_t *session, const svn_ra_reporter3_t **reporter, void **report_baton, svn_revnum_t rev, const char *target, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t text_deltas, const char *versus_url, const svn_delta_editor_t *diff_editor, void *diff_baton, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h99 const svn_ra_reporter3_t *reporter,
1655 * +--> | reporter | ----> | editor | ----> | diff_cbs | ----> text
1659 * 3. svn_wc_crawl_revisions5(WC,reporter)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2189 UninitValsDiagReporter reporter(S);
2193 reporter, stats);

Completed in 305 milliseconds

12