child_xml 287 lib/pengine/complex.c xmlNode *child_xml = NULL; child_xml 338 lib/pengine/complex.c for (child_xml = pcmk__xe_first_child(xml_obj, NULL, NULL, NULL); child_xml 339 lib/pengine/complex.c child_xml != NULL; child_xml = pcmk__xe_next(child_xml, NULL)) { child_xml 341 lib/pengine/complex.c xmlNode *new_child = pcmk__xml_copy(new_xml, child_xml);