Home
last modified time | relevance | path

Searched defs:left_props (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_diff/
HDdiff_tree.c85 /*const*/ apr_hash_t *left_props, in default_dir_deleted()
100 /*const*/ apr_hash_t *left_props, in default_dir_changed()
163 /*const*/ apr_hash_t *left_props, in default_file_deleted()
180 /*const*/ apr_hash_t *left_props, in default_file_changed()
303 /*const*/ apr_hash_t *left_props, in reverse_dir_deleted()
328 /*const*/ apr_hash_t *left_props, in reverse_dir_changed()
443 /*const*/ apr_hash_t *left_props, in reverse_file_deleted()
472 /*const*/ apr_hash_t *left_props, in reverse_file_changed()
652 /*const*/ apr_hash_t *left_props, in filter_dir_deleted()
676 /*const*/ apr_hash_t *left_props, in filter_dir_changed()
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDdiff_summarize.c147 /*const*/ apr_hash_t *left_props, in diff_dir_changed()
187 /*const*/ apr_hash_t *left_props, in diff_dir_deleted()
229 /*const*/ apr_hash_t *left_props, in diff_file_changed()
253 /*const*/ apr_hash_t *left_props, in diff_file_deleted()
HDdiff_local.c374 apr_hash_t *left_props; in do_file_diff() local
543 apr_hash_t *left_props; in do_dir_diff() local
HDdiff.c933 /*const*/ apr_hash_t *left_props, in diff_file_changed()
986 apr_hash_t *left_props; in diff_file_added() local
1072 /*const*/ apr_hash_t *left_props, in diff_file_deleted()
1139 /*const*/ apr_hash_t *left_props, in diff_dir_changed()
1172 apr_hash_t *left_props; in diff_dir_added() local
1207 /*const*/ apr_hash_t *left_props, in diff_dir_deleted()
HDrepos_diff.c546 apr_hash_t *left_props = NULL; in diff_deleted_dir() local
HDmerge.c1993 /*const*/ apr_hash_t *left_props, in merge_file_changed()
2387 /*const*/ apr_hash_t *left_props, in merge_file_deleted()
2900 /*const*/ apr_hash_t *left_props, in merge_dir_changed()
3156 /*const*/ apr_hash_t *left_props, in merge_dir_deleted()
7587 apr_hash_t *left_props, *right_props; in do_file_merge() local
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDdiff_editor.c840 apr_hash_t *left_props; in walk_local_nodes_diff() local
2497 /*const*/ apr_hash_t *left_props, in wrap_dir_deleted()
2541 /*const*/ apr_hash_t *left_props, in wrap_dir_changed()
2660 apr_hash_t *left_props, in wrap_file_deleted()
2692 /*const*/ apr_hash_t *left_props, in wrap_file_changed()
2844 /*const*/ apr_hash_t *left_props, in filter_dir_deleted()
2865 /*const*/ apr_hash_t *left_props, in filter_dir_changed()
2970 /*const*/ apr_hash_t *left_props, in filter_file_deleted()
2994 /*const*/ apr_hash_t *left_props, in filter_file_changed()
HDdiff_local.c71 apr_hash_t *left_props; member