xml_synapse       560 lib/pacemaker/pcmk_graph_consumer.c unpack_synapse(crm_graph_t *new_graph, xmlNode *xml_synapse)
xml_synapse       566 lib/pacemaker/pcmk_graph_consumer.c     crm_trace("Unpacking synapse %s", ID(xml_synapse));
xml_synapse       573 lib/pacemaker/pcmk_graph_consumer.c     pcmk__scan_min_int(ID(xml_synapse), &(new_synapse->id), 0);
xml_synapse       575 lib/pacemaker/pcmk_graph_consumer.c     value = crm_element_value(xml_synapse, XML_CIB_ATTR_PRIORITY);
xml_synapse       584 lib/pacemaker/pcmk_graph_consumer.c               crm_element_value(xml_synapse, XML_ATTR_ID));
xml_synapse       586 lib/pacemaker/pcmk_graph_consumer.c     for (action_set = first_named_child(xml_synapse, "action_set");
xml_synapse       606 lib/pacemaker/pcmk_graph_consumer.c     crm_trace("Unpacking synapse %s inputs", ID(xml_synapse));
xml_synapse       608 lib/pacemaker/pcmk_graph_consumer.c     for (xmlNode *inputs = first_named_child(xml_synapse, "inputs");