match_found      2646 lib/common/xml.c     int match_found = 0;
match_found      2660 lib/common/xml.c         match_found = 1;
match_found      2663 lib/common/xml.c     if (search_matches || match_found == 0) {
match_found      2668 lib/common/xml.c             match_found += find_xml_children(children, child, tag, field, value, search_matches);
match_found      2672 lib/common/xml.c     return match_found;