xml_synapse 94 lib/transition/unpack.c unpack_synapse(crm_graph_t * new_graph, xmlNode * xml_synapse) xml_synapse 101 lib/transition/unpack.c CRM_CHECK(xml_synapse != NULL, return NULL); xml_synapse 102 lib/transition/unpack.c crm_trace("looking in synapse %s", ID(xml_synapse)); xml_synapse 105 lib/transition/unpack.c new_synapse->id = crm_parse_int(ID(xml_synapse), NULL); xml_synapse 107 lib/transition/unpack.c value = crm_element_value(xml_synapse, XML_CIB_ATTR_PRIORITY); xml_synapse 117 lib/transition/unpack.c crm_trace("look for actions in synapse %s", crm_element_value(xml_synapse, XML_ATTR_ID)); xml_synapse 119 lib/transition/unpack.c for (action_set = __xml_first_child(xml_synapse); action_set != NULL; xml_synapse 141 lib/transition/unpack.c crm_trace("look for inputs in synapse %s", ID(xml_synapse)); xml_synapse 143 lib/transition/unpack.c for (inputs = __xml_first_child(xml_synapse); inputs != NULL; inputs = __xml_next(inputs)) {