xml_graph         159 include/pcmki/pcmki_transition.h pcmk__graph_t *pcmk__unpack_graph(const xmlNode *xml_graph,
xml_graph         677 lib/pacemaker/pcmk_graph_consumer.c pcmk__unpack_graph(const xmlNode *xml_graph, const char *reference)
xml_graph         699 lib/pacemaker/pcmk_graph_consumer.c     if (xml_graph != NULL) {
xml_graph         700 lib/pacemaker/pcmk_graph_consumer.c         const char *buf = crm_element_value(xml_graph, "transition_id");
xml_graph         706 lib/pacemaker/pcmk_graph_consumer.c         buf = crm_element_value(xml_graph, "cluster-delay");
xml_graph         711 lib/pacemaker/pcmk_graph_consumer.c         buf = crm_element_value(xml_graph, "stonith-timeout");
xml_graph         719 lib/pacemaker/pcmk_graph_consumer.c         buf = crm_element_value(xml_graph, "batch-limit");
xml_graph         726 lib/pacemaker/pcmk_graph_consumer.c         buf = crm_element_value(xml_graph, "migration-limit");
xml_graph         730 lib/pacemaker/pcmk_graph_consumer.c                          crm_element_value(xml_graph, "failed-stop-offset"));
xml_graph         732 lib/pacemaker/pcmk_graph_consumer.c                          crm_element_value(xml_graph, "failed-start-offset"));
xml_graph         734 lib/pacemaker/pcmk_graph_consumer.c         if (crm_element_value_epoch(xml_graph, "recheck-by",
xml_graph         741 lib/pacemaker/pcmk_graph_consumer.c     for (const xmlNode *synapse_xml = first_named_child(xml_graph, "synapse");