child_of_child 2611 lib/common/xml.c xmlNode *child_of_child = NULL; child_of_child 2629 lib/common/xml.c for (child_of_child = pcmk__xml_first_child(child); child_of_child != NULL; child_of_child 2630 lib/common/xml.c child_of_child = pcmk__xml_next(child_of_child)) { child_of_child 2635 lib/common/xml.c can_update = update_xml_child(child_of_child, to_update); child_of_child 2678 lib/common/xml.c xmlNode *child_of_child = NULL; child_of_child 2739 lib/common/xml.c child_of_child = pcmk__xml_first_child(child); child_of_child 2740 lib/common/xml.c while (child_of_child) { child_of_child 2741 lib/common/xml.c xmlNode *next = pcmk__xml_next(child_of_child); child_of_child 2743 lib/common/xml.c can_delete = replace_xml_child(child, child_of_child, update, delete_only); child_of_child 2747 lib/common/xml.c child_of_child = NULL; child_of_child 2749 lib/common/xml.c child_of_child = next;