Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
HDdiff_local.c95 const svn_diff_tree_processor_t *diff_processor,
110 const svn_diff_tree_processor_t *diff_processor,
140 const svn_diff_tree_processor_t *diff_processor, in inner_dir_diff() argument
235 diff_processor, ctx, iterpool)); in inner_dir_diff()
241 diff_processor, ctx, iterpool)); in inner_dir_diff()
250 diff_processor, ctx, iterpool)); in inner_dir_diff()
256 diff_processor, ctx, iterpool)); in inner_dir_diff()
265 diff_processor, ctx, iterpool)); in inner_dir_diff()
271 diff_processor, ctx, iterpool)); in inner_dir_diff()
280 diff_processor, ctx, iterpool)); in inner_dir_diff()
[all …]
HDdiff.c1845 const svn_diff_tree_processor_t *diff_processor, in diff_wc_wc() argument
1872 diff_processor, in diff_wc_wc()
1919 const svn_diff_tree_processor_t *diff_processor, in diff_repos_repos() argument
2001 diff_processor = svn_diff__tree_processor_reverse_create(diff_processor, in diff_repos_repos()
2009 diff_processor = svn_diff__tree_processor_filter_create( in diff_repos_repos()
2010 diff_processor, target1, scratch_pool); in diff_repos_repos()
2015 diff_processor = svn_diff__tree_processor_filter_create( in diff_repos_repos()
2016 diff_processor, target1, scratch_pool); in diff_repos_repos()
2045 diff_processor, in diff_repos_repos()
2098 const svn_diff_tree_processor_t *diff_processor, in diff_repos_wc() argument
[all …]
HDshelf2.c1649 const svn_diff_tree_processor_t *diff_processor, in file_changed() argument
1660 SVN_ERR(diff_processor->file_opened(&fb, &skip, relpath, in file_changed()
1663 dir_baton, diff_processor, in file_changed()
1675 SVN_ERR(diff_processor->file_changed( in file_changed()
1681 fb, diff_processor, scratch_pool)); in file_changed()
1692 const svn_diff_tree_processor_t *diff_processor, in file_deleted() argument
1701 SVN_ERR(diff_processor->file_opened(&fb, &skip, relpath, in file_deleted()
1703 dir_baton, diff_processor, in file_deleted()
1712 SVN_ERR(diff_processor->file_deleted(relpath, in file_deleted()
1716 fb, diff_processor, in file_deleted()
[all …]
HDdiff_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()
HDclient.h1117 const svn_diff_tree_processor_t *diff_processor,
HDshelf.c980 const svn_diff_tree_processor_t *diff_processor, in svn_client__shelf_diff() argument
996 diff_processor, in svn_client__shelf_diff()
HDconflicts.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-11-stable/contrib/subversion/subversion/libsvn_wc/
HDdiff_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()
HDdiff_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()
HDdeprecated.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-11-stable/contrib/subversion/subversion/include/private/
HDsvn_client_private.h337 svn_diff_tree_processor_t **diff_processor,
366 svn_diff_tree_processor_t **diff_processor,
HDsvn_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,
HDsvn_client_shelf2.h458 const svn_diff_tree_processor_t *diff_processor,
HDsvn_client_shelf.h489 const svn_diff_tree_processor_t *diff_processor,
/freebsd-11-stable/contrib/subversion/subversion/svn/
HDshelf2-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()
HDshelf-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()