Searched refs:exb (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
H A Deditor.c136 struct svn_delta__extra_baton *exb; local
176 SVN_ERR(svn_delta__editor_from_delta(editor, &exb,
197 if (exb->start_edit)
208 SVN_ERR(exb->start_edit(exb->baton, SVN_INVALID_REVNUM));
248 struct svn_delta__extra_baton *exb; local
271 exb = apr_pcalloc(result_pool, sizeof(*exb));
283 exb, result_pool));
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_delta_private.h69 struct svn_delta__extra_baton **exb,
101 struct svn_delta__extra_baton *exb,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c130 struct svn_delta__extra_baton *exb;
517 if (eb->exb->target_revision)
518 SVN_ERR(eb->exb->target_revision(eb->exb->baton, target_revision,
539 if (eb->exb->start_edit)
540 SVN_ERR(eb->exb->start_edit(eb->exb->baton, base_revision));
979 struct svn_delta__extra_baton *exb,
1014 eb->exb = exb;
129 struct svn_delta__extra_baton *exb; member in struct:ev2_edit_baton
966 svn_delta__delta_from_editor(const svn_delta_editor_t **deditor, void **dedit_baton, svn_editor_t *editor, svn_delta__unlock_func_t unlock_func, void *unlock_baton, svn_boolean_t *found_abs_paths, const char *repos_root, const char *base_relpath, svn_delta_fetch_props_func_t fetch_props_func, void *fetch_props_baton, svn_delta_fetch_base_func_t fetch_base_func, void *fetch_base_baton, struct svn_delta__extra_baton *exb, apr_pool_t *pool) argument
1886 svn_delta__editor_from_delta(svn_editor_t **editor_p, struct svn_delta__extra_baton **exb, svn_delta__unlock_func_t *unlock_func, void **unlock_baton, const svn_delta_editor_t *deditor, void *dedit_baton, svn_boolean_t *send_abs_paths, const char *repos_root, const char *base_relpath, svn_cancel_func_t cancel_func, void *cancel_baton, svn_delta_fetch_kind_func_t fetch_kind_func, void *fetch_kind_baton, svn_delta_fetch_props_func_t fetch_props_func, void *fetch_props_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dexport.c1125 struct svn_delta__extra_baton *exb = apr_pcalloc(result_pool, sizeof(*exb));
1129 exb->baton = eb;
1130 exb->target_revision = target_revision_func;
1145 exb, result_pool));
1121 struct svn_delta__extra_baton *exb = apr_pcalloc(result_pool, sizeof(*exb)); local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dreplay.c996 struct svn_delta__extra_baton *exb;
1031 SVN_ERR(svn_delta__editor_from_delta(&editorv2, &exb,
1042 SVN_ERR(exb->start_edit(exb->baton, svn_fs_revision_root_revision(root)));

Completed in 4041 milliseconds