child_of_child   2752 lib/common/xml.c     xmlNode *child_of_child = NULL;
child_of_child   2770 lib/common/xml.c     for (child_of_child = pcmk__xml_first_child(child); child_of_child != NULL;
child_of_child   2771 lib/common/xml.c          child_of_child = pcmk__xml_next(child_of_child)) {
child_of_child   2776 lib/common/xml.c         can_update = update_xml_child(child_of_child, to_update);
child_of_child   2819 lib/common/xml.c     xmlNode *child_of_child = NULL;
child_of_child   2880 lib/common/xml.c     child_of_child = pcmk__xml_first_child(child);
child_of_child   2881 lib/common/xml.c     while (child_of_child) {
child_of_child   2882 lib/common/xml.c         xmlNode *next = pcmk__xml_next(child_of_child);
child_of_child   2884 lib/common/xml.c         can_delete = replace_xml_child(child, child_of_child, update, delete_only);
child_of_child   2888 lib/common/xml.c             child_of_child = NULL;
child_of_child   2890 lib/common/xml.c             child_of_child = next;