| /freebsd-11-stable/contrib/subversion/subversion/libsvn_client/ |
| HD | diff_local.c | 95 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 …]
|
| HD | diff.c | 1845 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 …]
|
| HD | shelf2.c | 1649 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 …]
|
| HD | diff_summarize.c | 260 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()
|
| HD | client.h | 1117 const svn_diff_tree_processor_t *diff_processor,
|
| HD | shelf.c | 980 const svn_diff_tree_processor_t *diff_processor, in svn_client__shelf_diff() argument 996 diff_processor, in svn_client__shelf_diff()
|
| HD | conflicts.c | 7744 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/ |
| HD | diff_local.c | 442 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()
|
| HD | diff_editor.c | 248 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()
|
| HD | deprecated.c | 2084 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/ |
| HD | svn_client_private.h | 337 svn_diff_tree_processor_t **diff_processor, 366 svn_diff_tree_processor_t **diff_processor,
|
| HD | svn_wc_private.h | 1676 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,
|
| HD | svn_client_shelf2.h | 458 const svn_diff_tree_processor_t *diff_processor,
|
| HD | svn_client_shelf.h | 489 const svn_diff_tree_processor_t *diff_processor,
|
| /freebsd-11-stable/contrib/subversion/subversion/svn/ |
| HD | shelf2-cmd.c | 719 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()
|
| HD | shelf-cmd.c | 719 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()
|