Searched refs:copyfrom_props (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/subversion/subversion/libsvn_diff/ |
| HD | diff_tree.c | 69 /*const*/ apr_hash_t *copyfrom_props, in default_dir_added() argument 147 /*const*/ apr_hash_t *copyfrom_props, in default_file_added() argument 279 /*const*/ apr_hash_t *copyfrom_props, in reverse_dir_added() argument 418 /*const*/ apr_hash_t *copyfrom_props, in reverse_file_added() argument 626 /*const*/ apr_hash_t *copyfrom_props, in filter_dir_added() argument 640 copyfrom_props, in filter_dir_added() 763 /*const*/ apr_hash_t *copyfrom_props, in filter_file_added() argument 779 copyfrom_props, in filter_file_added() 962 /*const*/ apr_hash_t *copyfrom_props, in copy_as_changed_dir_added() argument 973 SVN_ERR(svn_prop_diffs(&propchanges, right_props, copyfrom_props, in copy_as_changed_dir_added() [all …]
|
| /NextBSD/contrib/subversion/subversion/include/private/ |
| HD | svn_diff_tree.h | 174 /*const*/ apr_hash_t *copyfrom_props, 244 /*const*/ apr_hash_t *copyfrom_props,
|
| /NextBSD/contrib/subversion/subversion/libsvn_client/ |
| HD | diff_summarize.c | 167 /*const*/ apr_hash_t *copyfrom_props, in diff_dir_added() argument 207 /*const*/ apr_hash_t *copyfrom_props, in diff_file_added() argument
|
| HD | diff.c | 977 /*const*/ apr_hash_t *copyfrom_props, in diff_file_added() argument 994 left_props = copyfrom_props ? copyfrom_props : apr_hash_make(scratch_pool); in diff_file_added() 1165 /*const*/ apr_hash_t *copyfrom_props, in diff_dir_added() argument 1180 left_props = copyfrom_props ? copyfrom_props in diff_dir_added()
|
| HD | merge.c | 2171 /*const*/ apr_hash_t *copyfrom_props, in merge_file_added() argument 2988 /*const*/ apr_hash_t *copyfrom_props, in merge_dir_added() argument
|
| /NextBSD/contrib/subversion/subversion/libsvn_wc/ |
| HD | diff_editor.c | 2454 /*const*/ apr_hash_t *copyfrom_props, in wrap_dir_added() argument 2464 apr_hash_t *pristine_props = copyfrom_props; in wrap_dir_added() 2607 /*const*/ apr_hash_t *copyfrom_props, in wrap_file_added() argument 2619 if (! copyfrom_props) in wrap_file_added() 2620 copyfrom_props = apr_hash_make(scratch_pool); in wrap_file_added() 2622 SVN_ERR(svn_prop_diffs(&prop_changes, right_props, copyfrom_props, in wrap_file_added() 2636 copyfrom_props in wrap_file_added() 2637 ? svn_prop_get_value(copyfrom_props, in wrap_file_added() 2650 prop_changes, copyfrom_props, in wrap_file_added() 2823 /*const*/ apr_hash_t *copyfrom_props, in filter_dir_added() argument [all …]
|