Home
last modified time | relevance | path

Searched refs:copyfrom_props (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_diff/
HDdiff_tree.c69 /*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/
HDsvn_diff_tree.h174 /*const*/ apr_hash_t *copyfrom_props,
244 /*const*/ apr_hash_t *copyfrom_props,
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDdiff_summarize.c167 /*const*/ apr_hash_t *copyfrom_props, in diff_dir_added() argument
207 /*const*/ apr_hash_t *copyfrom_props, in diff_file_added() argument
HDdiff.c977 /*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()
HDmerge.c2171 /*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/
HDdiff_editor.c2454 /*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 …]