patch_child 1610 lib/common/xml.c xmlNode *patch_child = NULL; patch_child 1658 lib/common/xml.c patch_child = find_element(patch, target_child, FALSE); patch_child 1659 lib/common/xml.c __subtract_xml_object(target_child, patch_child); patch_child 1667 lib/common/xml.c xmlNode *patch_child = NULL; patch_child 1717 lib/common/xml.c for (patch_child = __xml_first_child(patch); patch_child != NULL; patch_child 1718 lib/common/xml.c patch_child = __xml_next(patch_child)) { patch_child 1720 lib/common/xml.c target_child = find_element(target, patch_child, FALSE); patch_child 1721 lib/common/xml.c __add_xml_object(target, target_child, patch_child);