Searched refs:edit_baton (Results 51 - 69 of 69) sorted by relevance

123

/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_editor.c245 make_edit_baton(struct edit_baton_t **edit_baton,
275 *edit_baton = eb;
1558 set_target_revision(void *edit_baton,
1562 struct edit_baton_t *eb = edit_baton;
1570 open_root(void *edit_baton,
1575 struct edit_baton_t *eb = edit_baton;
2356 close_edit(void *edit_baton,
2359 struct edit_baton_t *eb = edit_baton;
2382 void **edit_baton,
2464 edit_baton,
244 make_edit_baton(struct edit_baton_t **edit_baton, svn_wc__db_t *db, const char *anchor_abspath, const char *target, const svn_diff_tree_processor_t *diff_processor, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t use_text_base, svn_boolean_t reverse_order, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
1556 set_target_revision(void *edit_baton, svn_revnum_t target_revision, apr_pool_t *pool) argument
1568 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *dir_pool, void **root_baton) argument
2354 close_edit(void *edit_baton, apr_pool_t *pool) argument
2378 svn_wc__get_diff_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_wc_context_t *wc_ctx, const char *anchor_abspath, const char *target, svn_depth_t depth, svn_boolean_t ignore_ancestry, svn_boolean_t use_text_base, svn_boolean_t reverse_order, svn_boolean_t server_performs_filtering, const apr_array_header_t *changelist_filter, const svn_diff_tree_processor_t *diff_processor, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dwc.h457 void **edit_baton,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.h128 void **edit_baton,
300 void *edit_baton,
H A Dwrapper_template.h155 void **edit_baton,
170 return VTBL.get_commit_editor(session_baton, editor, edit_baton,
152 compat_get_commit_editor(void *session_baton, const svn_delta_editor_t **editor, void **edit_baton, const char *log_msg, svn_commit_callback_t callback, void *callback_baton, apr_pool_t *pool) argument
H A Deditor.c292 void *edit_baton,
289 revfinish_func_wrapper(svn_revnum_t revision, void *replay_baton, const svn_delta_editor_t *editor, void *edit_baton, apr_hash_t *rev_props, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c304 void *edit_baton,
345 edit_baton,
347 &edit_baton,
362 edit_baton,
870 void **edit_baton,
913 (editor, edit_baton, sess->repos, NULL,
1638 void *edit_baton,
1647 send_deltas, editor, edit_baton, NULL, NULL,
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
864 svn_ra_local__get_commit_editor(svn_ra_session_t *session, const svn_delta_editor_t **editor, void **edit_baton, apr_hash_t *revprop_table, svn_commit_callback2_t callback, void *callback_baton, apr_hash_t *lock_tokens, svn_boolean_t keep_locks, apr_pool_t *pool) argument
1628 svn_ra_local__replay(svn_ra_session_t *session, svn_revnum_t revision, svn_revnum_t low_water_mark, svn_boolean_t send_deltas, const svn_delta_editor_t *editor, void *edit_baton, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dclient.h672 void **edit_baton,
910 void *edit_baton,
H A Dmtcc.c1366 void *edit_baton; local
1454 SVN_ERR(svn_ra_get_commit_editor3(mtcc->ra_session, &editor, &edit_baton,
1461 err = editor->open_root(edit_baton, mtcc->base_revision, scratch_pool, &root_baton);
1478 SVN_ERR(editor->close_edit(edit_baton, scratch_pool));
1482 editor->abort_edit(edit_baton, scratch_pool));
H A Dcommit_util.c1550 void *edit_baton,
1763 err = editor->open_root(edit_baton, item->revision,
1864 void *edit_baton,
1904 SVN_ERR(svn_delta_path_driver3(editor, edit_baton, paths, TRUE,
1975 return svn_error_trace(editor->close_edit(edit_baton, scratch_pool));
1547 do_item_commit(void **dir_baton, const svn_delta_editor_t *editor, void *edit_baton, void *parent_baton, void *callback_baton, const char *path, apr_pool_t *pool) argument
1860 svn_client__do_commit(const char *base_url, const apr_array_header_t *commit_items, const svn_delta_editor_t *editor, void *edit_baton, const char *notify_path_prefix, apr_hash_t **sha1_checksums, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c210 void **edit_baton,
224 SVN_ERR(svn_rdump__get_dump_editor(editor, edit_baton, revision,
237 void *edit_baton,
244 SVN_ERR(editor->close_edit(edit_baton, pool));
205 replay_revstart(svn_revnum_t revision, void *replay_baton, const svn_delta_editor_t **editor, void **edit_baton, apr_hash_t *rev_props, apr_pool_t *pool) argument
232 replay_revend(svn_revnum_t revision, void *replay_baton, const svn_delta_editor_t *editor, void *edit_baton, apr_hash_t *rev_props, apr_pool_t *pool) argument
H A Dload_editor.c72 void **edit_baton,
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_client_private.h481 * Send the changes to @a editor:@a edit_baton. The @a path arguments
514 void *edit_baton,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c90 void *edit_baton;
303 SVN_ERR(svn_ra_svn_drive_editor2(b->conn, b->pool, b->editor, b->edit_baton,
335 void *edit_baton,
353 editor, edit_baton, depth,
357 edit_baton = filter_baton;
365 b->edit_baton = edit_baton;
1269 void **edit_baton,
1368 svn_ra_svn_get_editor(editor, edit_baton, conn, pool,
2958 void *edit_baton,
89 void *edit_baton; member in struct:ra_svn_reporter_baton_t
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
1266 ra_svn_commit(svn_ra_session_t *session, const svn_delta_editor_t **editor, void **edit_baton, apr_hash_t *revprop_table, svn_commit_callback2_t callback, void *callback_baton, apr_hash_t *lock_tokens, svn_boolean_t keep_locks, apr_pool_t *pool) argument
2952 ra_svn_replay(svn_ra_session_t *session, svn_revnum_t revision, svn_revnum_t low_water_mark, svn_boolean_t send_deltas, const svn_delta_editor_t *editor, void *edit_baton, apr_pool_t *pool) argument
3010 void *edit_baton; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h1343 void **edit_baton,
1388 void *edit_baton,
H A Dreplay.c533 void *edit_baton,
547 ctx.editor_baton = edit_baton;
526 svn_ra_serf__replay(svn_ra_session_t *ra_session, svn_revnum_t revision, svn_revnum_t low_water_mark, svn_boolean_t send_deltas, const svn_delta_editor_t *editor, void *edit_baton, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c998 void *edit_baton, *report_baton;
1008 svn_ra_svn_get_editor(&editor, &edit_baton, conn, pool, NULL, NULL);
1014 editor, edit_baton,
1487 void *edit_baton;
1551 (&editor, &edit_baton, b->repository->repos, NULL,
1557 SVN_ERR(svn_ra_svn_drive_editor2(conn, pool, editor, edit_baton,
3468 void *edit_baton;
3480 svn_ra_svn_get_editor(&editor, &edit_baton, conn, pool, NULL, NULL);
3486 low_water_mark, send_deltas, editor, edit_baton,
3490 svn_error_clear(editor->abort_edit(edit_baton, poo
997 void *edit_baton, *report_baton; local
1486 void *edit_baton; local
3467 void *edit_baton; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_compat.c690 set_target_revision_ev3(void *edit_baton,
694 svn_branch__txn_priv_t *eb = edit_baton;
879 void *edit_baton,
877 apply_change(void **dir_baton, const svn_delta_editor_t *editor, void *edit_baton, void *parent_baton, void *callback_baton, const char *ev1_relpath, apr_pool_t *result_pool) argument
/freebsd-12-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c1257 void **edit_baton,
1340 *edit_baton = cancel_baton;
1353 void *edit_baton,
1364 SVN_ERR(editor->close_edit(edit_baton, pool));
1251 replay_rev_started(svn_revnum_t revision, void *replay_baton, const svn_delta_editor_t **editor, void **edit_baton, apr_hash_t *rev_props, apr_pool_t *pool) argument
1347 replay_rev_finished(svn_revnum_t revision, void *replay_baton, const svn_delta_editor_t *editor, void *edit_baton, apr_hash_t *rev_props, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c501 void *edit_baton;
509 SVN_ERR(svn_repos_node_editor(&editor, &edit_baton, repos,
514 editor, edit_baton, NULL, NULL, edit_pool));
517 *tree = svn_repos_node_from_baton(edit_baton);
497 void *edit_baton; local

Completed in 305 milliseconds

123