Searched refs:lastrange (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | mergeinfo.c | 249 svn_merge_range_t *lastrange; in combine_with_lastrange() local 256 lastrange = APR_ARRAY_IDX(rangelist, rangelist->nelts - 1, svn_merge_range_t *); in combine_with_lastrange() 258 lastrange = NULL; in combine_with_lastrange() 260 if (!lastrange) in combine_with_lastrange() 271 if (combine_ranges(&combined_range, lastrange, new_range, FALSE)) in combine_with_lastrange() 273 *lastrange = combined_range; in combine_with_lastrange() 283 if (combine_ranges(&combined_range, lastrange, new_range, TRUE)) in combine_with_lastrange() 287 *lastrange = combined_range; in combine_with_lastrange() 297 SVN_ERR(get_type_of_intersection(new_range, lastrange, in combine_with_lastrange() 307 sorted = (svn_sort_compare_ranges(&lastrange, in combine_with_lastrange() [all …]
|