child_diff        933 lib/common/patchset.c     xmlNode *child_diff = NULL;
child_diff        941 lib/common/patchset.c     for (child_diff = pcmk__xml_first_child(removed); child_diff != NULL;
child_diff        942 lib/common/patchset.c          child_diff = pcmk__xml_next(child_diff)) {
child_diff        945 lib/common/patchset.c             process_v1_removals(xml, child_diff);
child_diff        959 lib/common/patchset.c         xmlNode *child_diff = NULL;
child_diff        961 lib/common/patchset.c         for (child_diff = pcmk__xml_first_child(added); child_diff != NULL;
child_diff        962 lib/common/patchset.c              child_diff = pcmk__xml_next(child_diff)) {
child_diff        965 lib/common/patchset.c                 process_v1_additions(NULL, xml, child_diff);
child_diff       1476 lib/common/patchset.c     xmlNode *child_diff = NULL;
child_diff       1485 lib/common/patchset.c     for (child_diff = pcmk__xml_first_child(removed); child_diff != NULL;
child_diff       1486 lib/common/patchset.c          child_diff = pcmk__xml_next(child_diff)) {
child_diff       1489 lib/common/patchset.c             *new_xml = subtract_v1_xml_object(NULL, old_xml, child_diff, false,
child_diff       1507 lib/common/patchset.c         xmlNode *child_diff = NULL;
child_diff       1509 lib/common/patchset.c         for (child_diff = pcmk__xml_first_child(added); child_diff != NULL;
child_diff       1510 lib/common/patchset.c              child_diff = pcmk__xml_next(child_diff)) {
child_diff       1513 lib/common/patchset.c                 pcmk__xml_update(NULL, *new_xml, child_diff, pcmk__xaf_none,