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

12

/freebsd-10.1-release/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.h200 const svn_ra_reporter3_t *reporter; member in struct:compat_report_baton
212 return crb->reporter->set_path(crb->baton, path, revision,
223 return crb->reporter->delete_path(crb->baton, path, pool);
235 return crb->reporter->link_path(crb->baton, path, url, revision,
245 return crb->reporter->finish_report(crb->baton, pool);
253 return crb->reporter->abort_report(crb->baton, pool);
264 static void compat_wrap_reporter(const svn_ra_reporter_t **reporter, argument
271 crb->reporter = wrapped;
274 *reporter = &compat_reporter;
279 const svn_ra_reporter_t **reporter,
278 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
303 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
331 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
353 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
254 const svn_ra_reporter2_t **reporter,
269 *reporter = &reporter_3in2_wrapper;
280 const svn_ra_reporter2_t **reporter,
293 return svn_ra_do_diff2(session, reporter, report_baton, revision,
355 const svn_ra_reporter3_t **reporter,
367 reporter, report_baton,
377 const svn_ra_reporter2_t **reporter,
389 *reporter
252 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
278 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
353 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
375 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
402 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
425 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
452 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.h141 const svn_ra_reporter3_t **reporter,
154 const svn_ra_reporter3_t **reporter,
168 const svn_ra_reporter3_t **reporter,
178 const svn_ra_reporter3_t **reporter,
H A Dra_loader.c791 const svn_ra_reporter3_t **reporter,
806 reporter, report_baton,
816 const svn_ra_reporter3_t **reporter,
832 reporter, report_baton,
843 const svn_ra_reporter3_t **reporter,
855 reporter, report_baton,
861 const svn_ra_reporter3_t **reporter,
876 reporter, report_baton,
787 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
812 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
839 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
857 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-10.1-release/usr.bin/svn/lib/libsvn_repos/
H A DMakefile12 replay.c reporter.c repos.c rev_hunt.c \
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c199 Report DIR_ABSPATH to the reporter as REPORT_RELPATH.
241 const svn_ra_reporter3_t *reporter,
334 SVN_ERR(reporter->set_path(report_baton,
347 SVN_ERR(reporter->delete_path(report_baton,
366 SVN_ERR(reporter->delete_path(report_baton, this_report_relpath,
437 SVN_ERR(reporter->link_path(report_baton,
448 SVN_ERR(reporter->set_path(report_baton,
459 SVN_ERR(reporter->link_path(report_baton,
474 SVN_ERR(reporter->set_path(report_baton,
519 SVN_ERR(reporter
234 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
621 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.c160 const svn_ra_reporter3_t *reporter,
181 reporter,
209 const svn_ra_reporter2_t *reporter;
224 return wrb->reporter->set_path(wrb->baton, path, revision, start_empty,
235 return wrb->reporter->delete_path(wrb->baton, path, pool);
250 return wrb->reporter->link_path(wrb->baton, path, url, revision,
260 return wrb->reporter->finish_report(wrb->baton, pool);
269 return wrb->reporter->abort_report(wrb->baton, pool);
283 const svn_ra_reporter3_t *reporter,
296 reporter, report_bato
157 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
208 const svn_ra_reporter2_t *reporter; member in struct:wrap_3to2_report_baton
280 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
308 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
370 const svn_ra_reporter_t *reporter; member in struct:wrap_2to1_report_baton
440 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.c1072 const svn_ra_reporter3_t *reporter,
1108 the reporter that we don't know this node.
1113 SVN_ERR(reporter->set_path(report_baton, "", 0, svn_depth_infinity,
1115 SVN_ERR(reporter->delete_path(report_baton, "", scratch_pool));
1119 SVN_ERR(reporter->finish_report(report_baton, scratch_pool));
1146 SVN_ERR(reporter->set_path(report_baton, "", revision,
1154 SVN_ERR(reporter->link_path(report_baton, "",
1165 return svn_error_trace(reporter->finish_report(report_baton, scratch_pool));
1068 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-10.1-release/contrib/subversion/subversion/include/
H A Dsvn_ra.h1090 * In return, the client receives a @a reporter/@a report_baton. The
1092 * @a reporter.
1094 * When finished, the client calls @a reporter->finish_report(). The
1123 * Allocate @a *reporter and @a *report_baton in @a result_pool. Use
1126 * @note The reporter provided by this function does NOT supply copy-
1144 const svn_ra_reporter3_t **reporter,
1165 const svn_ra_reporter3_t **reporter,
1186 const svn_ra_reporter2_t **reporter,
1211 const svn_ra_reporter3_t **reporter,
1234 const svn_ra_reporter3_t **reporter,
[all...]
H A Dsvn_wc.h5297 * to @a reporter/@a report_baton. Obviously, if @a local_abspath is a
5303 * After all revisions are reported, @a reporter->finish_report() is
5336 * flag on @a reporter->set_path() and @a reporter->link_path() calls
5354 const svn_ra_reporter3_t *reporter,
5380 const svn_ra_reporter3_t *reporter,
5403 const svn_ra_reporter3_t *reporter,
5426 const svn_ra_reporter2_t *reporter,
5446 const svn_ra_reporter_t *reporter,
/freebsd-10.1-release/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;
330 SVN_ERR(svn_ra_do_switch3(ra_session, &reporter, &report_baton,
344 /* Drive the reporter structure, describing the revisions within
345 PATH. When we call reporter->finish_report, the update_editor
347 SVN_ERR(svn_wc_crawl_revisions5(ctx->wc_ctx, local_abspath, reporter,
102 const svn_ra_reporter3_t *reporter; local
H A Dcopy_foreign.c404 const svn_ra_reporter3_t *reporter; local
431 SVN_ERR(svn_ra_do_update3(ra_session, &reporter, &reporter_baton,
436 SVN_ERR(reporter->set_path(reporter_baton, "", location->rev, depth,
440 SVN_ERR(reporter->finish_report(reporter_baton, scratch_pool));
H A Ddiff.c1687 const svn_ra_reporter3_t *reporter;
1793 SVN_ERR(svn_ra_do_diff3(ra_session, &reporter, &reporter_baton,
1798 /* Drive the reporter; do the diff. */
1799 SVN_ERR(reporter->set_path(reporter_baton, "", rev1,
1804 return svn_error_trace(reporter->finish_report(reporter_baton, pool));
1840 const svn_ra_reporter3_t *reporter;
1972 * Describe the copy source to the reporter instead of the copy itself.
1996 &reporter, &reporter_baton,
2012 SVN_ERR(reporter->set_path(reporter_baton, "",
2017 SVN_ERR(reporter
1683 const svn_ra_reporter3_t *reporter; local
1836 const svn_ra_reporter3_t *reporter; local
2261 const svn_ra_reporter3_t *reporter; local
[all...]
H A Dupdate.c220 const svn_ra_reporter3_t *reporter;
445 SVN_ERR(svn_ra_do_update3(ra_session, &reporter, &report_baton,
458 /* Drive the reporter structure, describing the revisions within
459 PATH. When we call reporter->finish_report, the
461 SVN_ERR(svn_wc_crawl_revisions5(ctx->wc_ctx, local_abspath, reporter,
218 const svn_ra_reporter3_t *reporter; local
H A Dexport.c1310 const svn_ra_reporter3_t *reporter;
1321 /* Manufacture a basic 'report' to the update reporter. */
1323 &reporter, &report_baton,
1332 SVN_ERR(reporter->set_path(report_baton, "", loc->rev,
1339 SVN_ERR(reporter->finish_report(report_baton, scratch_pool));
1306 const svn_ra_reporter3_t *reporter; local
H A Dexternals.c451 const svn_ra_reporter3_t *reporter; local
498 SVN_ERR(svn_ra_do_switch3(ra_session, &reporter, &report_baton,
507 reporter, report_baton,
/freebsd-10.1-release/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. */
370 reporter baton. */
820 const svn_ra_reporter3_t **reporter,
833 reporter,
850 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
815 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
845 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
876 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
903 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-10.1-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h1505 const svn_ra_reporter3_t **reporter,
1520 const svn_ra_reporter3_t **reporter,
1532 const svn_ra_reporter3_t **reporter,
1547 const svn_ra_reporter3_t **reporter,
H A Dupdate.c3136 const svn_ra_reporter3_t **reporter,
3197 *reporter = &ra_serf_reporter;
3335 const svn_ra_reporter3_t **reporter,
3349 SVN_ERR(make_update_reporter(ra_session, reporter, report_baton,
3361 const svn_ra_reporter3_t **reporter,
3376 SVN_ERR(make_update_reporter(ra_session, reporter, report_baton,
3388 const svn_ra_reporter3_t **reporter,
3400 SVN_ERR(make_update_reporter(ra_session, reporter, report_baton,
3412 const svn_ra_reporter3_t **reporter,
3427 return make_update_reporter(ra_session, reporter, report_bato
3126 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
3325 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
3351 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
3378 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
3402 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-10.1-release/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c477 const svn_ra_reporter3_t *reporter;
501 reporter, telling it that we have nothing to start with. The
507 SVN_ERR(svn_ra_do_update3(session, &reporter, &report_baton, revision,
510 SVN_ERR(reporter->set_path(report_baton, "", revision,
512 SVN_ERR(reporter->finish_report(report_baton, pool));
475 const svn_ra_reporter3_t *reporter; local
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c323 /* Set *REPORTER and *REPORT_BATON to a new reporter which will drive
326 * Allocate the new reporter in POOL.
335 const svn_ra_reporter3_t **reporter,
364 *reporter = &ra_svn_reporter;
1372 const svn_ra_reporter3_t **reporter,
1392 /* Fetch a reporter for the caller to drive. The reporter will drive
1395 target, depth, reporter, report_baton));
1401 const svn_ra_reporter3_t **reporter,
1423 /* Fetch a reporter fo
328 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
1370 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
1399 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
1429 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
1453 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-10.1-release/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h99 const svn_ra_reporter3_t *reporter,
1614 * +--> | reporter | ----> | editor | ----> | diff_cbs | ----> text
1618 * 3. svn_wc_crawl_revisions5(WC,reporter)
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1757 UninitValsDiagReporter reporter(S);
1761 reporter, stats); local

Completed in 232 milliseconds

12