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

123

/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Ddelete.c187 void *edit_baton,
209 void *edit_baton;
246 SVN_ERR(svn_ra_get_commit_editor3(ra_session, &editor, &edit_baton,
254 err = svn_delta_path_driver3(editor, edit_baton, relpaths, TRUE,
261 editor->abort_edit(edit_baton, pool)));
274 return svn_error_trace(editor->close_edit(edit_baton, pool));
183 path_driver_cb_func(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
207 void *edit_baton; local
H A Dcommit.c80 void **edit_baton,
130 SVN_ERR(svn_ra_get_commit_editor3(ra_session, editor, edit_baton,
563 void *edit_baton,
620 editor, edit_baton,
644 void *edit_baton;
981 get_ra_editor(&editor, &edit_baton, ra_session, ctx,
999 svn_client__do_commit(base_url, commit_items, editor, edit_baton,
1062 editor->abort_edit(edit_baton, pool));
78 get_ra_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_ra_session_t *ra_session, svn_client_ctx_t *ctx, const char *log_msg, const apr_array_header_t *commit_items, const apr_hash_t *revprop_table, apr_hash_t *lock_tokens, svn_boolean_t keep_locks, svn_commit_callback2_t commit_callback, void *commit_baton, apr_pool_t *pool) argument
556 svn_client__wc_replay(const char *src_wc_abspath, const apr_array_header_t *targets, svn_depth_t depth, const apr_array_header_t *changelists, const svn_delta_editor_t *editor, void *edit_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
642 void *edit_baton; local
H A Dshelf.c724 void *edit_baton,
738 editor, edit_baton,
854 void *edit_baton; local
856 SVN_ERR(wc_mods_editor(&editor, &edit_baton,
862 editor, edit_baton,
1099 void *edit_baton; local
1111 SVN_ERR(svn_client__shelf_mods_editor(&editor, &edit_baton,
1117 editor, edit_baton,
721 svn_client__shelf_replay(svn_client__shelf_version_t *shelf_version, const char *top_relpath, const svn_delta_editor_t *editor, void *edit_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
H A Dimport.c671 void *edit_baton,
699 SVN_ERR(editor->open_root(edit_baton, base_rev, pool, &root_baton));
814 SVN_ERR(editor->close_edit(edit_baton, pool));
844 void *edit_baton;
963 SVN_ERR(svn_ra_get_commit_editor3(ra_session, &editor, &edit_baton,
1026 edit_baton, depth, base_rev, excludes,
1038 editor->abort_edit(edit_baton, scratch_pool));
665 import(svn_boolean_t *updated_repository, const char *local_abspath, const char *url, const apr_array_header_t *new_entries, const svn_delta_editor_t *editor, void *edit_baton, svn_depth_t depth, svn_revnum_t base_rev, apr_hash_t *excludes, apr_hash_t *autoprops, apr_array_header_t *local_ignores, apr_array_header_t *global_ignores, svn_boolean_t no_ignore, svn_boolean_t no_autoprops, svn_boolean_t ignore_unknown_node_types, svn_client_import_filter_func_t filter_callback, void *filter_baton, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
842 void *edit_baton; local
H A Dstatus.c539 void *edit_baton, *set_locks_baton;
561 SVN_ERR(svn_wc__get_status_editor(&editor, &edit_baton, &set_locks_baton,
593 SVN_ERR(editor->close_edit(edit_baton, pool));
626 editor, edit_baton, pool));
536 void *edit_baton, *set_locks_baton; local
H A Dadd.c989 void *edit_baton,
1036 void *edit_baton;
1174 SVN_ERR(svn_ra_get_commit_editor3(ra_session, &editor, &edit_baton,
1183 svn_delta_path_driver3(editor, edit_baton, targets, TRUE,
1191 svn_error_trace(editor->abort_edit(edit_baton, pool)));
1204 return svn_error_trace(editor->close_edit(edit_baton, pool));
985 path_driver_cb_func(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
1034 void *edit_baton; local
H A Dprop_commands.c107 void *edit_baton,
112 SVN_ERR(editor->open_root(edit_baton, base_revision_for_url, pool,
150 void *edit_baton;
229 SVN_ERR(svn_ra_get_commit_editor3(ra_session, &editor, &edit_baton,
237 base_revision_for_url, editor, edit_baton, pool);
242 svn_error_clear(editor->abort_edit(edit_baton, pool));
255 return editor->close_edit(edit_baton, pool);
99 do_url_propset(const char *url, const char *propname, const svn_string_t *propval, const svn_node_kind_t kind, const svn_revnum_t base_revision_for_url, const svn_delta_editor_t *editor, void *edit_baton, apr_pool_t *pool) argument
148 void *edit_baton; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c451 struct edit_baton
517 set_target_revision(void *edit_baton,
521 struct edit_baton *eb = edit_baton;
530 open_root(void *edit_baton,
535 *root_baton = edit_baton;
548 struct edit_baton *eb = parent_baton;
570 struct edit_baton *eb = parent_baton;
604 struct edit_baton *eb = file_baton;
663 struct edit_baton *e
449 struct edit_baton struct
515 set_target_revision(void *edit_baton, svn_revnum_t target_revision, apr_pool_t *pool) argument
528 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *dir_pool, void **root_baton) argument
1012 close_edit(void *edit_baton, apr_pool_t *pool) argument
1053 svn_wc__get_file_external_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_revnum_t *target_revision, svn_wc_context_t *wc_ctx, const char *local_abspath, const char *wri_abspath, const char *url, const char *repos_root_url, const char *repos_uuid, apr_array_header_t *iprops, svn_boolean_t use_commit_times, const char *diff3_cmd, const apr_array_header_t *preserved_exts, const char *record_ancestor_abspath, const char *recorded_url, const svn_opt_revision_t *recorded_peg_rev, const svn_opt_revision_t *recorded_rev, svn_wc_conflict_resolver_func2_t conflict_func, void *conflict_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Ddeprecated.c2066 void **edit_baton,
2107 svn_wc__get_diff_editor(editor, edit_baton,
2133 void **edit_baton,
2149 edit_baton,
2186 void **edit_baton,
2204 edit_baton,
2220 void **edit_baton,
2235 edit_baton,
2251 void **edit_baton,
2261 NULL, editor, edit_baton, poo
2064 svn_wc_get_diff_editor6(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 show_copies_as_adds, svn_boolean_t use_git_diff_format, 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_wc_diff_callbacks4_t *callbacks, void *callback_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2120 svn_wc_get_diff_editor5(svn_wc_adm_access_t *anchor, const char *target, const svn_wc_diff_callbacks3_t *callbacks, void *callback_baton, 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, const apr_array_header_t *changelist_filter, const svn_delta_editor_t **editor, void **edit_baton, apr_pool_t *pool) argument
2173 svn_wc_get_diff_editor4(svn_wc_adm_access_t *anchor, const char *target, const svn_wc_diff_callbacks2_t *callbacks, void *callback_baton, 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, const apr_array_header_t *changelist_filter, const svn_delta_editor_t **editor, void **edit_baton, apr_pool_t *pool) argument
2208 svn_wc_get_diff_editor3(svn_wc_adm_access_t *anchor, const char *target, const svn_wc_diff_callbacks2_t *callbacks, void *callback_baton, svn_boolean_t recurse, 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, const svn_delta_editor_t **editor, void **edit_baton, apr_pool_t *pool) argument
2239 svn_wc_get_diff_editor2(svn_wc_adm_access_t *anchor, const char *target, const svn_wc_diff_callbacks_t *callbacks, void *callback_baton, svn_boolean_t recurse, 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, const svn_delta_editor_t **editor, void **edit_baton, apr_pool_t *pool) argument
2264 svn_wc_get_diff_editor(svn_wc_adm_access_t *anchor, const char *target, const svn_wc_diff_callbacks_t *callbacks, void *callback_baton, svn_boolean_t recurse, svn_boolean_t use_text_base, svn_boolean_t reverse_order, svn_cancel_func_t cancel_func, void *cancel_baton, const svn_delta_editor_t **editor, void **edit_baton, apr_pool_t *pool) argument
2949 svn_wc_get_status_editor5(const svn_delta_editor_t **editor, void **edit_baton, void **set_locks_baton, svn_revnum_t *edit_revision, svn_wc_context_t *wc_ctx, const char *anchor_abspath, const char *target_basename, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t no_ignore, svn_boolean_t depth_as_sticky, svn_boolean_t server_performs_filtering, const apr_array_header_t *ignore_patterns, svn_wc_status_func4_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2989 svn_wc_get_status_editor4(const svn_delta_editor_t **editor, void **edit_baton, void **set_locks_baton, svn_revnum_t *edit_revision, svn_wc_adm_access_t *anchor, const char *target, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t no_ignore, const apr_array_header_t *ignore_patterns, svn_wc_status_func3_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool) argument
3089 svn_wc_get_status_editor3(const svn_delta_editor_t **editor, void **edit_baton, void **set_locks_baton, svn_revnum_t *edit_revision, svn_wc_adm_access_t *anchor, const char *target, svn_depth_t depth, svn_boolean_t get_all, svn_boolean_t no_ignore, const apr_array_header_t *ignore_patterns, svn_wc_status_func2_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool) argument
3121 svn_wc_get_status_editor2(const svn_delta_editor_t **editor, void **edit_baton, void **set_locks_baton, svn_revnum_t *edit_revision, svn_wc_adm_access_t *anchor, const char *target, apr_hash_t *config, svn_boolean_t recurse, svn_boolean_t get_all, svn_boolean_t no_ignore, svn_wc_status_func2_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool) argument
3180 svn_wc_get_status_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_revnum_t *edit_revision, svn_wc_adm_access_t *anchor, const char *target, apr_hash_t *config, svn_boolean_t recurse, svn_boolean_t get_all, svn_boolean_t no_ignore, svn_wc_status_func_t status_func, void *status_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool) argument
3588 svn_wc_get_update_editor4(const svn_delta_editor_t **editor, void **edit_baton, svn_revnum_t *target_revision, svn_wc_context_t *wc_ctx, const char *anchor_abspath, const char *target_basename, svn_boolean_t use_commit_times, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t allow_unver_obstructions, svn_boolean_t adds_as_modification, svn_boolean_t server_performs_filtering, svn_boolean_t clean_checkout, const char *diff3_cmd, const apr_array_header_t *preserved_exts, svn_wc_dirents_func_t fetch_dirents_func, void *fetch_dirents_baton, svn_wc_conflict_resolver_func2_t conflict_func, void *conflict_baton, svn_wc_external_update_t external_func, void *external_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3640 svn_wc_get_update_editor3(svn_revnum_t *target_revision, svn_wc_adm_access_t *anchor, const char *target, svn_boolean_t use_commit_times, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t allow_unver_obstructions, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_conflict_resolver_func_t conflict_func, void *conflict_baton, svn_wc_get_file_t fetch_func, void *fetch_baton, const char *diff3_cmd, const apr_array_header_t *preserved_exts, const svn_delta_editor_t **editor, void **edit_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool) argument
3716 svn_wc_get_update_editor2(svn_revnum_t *target_revision, svn_wc_adm_access_t *anchor, const char *target, svn_boolean_t use_commit_times, svn_boolean_t recurse, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, const char *diff3_cmd, const svn_delta_editor_t **editor, void **edit_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool) argument
3742 svn_wc_get_update_editor(svn_revnum_t *target_revision, svn_wc_adm_access_t *anchor, const char *target, svn_boolean_t use_commit_times, svn_boolean_t recurse, svn_wc_notify_func_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, const char *diff3_cmd, const svn_delta_editor_t **editor, void **edit_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool) argument
3775 svn_wc_get_switch_editor4(const svn_delta_editor_t **editor, void **edit_baton, svn_revnum_t *target_revision, svn_wc_context_t *wc_ctx, const char *anchor_abspath, const char *target_basename, const char *switch_url, svn_boolean_t use_commit_times, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t allow_unver_obstructions, svn_boolean_t server_performs_filtering, const char *diff3_cmd, const apr_array_header_t *preserved_exts, svn_wc_dirents_func_t fetch_dirents_func, void *fetch_dirents_baton, svn_wc_conflict_resolver_func2_t conflict_func, void *conflict_baton, svn_wc_external_update_t external_func, void *external_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3824 svn_wc_get_switch_editor3(svn_revnum_t *target_revision, svn_wc_adm_access_t *anchor, const char *target, const char *switch_url, svn_boolean_t use_commit_times, svn_depth_t depth, svn_boolean_t depth_is_sticky, svn_boolean_t allow_unver_obstructions, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_conflict_resolver_func_t conflict_func, void *conflict_baton, const char *diff3_cmd, const apr_array_header_t *preserved_exts, const svn_delta_editor_t **editor, void **edit_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool) argument
3899 svn_wc_get_switch_editor2(svn_revnum_t *target_revision, svn_wc_adm_access_t *anchor, const char *target, const char *switch_url, svn_boolean_t use_commit_times, svn_boolean_t recurse, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, const char *diff3_cmd, const svn_delta_editor_t **editor, void **edit_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool) argument
3928 svn_wc_get_switch_editor(svn_revnum_t *target_revision, svn_wc_adm_access_t *anchor, const char *target, const char *switch_url, svn_boolean_t use_commit_times, svn_boolean_t recurse, svn_wc_notify_func_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, const char *diff3_cmd, const svn_delta_editor_t **editor, void **edit_baton, svn_wc_traversal_info_t *traversal_info, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddeprecated.c51 void **edit_baton,
71 return svn_repos_get_commit_editor5(editor, edit_baton, repos, txn,
80 void **edit_baton,
100 return svn_repos_get_commit_editor4(editor, edit_baton, repos, txn,
110 void **edit_baton,
121 return svn_repos_get_commit_editor3(editor, edit_baton, repos, txn,
130 void **edit_baton,
140 return svn_repos_get_commit_editor2(editor, edit_baton, repos, NULL,
272 void *edit_baton,
288 edit_baton,
49 svn_repos_get_commit_editor4(const svn_delta_editor_t **editor, void **edit_baton, svn_repos_t *repos, svn_fs_txn_t *txn, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback2_t commit_callback, void *commit_baton, svn_repos_authz_callback_t authz_callback, void *authz_baton, apr_pool_t *pool) argument
78 svn_repos_get_commit_editor3(const svn_delta_editor_t **editor, void **edit_baton, svn_repos_t *repos, svn_fs_txn_t *txn, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback_t callback, void *callback_baton, svn_repos_authz_callback_t authz_callback, void *authz_baton, apr_pool_t *pool) argument
108 svn_repos_get_commit_editor2(const svn_delta_editor_t **editor, void **edit_baton, svn_repos_t *repos, svn_fs_txn_t *txn, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback_t callback, void *callback_baton, apr_pool_t *pool) argument
128 svn_repos_get_commit_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_repos_t *repos, const char *repos_url, const char *base_path, const char *user, const char *log_msg, svn_commit_callback_t callback, void *callback_baton, apr_pool_t *pool) argument
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
364 svn_repos_dir_delta(svn_fs_root_t *src_root, const char *src_parent_dir, const char *src_entry, svn_fs_root_t *tgt_root, const char *tgt_fullpath, const svn_delta_editor_t *editor, void *edit_baton, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, svn_boolean_t text_deltas, svn_boolean_t recurse, svn_boolean_t entry_props, svn_boolean_t ignore_ancestry, apr_pool_t *pool) argument
397 svn_repos_replay(svn_fs_root_t *root, const svn_delta_editor_t *editor, void *edit_baton, apr_pool_t *pool) argument
[all...]
H A Dreplay.c165 void *edit_baton,
283 editor, edit_baton, new_edit_path,
458 void *edit_baton,
585 SVN_ERR(add_subdir(copyfrom_root, root, editor, edit_baton,
659 SVN_ERR(editor->open_root(edit_baton, SVN_INVALID_REVNUM,
927 void *edit_baton,
941 SVN_ERR(editor->set_target_revision(edit_baton, 0, pool));
987 SVN_ERR(editor->set_target_revision(edit_baton, revision, pool));
991 return svn_delta_path_driver3(editor, edit_baton,
1012 SVN_ERR(editor->set_target_revision(edit_baton,
159 add_subdir(svn_fs_root_t *source_root, svn_fs_root_t *target_root, const svn_delta_editor_t *editor, void *edit_baton, const char *edit_path, void *parent_baton, const char *source_fspath, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_hash_t *changed_paths, apr_pool_t *pool, void **dir_baton) argument
453 path_driver_cb_func(void **dir_baton, const svn_delta_editor_t *editor, void *edit_baton, void *parent_baton, void *callback_baton, const char *edit_path, apr_pool_t *pool) argument
918 svn_repos_replay2(svn_fs_root_t *root, const char *base_path, svn_revnum_t low_water_mark, svn_boolean_t send_deltas, 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
[all...]
H A Ddelta.c212 void *edit_baton,
293 (edit_baton, svn_fs_revision_root_revision(tgt_root), pool));
298 (edit_baton, svn_fs_txn_root_base_revision(tgt_root), pool));
324 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
334 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
359 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
369 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
380 SVN_ERR(editor->open_root(edit_baton, rootrev, pool, &root_baton));
392 return editor->close_edit(edit_baton, pool);
201 svn_repos_dir_delta2(svn_fs_root_t *src_root, const char *src_parent_dir, const char *src_entry, svn_fs_root_t *tgt_root, const char *tgt_fullpath, const svn_delta_editor_t *editor, void *edit_baton, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, svn_boolean_t text_deltas, svn_depth_t depth, svn_boolean_t entry_props, svn_boolean_t ignore_ancestry, apr_pool_t *pool) argument
H A Ddump_editor.c187 void *edit_baton,
191 struct dump_edit_baton *eb = edit_baton;
543 open_root(void *edit_baton,
548 struct dump_edit_baton *eb = edit_baton;
586 edit_baton, NULL, pool));
603 edit_baton, NULL, pool));
994 close_edit(void *edit_baton, apr_pool_t *pool)
1001 void **edit_baton,
1037 /* Set the edit_baton and editor. */
1038 *edit_baton
182 make_dir_baton(struct dir_baton **dbp, const char *path, const char *copyfrom_path, svn_revnum_t copyfrom_rev, void *edit_baton, struct dir_baton *pb, apr_pool_t *pool) argument
541 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *pool, void **root_baton) argument
992 close_edit(void *edit_baton, apr_pool_t *pool) argument
998 svn_repos__get_dump_editor(const svn_delta_editor_t **editor, void **edit_baton, svn_stream_t *stream, const char *update_anchor_relpath, apr_pool_t *pool) argument
[all...]
H A Dreporter.c127 void *edit_baton; member in struct:report_baton_t
1405 SVN_ERR(b->editor->set_target_revision(b->edit_baton, b->t_rev, pool));
1406 SVN_ERR(b->editor->open_root(b->edit_baton, s_rev, pool, &root_baton));
1478 return svn_error_trace(b->editor->close_edit(b->edit_baton, pool));
1482 b->editor->abort_edit(b->edit_baton,
1597 void *edit_baton,
1628 b->edit_baton = edit_baton;
1586 svn_repos_begin_report3(void **report_baton, svn_revnum_t revnum, svn_repos_t *repos, const char *fs_base, const char *s_operand, const char *switch_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_size_t zero_copy_limit, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_ra_svn.h322 /** Set @a *editor and @a *edit_baton to an editor which will pass editing
336 void **edit_baton,
343 * with @a edit_baton. On return, @a *aborted will be set if the edit was
360 void *edit_baton,
373 void *edit_baton,
H A Dsvn_repos.h1016 * @a editor/@a edit_baton will be driven in such a way as to transform the
1049 * avoid sending data through @a editor/@a edit_baton which is not
1110 void *edit_baton,
1136 void *edit_baton,
1167 void *edit_baton,
1361 /** Use the provided @a editor and @a edit_baton to describe the changes
1410 * close_edit(), so the caller should expect its @a edit_baton to be
1436 void *edit_baton,
1460 void *edit_baton,
1470 /** Use the provided @a editor and @a edit_baton t
[all...]
H A Dsvn_wc.h4252 * Set @a *editor and @a *edit_baton to an editor that generates
4318 void **edit_baton,
4351 void **edit_baton,
4377 void **edit_baton,
4406 void **edit_baton,
4431 void **edit_baton,
5806 * Set @a *editor and @a *edit_baton to an editor and baton for updating a
5888 void **edit_baton,
5960 void **edit_baton,
5988 void **edit_baton,
[all...]
H A Dsvn_ra.h233 * @a *editor and @a *edit_baton should provided by the callback implementation.
246 void **edit_baton,
257 * @a editor and @a edit_baton are the values provided by the REVSTART callback.
270 void *edit_baton,
978 * Set @a *editor and @a *edit_baton to an editor for committing
1025 void **edit_baton,
1046 void **edit_baton,
1065 void **edit_baton,
2092 * Replay the changes from @a revision through @a editor and @a edit_baton.
2116 void *edit_baton,
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
H A Ddeprecated.c226 void **edit_baton,
238 return svn_ra_get_commit_editor3(session, editor, edit_baton, revprop_table,
245 void **edit_baton,
260 return svn_ra_get_commit_editor2(session, editor, edit_baton,
223 svn_ra_get_commit_editor2(svn_ra_session_t *session, const svn_delta_editor_t **editor, void **edit_baton, const char *log_msg, svn_commit_callback2_t commit_callback, void *commit_baton, apr_hash_t *lock_tokens, svn_boolean_t keep_locks, apr_pool_t *pool) argument
242 svn_ra_get_commit_editor(svn_ra_session_t *session, const svn_delta_editor_t **editor, void **edit_baton, const char *log_msg, svn_commit_callback_t callback, void *callback_baton, apr_hash_t *lock_tokens, svn_boolean_t keep_locks, apr_pool_t *pool) argument
H A Dra_loader.c613 void **edit_baton,
621 return session->vtable->get_commit_editor(session, editor, edit_baton,
1156 void *edit_baton,
1162 text_deltas, editor, edit_baton, pool);
1193 void *edit_baton;
1201 &editor, &edit_baton,
1205 text_deltas, editor, edit_baton,
1208 editor, edit_baton,
608 svn_ra_get_commit_editor3(svn_ra_session_t *session, const svn_delta_editor_t **editor, void **edit_baton, apr_hash_t *revprop_table, svn_commit_callback2_t commit_callback, void *commit_baton, apr_hash_t *lock_tokens, svn_boolean_t keep_locks, apr_pool_t *pool) argument
1148 svn_ra_replay(svn_ra_session_t *session, svn_revnum_t revision, svn_revnum_t low_water_mark, svn_boolean_t text_deltas, const svn_delta_editor_t *editor, void *edit_baton, apr_pool_t *pool) argument
1190 void *edit_baton; local
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_repos_private.h373 * Get a dump editor @a editor along with a @a edit_baton allocated in
388 void **edit_baton,
H A Dsvn_wc_private.h69 void **edit_baton,
1332 * Set @a *editor and @a *edit_baton to an editor that generates
1399 void **edit_baton,
1421 * Set @a *editor and @a *edit_baton to an editor and baton for updating a
1510 void **edit_baton,
1542 * Set @a *editor and @a *edit_baton to an editor and baton for "switching"
1553 void **edit_baton,
1583 * Return an @a editor/@a edit_baton for diffing a working copy against the
1666 void **edit_baton,
H A Dsvn_client_shelf.h318 * to @a editor : @a edit_baton.
327 void *edit_baton,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c1226 open_root(void *edit_baton,
1231 commit_context_t *commit_ctx = edit_baton;
2242 close_edit(void *edit_baton,
2245 commit_context_t *ctx = edit_baton;
2299 abort_edit(void *edit_baton,
2302 commit_context_t *ctx = edit_baton;
2350 void **edit_baton,
2419 *edit_baton = ctx;
2425 SVN_ERR(svn_editor__insert_shims(ret_editor, edit_baton, *ret_editor,
2426 *edit_baton, repos_roo
1224 open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *dir_pool, void **root_baton) argument
2240 close_edit(void *edit_baton, apr_pool_t *pool) argument
2297 abort_edit(void *edit_baton, apr_pool_t *pool) argument
2346 svn_ra_serf__get_commit_editor(svn_ra_session_t *ra_session, const svn_delta_editor_t **ret_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
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c511 ev2_set_target_revision(void *edit_baton,
515 struct ev2_edit_baton *eb = edit_baton;
525 ev2_open_root(void *edit_baton,
531 struct ev2_edit_baton *eb = edit_baton;
923 ev2_close_edit(void *edit_baton,
926 struct ev2_edit_baton *eb = edit_baton;
928 SVN_ERR(run_ev2_actions(edit_baton, scratch_pool));
934 ev2_abort_edit(void *edit_baton,
937 struct ev2_edit_baton *eb = edit_baton;
939 SVN_ERR(run_ev2_actions(edit_baton, scratch_poo
510 ev2_set_target_revision(void *edit_baton, svn_revnum_t target_revision, apr_pool_t *scratch_pool) argument
524 ev2_open_root(void *edit_baton, svn_revnum_t base_revision, apr_pool_t *result_pool, void **root_baton) argument
922 ev2_close_edit(void *edit_baton, apr_pool_t *scratch_pool) argument
933 ev2_abort_edit(void *edit_baton, apr_pool_t *scratch_pool) argument
[all...]

Completed in 327 milliseconds

123