Home
last modified time | relevance | path

Searched refs:right_props (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_diff/
Ddiff_tree.c62 /*const*/ apr_hash_t *right_props, in default_dir_added() argument
93 /*const*/ apr_hash_t *right_props, in default_dir_changed() argument
140 /*const*/ apr_hash_t *right_props, in default_file_added() argument
173 /*const*/ apr_hash_t *right_props, in default_file_changed() argument
266 /*const*/ apr_hash_t *right_props, in reverse_dir_added() argument
275 right_props, in reverse_dir_added()
309 /*const*/ apr_hash_t *right_props, in reverse_dir_changed() argument
320 SVN_ERR_ASSERT(left_props != NULL && right_props != NULL); in reverse_dir_changed()
321 SVN_ERR(svn_prop_diffs(&reversed_prop_changes, left_props, right_props, in reverse_dir_changed()
328 right_props, in reverse_dir_changed()
[all …]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Ddiff_local.c375 apr_hash_t *right_props; in do_file_diff() local
432 SVN_ERR(get_props(&right_props, right_abspath, ctx->wc_ctx, in do_file_diff()
437 if (! svn_hash_gets(right_props, SVN_PROP_MIME_TYPE)) in do_file_diff()
446 svn_hash_sets(right_props, SVN_PROP_MIME_TYPE, in do_file_diff()
450 SVN_ERR(translate_if_necessary(&right_abspath, right_props, in do_file_diff()
456 right_props = NULL; in do_file_diff()
476 right_props, in do_file_diff()
490 SVN_ERR(svn_prop_diffs(&prop_changes, right_props, left_props, in do_file_diff()
501 right_props, in do_file_diff()
544 apr_hash_t *right_props; in do_dir_diff() local
[all …]
Ddiff_summarize.c140 /*const*/ apr_hash_t *right_props, in diff_dir_changed() argument
160 /*const*/ apr_hash_t *right_props, in diff_dir_added() argument
169 props_changed_hash(right_props, scratch_pool), in diff_dir_added()
200 /*const*/ apr_hash_t *right_props, in diff_file_added() argument
208 props_changed_hash(right_props, scratch_pool), in diff_file_added()
222 /*const*/ apr_hash_t *right_props, in diff_file_changed() argument
Ddiff.c456 apr_hash_t *right_props, in print_git_diff_header() argument
467 svn_boolean_t exec_bit2 = (svn_prop_get_value(right_props, in print_git_diff_header()
471 svn_boolean_t symlink_bit2 = (svn_prop_get_value(right_props, in print_git_diff_header()
604 apr_hash_t *right_props, in display_prop_diffs() argument
655 left_props, right_props, in display_prop_diffs()
760 apr_hash_t *right_props, in diff_props_changed() argument
779 SVN_ERR(display_prop_diffs(props, left_props, right_props, in diff_props_changed()
873 apr_hash_t *right_props, in diff_content_changed() argument
888 const char *mimetype2 = svn_prop_get_value(right_props, SVN_PROP_MIME_TYPE); in diff_content_changed()
923 if (svn_prop_get_value(right_props, SVN_PROP_SPECIAL)) in diff_content_changed()
[all …]
Dshelf2.c1396 /*const*/ apr_hash_t *right_props, in wc_file_merge() argument
1412 SVN_ERR(svn_prop_diffs(&prop_changes, right_props, left_props, scratch_pool)); in wc_file_merge()
1440 /*const*/ apr_hash_t *right_props, in wc_dir_props_merge() argument
1448 SVN_ERR(svn_prop_diffs(&prop_changes, right_props, left_props, scratch_pool)); in wc_dir_props_merge()
1667 apr_hash_t *left_props, *right_props; in file_changed() local
1670 SVN_ERR(read_props_from_shelf(&left_props, &right_props, in file_changed()
1673 SVN_ERR(svn_prop_diffs(&prop_changes, right_props, left_props, in file_changed()
1679 left_props, right_props, in file_changed()
1707 apr_hash_t *left_props, *right_props; in file_deleted() local
1709 SVN_ERR(read_props_from_shelf(&left_props, &right_props, in file_deleted()
[all …]
Drepos_diff.c1004 apr_hash_t *right_props; in close_file() local
1016 right_props = svn_prop__patch(fb->pristine_props, fb->propchanges, in close_file()
1026 right_props, in close_file()
1039 right_props, in close_file()
1092 apr_hash_t *right_props; in close_directory() local
1094 right_props = svn_prop__patch(pristine_props, db->propchanges, in close_directory()
1103 right_props, in close_directory()
1114 right_props, in close_directory()
Dmerge.c2027 /*const*/ apr_hash_t *right_props, in merge_file_changed() argument
2205 /*const*/ apr_hash_t *right_props, in merge_file_added() argument
2271 pristine_props = right_props; /* Includes last_* information */ in merge_file_added()
2294 SVN_ERR(svn_categorize_props(svn_prop_hash_to_array(right_props, in merge_file_added()
2960 /*const*/ apr_hash_t *right_props, in merge_dir_changed() argument
3048 /*const*/ apr_hash_t *right_props, in merge_dir_added() argument
3109 apr_hash_t *new_pristine_props = right_props; in merge_dir_added()
3143 SVN_ERR(svn_categorize_props(svn_prop_hash_to_array(right_props, in merge_dir_added()
7685 apr_hash_t *left_props, *right_props; in do_file_merge() local
7705 SVN_ERR(single_file_merge_get_file(&right_file, &right_props, in do_file_merge()
[all …]
Dconflicts.c7484 apr_hash_t *right_props, in diff_dir_added() argument
7503 b->added_repos_relpath, right_props, in diff_dir_added()
7521 b->added_repos_relpath, right_props, in diff_dir_added()
7564 for (hi = apr_hash_first(scratch_pool, right_props); in diff_dir_added()
7650 apr_hash_t *right_props, in diff_file_added() argument
7670 propsarray = svn_prop_hash_to_array(right_props, scratch_pool); in diff_file_added()
7707 propsarray = svn_prop_hash_to_array(right_props, scratch_pool); in diff_file_added()
/freebsd-12-stable/contrib/subversion/subversion/include/private/
Dsvn_diff_tree.h187 /*const*/ apr_hash_t *right_props,
214 /*const*/ apr_hash_t *right_props,
257 /*const*/ apr_hash_t *right_props,
280 /*const*/ apr_hash_t *right_props,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Ddiff_editor.c886 apr_hash_t *right_props; in walk_local_nodes_diff() local
892 right_props = svn_prop__patch(left_props, propchanges, scratch_pool); in walk_local_nodes_diff()
898 right_props, in walk_local_nodes_diff()
939 apr_hash_t *right_props = NULL; in svn_wc__diff_local_only_file() local
1016 SVN_ERR(svn_wc__db_read_props(&right_props, db, local_abspath, in svn_wc__diff_local_only_file()
1019 right_props = svn_prop_hash_dup(pristine_props, scratch_pool); in svn_wc__diff_local_only_file()
1050 right_props, in svn_wc__diff_local_only_file()
1251 apr_hash_t *right_props; in svn_wc__diff_local_only_dir() local
1254 SVN_ERR(svn_wc__db_read_props(&right_props, db, local_abspath, in svn_wc__diff_local_only_dir()
1257 right_props = svn_prop_hash_dup(pristine_props, scratch_pool); in svn_wc__diff_local_only_dir()
[all …]
Ddiff_local.c72 apr_hash_t *right_props; member
227 ns->right_props, in diff_status_callback()
377 SVN_ERR(svn_wc__db_read_props(&eb->cur->right_props, in diff_status_callback()
383 eb->cur->right_props, in diff_status_callback()
529 ns->right_props, in svn_wc__diff7()