Home
last modified time | relevance | path

Searched refs:diff_processor (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Ddiff_local.c396 diff_processor, in do_file_diff()
460 SVN_ERR(diff_processor->file_deleted(relpath, in do_file_diff()
470 SVN_ERR(diff_processor->file_added(relpath, in do_file_diff()
495 SVN_ERR(diff_processor->file_changed(relpath, in do_file_diff()
510 SVN_ERR(diff_processor->file_closed(relpath, in do_file_diff()
578 diff_processor, in do_dir_diff()
603 SVN_ERR(diff_processor->dir_changed(relpath, in do_dir_diff()
618 SVN_ERR(diff_processor->dir_closed(relpath, in do_dir_diff()
627 SVN_ERR(diff_processor->dir_deleted(relpath, in do_dir_diff()
636 SVN_ERR(diff_processor->dir_added(relpath, in do_dir_diff()
[all …]
H A Ddiff.c1867 diff_processor, in diff_wc_wc()
1976 diff_processor = svn_diff__tree_processor_reverse_create(diff_processor, in diff_repos_repos()
2018 diff_processor, in diff_repos_repos()
2253 diff_processor, in diff_repos_wc()
2365 diff_processor, ctx, in do_diff()
2546 const svn_diff_tree_processor_t *diff_processor; in svn_client_diff6() local
2594 diff_processor = processor; in svn_client_diff6()
2633 const svn_diff_tree_processor_t *diff_processor; in svn_client_diff_peg6() local
2678 diff_processor = processor; in svn_client_diff_peg6()
2706 const svn_diff_tree_processor_t *diff_processor; in svn_client_diff_summarize2() local
[all …]
H A Ddiff_summarize.c268 const svn_diff_tree_processor_t **diff_processor, in svn_client__get_diff_summarize_callbacks() argument
295 *diff_processor = dp; in svn_client__get_diff_summarize_callbacks()
H A Dclient.h702 const svn_diff_tree_processor_t **diff_processor,
1147 const svn_diff_tree_processor_t *diff_processor,
H A Dconflicts.c7492 const svn_diff_tree_processor_t *diff_processor; in merge_newly_added_dir() local
7522 diff_processor = processor; in merge_newly_added_dir()
7524 diff_processor = svn_diff__tree_processor_reverse_create(diff_processor, in merge_newly_added_dir()
7530 diff_processor = svn_diff__tree_processor_filter_create( in merge_newly_added_dir()
7531 diff_processor, target1, scratch_pool); in merge_newly_added_dir()
7548 diff_processor, ctx->cancel_func, ctx->cancel_baton, in merge_newly_added_dir()
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_local.c443 const svn_diff_tree_processor_t *diff_processor, in svn_wc__diff7() argument
489 diff_processor = svn_wc__changelist_filter_tree_processor_create( in svn_wc__diff7()
490 diff_processor, wc_ctx, local_abspath, in svn_wc__diff7()
495 eb.processor = diff_processor; in svn_wc__diff7()
522 SVN_ERR(diff_processor->dir_changed(ns->relpath, in svn_wc__diff7()
529 diff_processor, in svn_wc__diff7()
532 SVN_ERR(diff_processor->dir_closed(ns->relpath, in svn_wc__diff7()
536 diff_processor, in svn_wc__diff7()
H A Ddiff_editor.c248 const svn_diff_tree_processor_t *diff_processor, in make_edit_baton() argument
265 eb->processor = diff_processor; in make_edit_baton()
2389 const svn_diff_tree_processor_t *diff_processor, in svn_wc__get_diff_editor() argument
2412 diff_processor = svn_wc__changelist_filter_tree_processor_create( in svn_wc__get_diff_editor()
2413 diff_processor, wc_ctx, anchor_abspath, in svn_wc__get_diff_editor()
2420 diff_processor, in svn_wc__get_diff_editor()
2853 svn_wc__wrap_diff_callbacks(const svn_diff_tree_processor_t **diff_processor, in svn_wc__wrap_diff_callbacks() argument
2885 *diff_processor = processor; in svn_wc__wrap_diff_callbacks()
H A Ddeprecated.c2057 const svn_diff_tree_processor_t *diff_processor; in svn_wc_get_diff_editor6() local
2067 SVN_ERR(svn_wc__wrap_diff_callbacks(&diff_processor, in svn_wc_get_diff_editor6()
2072 diff_processor = svn_diff__tree_processor_reverse_create( in svn_wc_get_diff_editor6()
2073 diff_processor, NULL, result_pool); in svn_wc_get_diff_editor6()
2076 diff_processor = svn_diff__tree_processor_copy_as_changed_create( in svn_wc_get_diff_editor6()
2077 diff_processor, result_pool); in svn_wc_get_diff_editor6()
2087 diff_processor, in svn_wc_get_diff_editor6()
/freebsd-12.1/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h1638 const svn_diff_tree_processor_t *diff_processor,
1686 svn_wc__wrap_diff_callbacks(const svn_diff_tree_processor_t **diff_processor,
2061 const svn_diff_tree_processor_t *diff_processor,