find_element     1658 lib/common/xml.c         patch_child = find_element(patch, target_child, FALSE);
find_element     1720 lib/common/xml.c         target_child = find_element(target, patch_child, FALSE);
find_element     4128 lib/common/xml.c         xmlNode *new_child = find_element(new, cIter, TRUE);
find_element     4144 lib/common/xml.c             if (find_element(new, old_child, TRUE) == NULL) {
find_element     4154 lib/common/xml.c         xmlNode *old_child = find_element(old, cIter, TRUE);
find_element     4453 lib/common/xml.c         right_child = find_element(right, left_child, FALSE);