input_xml 1551 lib/pacemaker/pcmk_graph_producer.c xmlNode *input_xml = create_xml_node(in, "trigger"); input_xml 1555 lib/pacemaker/pcmk_graph_producer.c add_node_nocopy(input_xml, crm_element_name(xml_action), xml_action); input_xml 33 tools/crm_rule.c char *input_xml; input_xml 53 tools/crm_rule.c { "xml-text", 'X', 0, G_OPTION_ARG_STRING, &options.input_xml, input_xml 290 tools/crm_rule.c if (pcmk__str_eq(options.input_xml, "-", pcmk__str_casei)) { input_xml 298 tools/crm_rule.c } else if (options.input_xml != NULL) { input_xml 299 tools/crm_rule.c input = string2xml(options.input_xml); input_xml 302 tools/crm_rule.c CMD_ERR("Couldn't parse input string: %s\n", options.input_xml);