child_diff 934 lib/common/patchset.c xmlNode *child_diff = NULL; child_diff 942 lib/common/patchset.c for (child_diff = pcmk__xml_first_child(removed); child_diff != NULL; child_diff 943 lib/common/patchset.c child_diff = pcmk__xml_next(child_diff)) { child_diff 946 lib/common/patchset.c process_v1_removals(xml, child_diff); child_diff 960 lib/common/patchset.c xmlNode *child_diff = NULL; child_diff 962 lib/common/patchset.c for (child_diff = pcmk__xml_first_child(added); child_diff != NULL; child_diff 963 lib/common/patchset.c child_diff = pcmk__xml_next(child_diff)) { child_diff 966 lib/common/patchset.c process_v1_additions(NULL, xml, child_diff); child_diff 1488 lib/common/patchset.c xmlNode *child_diff = NULL; child_diff 1497 lib/common/patchset.c for (child_diff = pcmk__xml_first_child(removed); child_diff != NULL; child_diff 1498 lib/common/patchset.c child_diff = pcmk__xml_next(child_diff)) { child_diff 1501 lib/common/patchset.c *new_xml = subtract_v1_xml_object(NULL, old_xml, child_diff, false, child_diff 1519 lib/common/patchset.c xmlNode *child_diff = NULL; child_diff 1521 lib/common/patchset.c for (child_diff = pcmk__xml_first_child(added); child_diff != NULL; child_diff 1522 lib/common/patchset.c child_diff = pcmk__xml_next(child_diff)) { child_diff 1525 lib/common/patchset.c pcmk__xml_update(NULL, *new_xml, child_diff, pcmk__xaf_none,