Searched refs:report_baton (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
H A Ddebug_reporter.c29 struct report_baton
44 set_path(void *report_baton,
52 struct report_baton *rb = report_baton;
63 delete_path(void *report_baton,
67 struct report_baton *rb = report_baton;
75 link_path(void *report_baton,
84 struct report_baton *rb = report_baton;
28 struct report_baton struct
42 set_path(void *report_baton, const char *path, svn_revnum_t revision, svn_depth_t depth, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
61 delete_path(void *report_baton, const char *path, apr_pool_t *pool) argument
73 link_path(void *report_baton, const char *path, const char *url, svn_revnum_t revision, svn_depth_t depth, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
94 finish_report(void *report_baton, apr_pool_t *pool) argument
104 abort_report(void *report_baton, apr_pool_t *pool) argument
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
[all...]
H A Ddebug_reporter.h41 void **report_baton,
H A Ddeprecated.c69 svn_ra_reporter2_t interface. @a report_baton is a
72 set_path(void *report_baton,
79 struct reporter_3in2_baton *b = report_baton;
86 svn_ra_reporter2_t interface. @a report_baton is a
89 delete_path(void *report_baton,
93 struct reporter_3in2_baton *b = report_baton;
98 svn_ra_reporter2_t interface. @a report_baton is a
101 link_path(void *report_baton,
109 struct reporter_3in2_baton *b = report_baton;
117 svn_ra_reporter2_t interface. @a report_baton i
71 set_path(void *report_baton, const char *path, svn_revnum_t revision, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
88 delete_path(void *report_baton, const char *path, apr_pool_t *pool) argument
100 link_path(void *report_baton, const char *path, const char *url, svn_revnum_t revision, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
119 finish_report(void *report_baton, apr_pool_t *pool) argument
130 abort_report(void *report_baton, apr_pool_t *pool) argument
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 Dwrapper_template.h206 static svn_error_t *compat_set_path(void *report_baton, argument
212 struct compat_report_baton *crb = report_baton;
219 static svn_error_t *compat_delete_path(void *report_baton, argument
223 struct compat_report_baton *crb = report_baton;
228 static svn_error_t *compat_link_path(void *report_baton, argument
235 struct compat_report_baton *crb = report_baton;
242 static svn_error_t *compat_finish_report(void *report_baton, argument
245 struct compat_report_baton *crb = report_baton;
250 static svn_error_t *compat_abort_report(void *report_baton, argument
253 struct compat_report_baton *crb = report_baton;
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 Dra_loader.h163 void **report_baton,
176 void **report_baton,
190 void **report_baton,
200 void **report_baton,
H A Dra_loader.c711 void **report_baton,
725 reporter, report_baton,
736 void **report_baton,
751 reporter, report_baton,
763 void **report_baton,
774 reporter, report_baton,
781 void **report_baton,
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-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dlayout.c67 layout_set_path(void *report_baton, argument
75 struct client_layout_baton_t *lb = report_baton;
145 layout_link_path(void *report_baton, argument
154 struct client_layout_baton_t *lb = report_baton;
203 layout_delete_path(void *report_baton, argument
207 struct client_layout_baton_t *lb = report_baton;
234 layout_finish_report(void *report_baton, argument
237 /*struct client_layout_baton_t *lb = report_baton;*/
242 layout_abort_report(void *report_baton, argument
245 /*struct client_layout_baton_t *lb = report_baton;*/
[all...]
H A Dstatus.c136 reporter_set_path(void *report_baton, const char *path,
141 report_baton_t *rb = report_baton;
150 reporter_delete_path(void *report_baton, const char *path, apr_pool_t *pool)
152 report_baton_t *rb = report_baton;
160 reporter_link_path(void *report_baton, const char *path, const char *url,
165 report_baton_t *rb = report_baton;
188 reporter_finish_report(void *report_baton, apr_pool_t *pool)
190 report_baton_t *rb = report_baton;
227 reporter_abort_report(void *report_baton, apr_pool_t *pool)
229 report_baton_t *rb = report_baton;
134 reporter_set_path(void *report_baton, const char *path, svn_revnum_t revision, svn_depth_t depth, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
148 reporter_delete_path(void *report_baton, const char *path, apr_pool_t *pool) argument
158 reporter_link_path(void *report_baton, const char *path, const char *url, svn_revnum_t revision, svn_depth_t depth, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
186 reporter_finish_report(void *report_baton, apr_pool_t *pool) argument
225 reporter_abort_report(void *report_baton, apr_pool_t *pool) argument
[all...]
H A Dswitch.c105 void *report_baton;
328 SVN_ERR(svn_ra_do_switch3(ra_session, &reporter, &report_baton,
346 report_baton, TRUE,
103 void *report_baton; local
H A Dupdate.c309 void *report_baton;
545 SVN_ERR(svn_ra_do_update3(ra_session, &reporter, &report_baton,
563 report_baton, TRUE,
307 void *report_baton; local
H A Dexport.c1304 void *report_baton;
1318 &reporter, &report_baton,
1327 SVN_ERR(reporter->set_path(report_baton, "", loc->rev,
1334 SVN_ERR(reporter->finish_report(report_baton, scratch_pool));
1300 void *report_baton; local
H A Dexternals.c547 void *report_baton; local
587 SVN_ERR(svn_ra_do_switch3(ra_session, &reporter, &report_baton,
596 reporter, report_baton,
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h380 svn_error_t *(*set_path)(void *report_baton,
395 svn_error_t *(*delete_path)(void *report_baton,
415 svn_error_t *(*link_path)(void *report_baton,
430 svn_error_t *(*finish_report)(void *report_baton,
437 svn_error_t *(*abort_report)(void *report_baton,
451 svn_error_t *(*set_path)(void *report_baton,
459 svn_error_t *(*delete_path)(void *report_baton,
465 svn_error_t *(*link_path)(void *report_baton,
474 svn_error_t *(*finish_report)(void *report_baton,
478 svn_error_t *(*abort_report)(void *report_baton,
[all...]
H A Dsvn_repos.h1013 * Construct and return a @a report_baton that will be passed to the
1099 svn_repos_begin_report3(void **report_baton,
1125 svn_repos_begin_report2(void **report_baton,
1156 svn_repos_begin_report(void **report_baton,
1174 * Given a @a report_baton constructed by svn_repos_begin_report3(),
1179 * @a report_baton.
1208 svn_repos_set_path3(void *report_baton,
1224 svn_repos_set_path2(void *report_baton,
1238 svn_repos_set_path(void *report_baton,
1245 * Given a @a report_baton constructe
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dadm_crawler.c252 void *report_baton,
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->link_path(report_baton,
543 SVN_ERR(reporter->set_path(report_baton,
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.c162 void *report_baton,
183 report_baton,
215 static svn_error_t *wrap_3to2_set_path(void *report_baton,
223 struct wrap_3to2_report_baton *wrb = report_baton;
230 static svn_error_t *wrap_3to2_delete_path(void *report_baton,
234 struct wrap_3to2_report_baton *wrb = report_baton;
240 static svn_error_t *wrap_3to2_link_path(void *report_baton,
249 struct wrap_3to2_report_baton *wrb = report_baton;
256 static svn_error_t *wrap_3to2_finish_report(void *report_baton,
259 struct wrap_3to2_report_baton *wrb = report_baton;
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
214 wrap_3to2_set_path(void *report_baton, const char *path, svn_revnum_t revision, svn_depth_t depth, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
229 wrap_3to2_delete_path(void *report_baton, const char *path, apr_pool_t *pool) argument
239 wrap_3to2_link_path(void *report_baton, const char *path, const char *url, svn_revnum_t revision, svn_depth_t depth, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
255 wrap_3to2_finish_report(void *report_baton, apr_pool_t *pool) argument
264 wrap_3to2_abort_report(void *report_baton, apr_pool_t *pool) argument
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
376 wrap_2to1_set_path(void *report_baton, const char *path, svn_revnum_t revision, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
390 wrap_2to1_delete_path(void *report_baton, const char *path, apr_pool_t *pool) argument
400 wrap_2to1_link_path(void *report_baton, const char *path, const char *url, svn_revnum_t revision, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
415 wrap_2to1_finish_report(void *report_baton, apr_pool_t *pool) argument
424 wrap_2to1_abort_report(void *report_baton, apr_pool_t *pool) argument
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.c1153 void *report_baton,
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-12-stable/contrib/subversion/subversion/svnbench/
H A Dnull-export-cmd.c244 void *report_baton;
269 &reporter, &report_baton,
278 SVN_ERR(reporter->set_path(report_baton, "", loc->rev,
285 SVN_ERR(reporter->finish_report(report_baton, pool));
243 void *report_baton; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c179 void *report_baton;
186 void *report_baton,
191 rbaton->report_baton = report_baton;
206 return svn_repos_set_path3(rbaton->report_baton, path,
217 return svn_repos_delete_path(rbaton->report_baton, path, pool);
248 return svn_repos_link_path3(rbaton->report_baton, path, fs_path, revision,
258 return svn_repos_finish_report(rbaton->report_baton, pool);
267 return svn_repos_abort_report(rbaton->report_baton, pool);
289 * Allocate @a *reporter and @a *report_baton i
177 void *report_baton; member in struct:reporter_baton_t
183 make_reporter_baton(svn_ra_local__session_baton_t *sess, void *report_baton, apr_pool_t *pool) argument
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-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c2068 set_path(void *report_baton,
2076 report_context_t *report = report_baton;
2094 delete_path(void *report_baton,
2098 report_context_t *report = report_baton;
2109 link_path(void *report_baton,
2118 report_context_t *report = report_baton;
2472 finish_report(void *report_baton,
2475 report_context_t *report = report_baton;
2529 abort_report(void *report_baton,
2533 report_context_t *report = report_baton;
2062 set_path(void *report_baton, const char *path, svn_revnum_t revision, svn_depth_t depth, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
2088 delete_path(void *report_baton, const char *path, apr_pool_t *pool) argument
2103 link_path(void *report_baton, const char *path, const char *url, svn_revnum_t revision, svn_depth_t depth, svn_boolean_t start_empty, const char *lock_token, apr_pool_t *pool) argument
2466 finish_report(void *report_baton, apr_pool_t *pool) argument
2523 abort_report(void *report_baton, apr_pool_t *pool) argument
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...]
H A Dra_serf.h1262 void **report_baton,
1277 void **report_baton,
1289 void **report_baton,
1304 void **report_baton,
/freebsd-12-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c426 void *report_baton;
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));
424 void *report_baton; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddeprecated.c261 svn_repos_begin_report(void **report_baton,
277 return svn_repos_begin_report2(report_baton,
295 svn_repos_begin_report2(void **report_baton,
311 return svn_repos_begin_report3(report_baton,
260 svn_repos_begin_report(void **report_baton, svn_revnum_t revnum, const char *username, svn_repos_t *repos, const char *fs_base, const char *s_operand, const char *switch_path, svn_boolean_t text_deltas, svn_boolean_t recurse, svn_boolean_t ignore_ancestry, const svn_delta_editor_t *editor, void *edit_baton, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
294 svn_repos_begin_report2(void **report_baton, svn_revnum_t revnum, svn_repos_t *repos, const char *fs_base, const char *target, const char *tgt_path, svn_boolean_t text_deltas, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t send_copyfrom_args, const svn_delta_editor_t *editor, void *edit_baton, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c339 void **report_baton)
368 *report_baton = b;
1712 void **report_baton, svn_revnum_t rev,
1737 target, depth, reporter, report_baton));
1744 void **report_baton, svn_revnum_t rev,
1771 target, depth, reporter, report_baton));
1777 void **report_baton,
1798 target, depth, reporter, report_baton));
1804 void **report_baton,
1829 target, depth, reporter, report_baton));
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-12-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c78 void *report_baton;
881 b->err = svn_repos_set_path3(b->report_baton, path, rev, depth,
900 b->err = svn_repos_delete_path(b->report_baton, path, pool);
934 b->err = svn_repos_link_path3(b->report_baton, path, fs_path, rev,
948 b->err = svn_repos_finish_report(b->report_baton, pool);
961 svn_error_clear(svn_repos_abort_report(b->report_baton, pool));
998 void *edit_baton, *report_baton;
1009 SVN_CMD_ERR(svn_repos_begin_report3(&report_baton, rev,
1021 rb.report_baton = report_baton;
77 void *report_baton; member in struct:report_driver_baton_t
997 void *edit_baton, *report_baton; local
[all...]

Completed in 232 milliseconds

12