Searched refs:editor_baton (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c1042 struct editor_baton
1099 struct editor_baton *eb = baton;
1120 struct editor_baton *eb = baton;
1160 struct editor_baton *eb = baton;
1181 struct editor_baton *eb = baton;
1200 struct editor_baton *eb = baton;
1226 struct editor_baton *eb = baton;
1290 struct editor_baton *eb = baton;
1309 struct editor_baton *eb = baton;
1339 struct editor_baton *e
1041 struct editor_baton struct
[all...]
H A Deditor.c262 void *editor_baton,
270 (*editor)->baton = editor_baton;
261 svn_editor_create(svn_editor_t **editor, void *editor_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dreplay.c147 void *editor_baton;
195 &ctx->editor, &ctx->editor_baton,
251 ctx->editor, ctx->editor_baton,
261 SVN_ERR(ctx->editor->set_target_revision(ctx->editor_baton,
280 SVN_ERR(ctx->editor->open_root(ctx->editor_baton, (svn_revnum_t)rev,
547 ctx.editor_baton = edit_baton;
145 void *editor_baton; member in struct:revision_report_t
H A Dupdate.c436 void *editor_baton;
680 SVN_ERR(ctx->editor->open_root(ctx->editor_baton, dir->base_rev,
1728 SVN_ERR(ctx->editor->set_target_revision(ctx->editor_baton,
2462 SVN_ERR(ctx->editor->close_edit(ctx->editor_baton, iterpool));
2518 report->editor->abort_edit(report->editor_baton,
2612 report->editor_baton = update_baton;
434 void *editor_baton; member in struct:report_context_t
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c246 check_authz(struct edit_baton *editor_baton, const char *path,
250 if (editor_baton->authz_callback)
254 SVN_ERR(editor_baton->authz_callback(required, &allowed, root, path,
255 editor_baton->authz_baton, pool));
244 check_authz(struct edit_baton *editor_baton, const char *path, svn_fs_root_t *root, svn_repos_authz_access_t required, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_editor.h310 * - @a baton: This is the @a editor_baton pointer originally passed to
445 * function, you may use your own pool kept in the @a editor_baton.
491 * @a editor_baton originally passed to svn_editor_create(), as well as
641 * @a editor_baton, @a cancel_func and @a cancel_baton in the new instance
650 void *editor_baton,

Completed in 117 milliseconds