Home
last modified time | relevance | path

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

/trueos/contrib/subversion/subversion/libsvn_subr/
HDmergeinfo.c252 svn_merge_range_t combined_range; in combine_with_lastrange() local
273 if (combine_ranges(&combined_range, lastrange, new_range, FALSE)) in combine_with_lastrange()
275 *lastrange = combined_range; in combine_with_lastrange()
285 if (combine_ranges(&combined_range, lastrange, new_range, TRUE)) in combine_with_lastrange()
289 *lastrange = combined_range; in combine_with_lastrange()