target_child      687 lib/common/patchset.c         xmlNode *target_child = cIter;
target_child      690 lib/common/patchset.c         patch_child = pcmk__xml_match(patch, target_child, false);
target_child      691 lib/common/patchset.c         process_v1_removals(target_child, patch_child);
target_child      701 lib/common/patchset.c     xmlNode *target_child = NULL;
target_child      755 lib/common/patchset.c         target_child = pcmk__xml_match(target, patch_child, false);
target_child      756 lib/common/patchset.c         process_v1_additions(target, target_child, patch_child);