xml_synapse       564 lib/pacemaker/pcmk_graph_consumer.c unpack_synapse(pcmk__graph_t *new_graph, xmlNode *xml_synapse)
xml_synapse       570 lib/pacemaker/pcmk_graph_consumer.c     crm_trace("Unpacking synapse %s", ID(xml_synapse));
xml_synapse       577 lib/pacemaker/pcmk_graph_consumer.c     pcmk__scan_min_int(ID(xml_synapse), &(new_synapse->id), 0);
xml_synapse       579 lib/pacemaker/pcmk_graph_consumer.c     value = crm_element_value(xml_synapse, XML_CIB_ATTR_PRIORITY);
xml_synapse       588 lib/pacemaker/pcmk_graph_consumer.c               crm_element_value(xml_synapse, XML_ATTR_ID));
xml_synapse       590 lib/pacemaker/pcmk_graph_consumer.c     for (action_set = first_named_child(xml_synapse, "action_set");
xml_synapse       611 lib/pacemaker/pcmk_graph_consumer.c     crm_trace("Unpacking synapse %s inputs", ID(xml_synapse));
xml_synapse       613 lib/pacemaker/pcmk_graph_consumer.c     for (xmlNode *inputs = first_named_child(xml_synapse, "inputs");