Searched refs:update_editor (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/usr.bin/svn/lib/libsvn_wc/
H A DMakefile38 update_editor.c \
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_branch_compat.h249 svn_branch__compat_update_editor3_t *update_editor,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch_compat.c556 svn_branch__compat_update_editor3_t *update_editor,
567 shim_connector->target_revision_func = update_editor->set_target_revision_func;
568 shim_connector->baton = update_editor->set_target_revision_baton;
575 update_editor->edit_txn,
2041 svn_branch__compat_update_editor3_t *update_editor local
2042 = apr_pcalloc(result_pool, sizeof(*update_editor));
2052 &update_editor->edit_txn,
2060 update_editor->set_target_revision_func = shim_connector->target_revision_func;
2061 update_editor->set_target_revision_baton = shim_connector->baton;
2064 update_editor
553 svn_branch__compat_delta_from_txn_for_update( const svn_delta_editor_t **deditor, void **dedit_baton, svn_branch__compat_update_editor3_t *update_editor, const char *repos_root_url, const char *base_repos_relpath, svn_branch__compat_fetch_func_t fetch_func, void *fetch_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Ddeprecated.c374 const svn_delta_editor_t *update_editor,
385 update_editor, update_baton,
395 const svn_delta_editor_t *update_editor,
410 update_editor, update_baton,
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
H A Dra_loader.h169 const svn_delta_editor_t *update_editor,
H A Dra_loader.c717 const svn_delta_editor_t *update_editor,
729 update_editor, update_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
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dupdate.c306 const svn_delta_editor_t *update_editor;
526 SVN_ERR(svn_wc__get_update_editor(&update_editor, &update_edit_baton,
552 update_editor, update_edit_baton,
561 reporter will drive the update_editor. */
304 const svn_delta_editor_t *update_editor; local
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h1258 * The client initially provides an @a update_editor/@a update_baton to the
1267 * RA layer then does a complete drive of @a update_editor, ending with
1268 * @a update_editor->close_edit(), to update the working copy.
1293 * @a session from within the editing operations of @a update_editor.
1323 const svn_delta_editor_t *update_editor,
1343 const svn_delta_editor_t *update_editor,
1363 const svn_delta_editor_t *update_editor,
2423 const svn_delta_editor_t *update_editor,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c989 const svn_delta_editor_t *update_editor,
1004 update_editor,
1020 const svn_delta_editor_t *update_editor,
1035 update_editor,
1078 const svn_delta_editor_t *update_editor,
1092 update_editor,
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
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
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c2565 const svn_delta_editor_t *update_editor,
2590 update_editor,
2594 update_editor = filter_editor;
2611 report->editor = update_editor;
2768 const svn_delta_editor_t *update_editor,
2780 update_editor, update_baton,
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
H A Dra_serf.h1295 const svn_delta_editor_t *update_editor,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1716 const svn_delta_editor_t *update_editor,
1735 * update_editor upon finish_report(). */
1736 SVN_ERR(ra_svn_get_reporter(sess_baton, pool, update_editor, update_baton,
1749 const svn_delta_editor_t *update_editor,
1769 * update_editor upon finish_report(). */
1770 SVN_ERR(ra_svn_get_reporter(sess_baton, pool, update_editor, update_baton,
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
/freebsd-11-stable/contrib/subversion/
H A Dbuild-outputs.mk557 libsvn_wc_DEPS = subversion/libsvn_wc/adm_crawler.lo subversion/libsvn_wc/adm_files.lo subversion/libsvn_wc/adm_ops.lo subversion/libsvn_wc/ambient_depth_filter_editor.lo subversion/libsvn_wc/cleanup.lo subversion/libsvn_wc/conflicts.lo subversion/libsvn_wc/context.lo subversion/libsvn_wc/copy.lo subversion/libsvn_wc/crop.lo subversion/libsvn_wc/delete.lo subversion/libsvn_wc/deprecated.lo subversion/libsvn_wc/diff_editor.lo subversion/libsvn_wc/diff_local.lo subversion/libsvn_wc/entries.lo subversion/libsvn_wc/externals.lo subversion/libsvn_wc/info.lo subversion/libsvn_wc/lock.lo subversion/libsvn_wc/merge.lo subversion/libsvn_wc/node.lo subversion/libsvn_wc/old-and-busted.lo subversion/libsvn_wc/props.lo subversion/libsvn_wc/questions.lo subversion/libsvn_wc/relocate.lo subversion/libsvn_wc/revert.lo subversion/libsvn_wc/revision_status.lo subversion/libsvn_wc/status.lo subversion/libsvn_wc/translate.lo subversion/libsvn_wc/tree_conflicts.lo subversion/libsvn_wc/update_editor.lo subversion/libsvn_wc/upgrade.lo subversion/libsvn_wc/util.lo subversion/libsvn_wc/wc_db.lo subversion/libsvn_wc/wc_db_pristine.lo subversion/libsvn_wc/wc_db_update_move.lo subversion/libsvn_wc/wc_db_util.lo subversion/libsvn_wc/wc_db_wcroot.lo subversion/libsvn_wc/wcroot_anchor.lo subversion/libsvn_wc/workqueue.lo subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_diff/libsvn_diff-1.la subversion/libsvn_subr/libsvn_subr-1.la
558 libsvn_wc_OBJECTS = adm_crawler.lo adm_files.lo adm_ops.lo ambient_depth_filter_editor.lo cleanup.lo conflicts.lo context.lo copy.lo crop.lo delete.lo deprecated.lo diff_editor.lo diff_local.lo entries.lo externals.lo info.lo lock.lo merge.lo node.lo old-and-busted.lo props.lo questions.lo relocate.lo revert.lo revision_status.lo status.lo translate.lo tree_conflicts.lo update_editor.lo upgrade.lo util.lo wc_db.lo wc_db_pristine.lo wc_db_update_move.lo wc_db_util.lo wc_db_wcroot.lo wcroot_anchor.lo workqueue.lo
3128 subversion/libsvn_wc/update_editor.lo: subversion/libsvn_wc/update_editor.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_opt_impl.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/conflicts.h subversion/libsvn_wc/props.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/workqueue.h subversion/svn_private_config.h

Completed in 301 milliseconds