input_xml        1900 lib/pacemaker/pcmk_sched_graph.c             xmlNode *input_xml = create_xml_node(in, "trigger");
input_xml        1904 lib/pacemaker/pcmk_sched_graph.c             add_node_nocopy(input_xml, crm_element_name(xml_action), xml_action);
input_xml          32 tools/crm_rule.c     char *input_xml;
input_xml          52 tools/crm_rule.c     { "xml-text", 'X', 0, G_OPTION_ARG_STRING, &options.input_xml,
input_xml         289 tools/crm_rule.c     if (pcmk__str_eq(options.input_xml, "-", pcmk__str_casei)) {
input_xml         297 tools/crm_rule.c     } else if (options.input_xml != NULL) {
input_xml         298 tools/crm_rule.c         input = string2xml(options.input_xml);
input_xml         301 tools/crm_rule.c             CMD_ERR("Couldn't parse input string: %s\n", options.input_xml);