Home
last modified time | relevance | path

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

/freebsd-13.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.c1872 diff_processor, in diff_wc_wc()
2001 diff_processor = svn_diff__tree_processor_reverse_create(diff_processor, in diff_repos_repos()
2045 diff_processor, in diff_repos_repos()
2270 diff_processor = svn_diff__tree_processor_reverse_create(diff_processor, scratch_pool); in diff_repos_wc()
2285 diff_processor, in diff_repos_wc()
2681 *diff_processor = processor; in get_diff_processor()
2709 SVN_ERR(get_diff_processor(diff_processor, &ddi, in svn_client__get_diff_writer_svn()
2790 svn_diff_tree_processor_t *diff_processor; in svn_client_diff7() local
2853 svn_diff_tree_processor_t *diff_processor; in svn_client_diff_peg7() local
2902 svn_diff_tree_processor_t *diff_processor; in svn_client_diff_summarize2() local
[all …]
H A Dshelf2.c1675 SVN_ERR(diff_processor->file_changed( in file_changed()
1681 fb, diff_processor, scratch_pool)); in file_changed()
1712 SVN_ERR(diff_processor->file_deleted(relpath, in file_deleted()
1748 SVN_ERR(diff_processor->file_added( in file_added()
1765 const svn_diff_tree_processor_t *diff_processor; member
1809 b->diff_processor, in diff_visitor()
1816 b->diff_processor, in diff_visitor()
1822 b->diff_processor, in diff_visitor()
1828 b->diff_processor, in diff_visitor()
1832 b->diff_processor, in diff_visitor()
[all …]
H A Ddiff_summarize.c260 svn_diff_tree_processor_t **diff_processor, in svn_client__get_diff_summarize_callbacks() argument
284 *diff_processor = dp; in svn_client__get_diff_summarize_callbacks()
H A Dclient.h1117 const svn_diff_tree_processor_t *diff_processor,
H A Dshelf.c980 const svn_diff_tree_processor_t *diff_processor, in svn_client__shelf_diff() argument
996 diff_processor, in svn_client__shelf_diff()
H A Dconflicts.c7744 const svn_diff_tree_processor_t *diff_processor; in merge_newly_added_dir() local
7774 diff_processor = processor; in merge_newly_added_dir()
7776 diff_processor = svn_diff__tree_processor_reverse_create(diff_processor, in merge_newly_added_dir()
7781 diff_processor = svn_diff__tree_processor_filter_create( in merge_newly_added_dir()
7782 diff_processor, target1, scratch_pool); in merge_newly_added_dir()
7799 diff_processor, ctx->cancel_func, ctx->cancel_baton, in merge_newly_added_dir()
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_local.c442 const svn_diff_tree_processor_t *diff_processor, in svn_wc__diff7() argument
478 diff_processor = svn_diff__tree_processor_filter_create( in svn_wc__diff7()
479 diff_processor, relpath, scratch_pool); in svn_wc__diff7()
492 diff_processor = svn_wc__changelist_filter_tree_processor_create( in svn_wc__diff7()
493 diff_processor, wc_ctx, eb.anchor_abspath, in svn_wc__diff7()
498 eb.processor = diff_processor; in svn_wc__diff7()
525 SVN_ERR(diff_processor->dir_changed(ns->relpath, in svn_wc__diff7()
532 diff_processor, in svn_wc__diff7()
535 SVN_ERR(diff_processor->dir_closed(ns->relpath, in svn_wc__diff7()
539 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.c2084 const svn_diff_tree_processor_t *diff_processor; in svn_wc_get_diff_editor6() local
2094 SVN_ERR(svn_wc__wrap_diff_callbacks(&diff_processor, in svn_wc_get_diff_editor6()
2099 diff_processor = svn_diff__tree_processor_reverse_create(diff_processor, result_pool); in svn_wc_get_diff_editor6()
2102 diff_processor = svn_diff__tree_processor_copy_as_changed_create( in svn_wc_get_diff_editor6()
2103 diff_processor, result_pool); in svn_wc_get_diff_editor6()
2113 diff_processor, in svn_wc_get_diff_editor6()
/freebsd-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_client_private.h337 svn_diff_tree_processor_t **diff_processor,
366 svn_diff_tree_processor_t **diff_processor,
H A Dsvn_wc_private.h1676 const svn_diff_tree_processor_t *diff_processor,
1724 svn_wc__wrap_diff_callbacks(const svn_diff_tree_processor_t **diff_processor,
2103 const svn_diff_tree_processor_t *diff_processor,
H A Dsvn_client_shelf2.h458 const svn_diff_tree_processor_t *diff_processor,
H A Dsvn_client_shelf.h489 const svn_diff_tree_processor_t *diff_processor,
/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dshelf2-cmd.c719 svn_diff_tree_processor_t *diff_processor; in shelf_diff() local
752 SVN_ERR(svn_client__get_diff_summarize_callbacks(&diff_processor, in shelf_diff()
760 &diff_processor, in shelf_diff()
779 diff_processor, scratch_pool)); in shelf_diff()
H A Dshelf-cmd.c719 svn_diff_tree_processor_t *diff_processor; in shelf_diff() local
752 SVN_ERR(svn_client__get_diff_summarize_callbacks(&diff_processor, in shelf_diff()
760 &diff_processor, in shelf_diff()
779 diff_processor, scratch_pool)); in shelf_diff()