xml_synapse       574 lib/pacemaker/pcmk_graph_consumer.c unpack_synapse(pcmk__graph_t *new_graph, const xmlNode *xml_synapse)
xml_synapse       580 lib/pacemaker/pcmk_graph_consumer.c     crm_trace("Unpacking synapse %s", ID(xml_synapse));
xml_synapse       587 lib/pacemaker/pcmk_graph_consumer.c     pcmk__scan_min_int(ID(xml_synapse), &(new_synapse->id), 0);
xml_synapse       589 lib/pacemaker/pcmk_graph_consumer.c     value = crm_element_value(xml_synapse, XML_CIB_ATTR_PRIORITY);
xml_synapse       598 lib/pacemaker/pcmk_graph_consumer.c               crm_element_value(xml_synapse, XML_ATTR_ID));
xml_synapse       600 lib/pacemaker/pcmk_graph_consumer.c     for (action_set = first_named_child(xml_synapse, "action_set");
xml_synapse       621 lib/pacemaker/pcmk_graph_consumer.c     crm_trace("Unpacking synapse %s inputs", ID(xml_synapse));
xml_synapse       623 lib/pacemaker/pcmk_graph_consumer.c     for (xmlNode *inputs = first_named_child(xml_synapse, "inputs");