context           134 lib/common/mainloop.c   GMainContext *context;
context           249 lib/common/xml.c void diff_filter_context(int context, int upper_bound, int lower_bound,
context           251 lib/common/xml.c int in_upper_context(int depth, int context, xmlNode * xml_node);
context          4266 lib/common/xml.c diff_filter_context(int context, int upper_bound, int lower_bound,
context          4282 lib/common/xml.c         lower_bound = context;
context          4291 lib/common/xml.c         upper_bound = in_upper_context(0, context, xml_node);
context          4302 lib/common/xml.c         diff_filter_context(context, upper_bound - 1, lower_bound - 1, child, new_parent);
context          4307 lib/common/xml.c in_upper_context(int depth, int context, xmlNode * xml_node)
context          4309 lib/common/xml.c     if (context == 0) {
context          4316 lib/common/xml.c     } else if (depth < context) {
context          4320 lib/common/xml.c             if (in_upper_context(depth + 1, context, child)) {