Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dconflicts.c636 apr_array_header_t *copies_with_same_source_path; in match_copies_to_deletion() local
641 copies_with_same_source_path = apr_hash_this_val(hi); in match_copies_to_deletion()
647 for (i = 0; i < copies_with_same_source_path->nelts; i++) in match_copies_to_deletion()
858 apr_array_header_t *copies_with_same_source_path; in find_nested_moves() local
882 copies_with_same_source_path = svn_hash_gets(copies, in find_nested_moves()
884 if (copies_with_same_source_path == NULL) in find_nested_moves()
887 for (j = 0; j < copies_with_same_source_path->nelts; j++) in find_nested_moves()
891 copy = APR_ARRAY_IDX(copies_with_same_source_path, j, in find_nested_moves()
932 apr_array_header_t *copies_with_same_source_path; in cache_copied_item() local
943 if (copies_with_same_source_path == NULL) in cache_copied_item()
[all …]