input_xml 1851 lib/pacemaker/pcmk_sched_graph.c xmlNode *input_xml = create_xml_node(in, "trigger"); input_xml 1855 lib/pacemaker/pcmk_sched_graph.c add_node_nocopy(input_xml, crm_element_name(xml_action), xml_action); input_xml 31 tools/crm_rule.c char *input_xml; input_xml 51 tools/crm_rule.c { "xml-text", 'X', 0, G_OPTION_ARG_STRING, &options.input_xml, input_xml 280 tools/crm_rule.c if (pcmk__str_eq(options.input_xml, "-", pcmk__str_casei)) { input_xml 288 tools/crm_rule.c } else if (options.input_xml != NULL) { input_xml 289 tools/crm_rule.c input = string2xml(options.input_xml); input_xml 292 tools/crm_rule.c CMD_ERR("Couldn't parse input string: %s\n", options.input_xml);