upper_bound       249 lib/common/xml.c void diff_filter_context(int context, int upper_bound, int lower_bound,
upper_bound      4266 lib/common/xml.c diff_filter_context(int context, int upper_bound, int lower_bound,
upper_bound      4286 lib/common/xml.c     if (lower_bound >= 0 || upper_bound >= 0) {
upper_bound      4291 lib/common/xml.c         upper_bound = in_upper_context(0, context, xml_node);
upper_bound      4292 lib/common/xml.c         if (upper_bound >= 0) {
upper_bound      4302 lib/common/xml.c         diff_filter_context(context, upper_bound - 1, lower_bound - 1, child, new_parent);