Home
last modified time | relevance | path

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

/trueos/contrib/subversion/subversion/libsvn_subr/
HDmergeinfo.c151 intersection_type_t *intersection_type) in get_type_of_intersection() argument
159 *intersection_type = svn__no_intersection; in get_type_of_intersection()
161 *intersection_type = svn__equal_intersection; in get_type_of_intersection()
163 *intersection_type = svn__adjoining_intersection; in get_type_of_intersection()
165 *intersection_type = svn__proper_subset_intersection; in get_type_of_intersection()
167 *intersection_type = svn__proper_subset_intersection; in get_type_of_intersection()
169 *intersection_type = svn__overlapping_intersection; in get_type_of_intersection()
296 intersection_type_t intersection_type; in combine_with_lastrange() local
300 &intersection_type)); in combine_with_lastrange()
302 switch (intersection_type) in combine_with_lastrange()