child_xml 273 lib/pengine/complex.c xmlNode *child_xml = NULL; child_xml 324 lib/pengine/complex.c for (child_xml = pcmk__xe_first_child(xml_obj, NULL, NULL, NULL); child_xml 325 lib/pengine/complex.c child_xml != NULL; child_xml = pcmk__xe_next(child_xml, NULL)) { child_xml 327 lib/pengine/complex.c xmlNode *new_child = pcmk__xml_copy(new_xml, child_xml);