xml_graph         158 include/pcmki/pcmki_transition.h pcmk__graph_t *pcmk__unpack_graph(const xmlNode *xml_graph,
xml_graph         742 lib/pacemaker/pcmk_graph_consumer.c pcmk__unpack_graph(const xmlNode *xml_graph, const char *reference)
xml_graph         764 lib/pacemaker/pcmk_graph_consumer.c     if (xml_graph != NULL) {
xml_graph         765 lib/pacemaker/pcmk_graph_consumer.c         const char *buf = crm_element_value(xml_graph, "transition_id");
xml_graph         771 lib/pacemaker/pcmk_graph_consumer.c         buf = crm_element_value(xml_graph, PCMK_OPT_CLUSTER_DELAY);
xml_graph         776 lib/pacemaker/pcmk_graph_consumer.c         buf = crm_element_value(xml_graph, PCMK_OPT_STONITH_TIMEOUT);
xml_graph         784 lib/pacemaker/pcmk_graph_consumer.c         buf = crm_element_value(xml_graph, PCMK_OPT_BATCH_LIMIT);
xml_graph         791 lib/pacemaker/pcmk_graph_consumer.c         buf = crm_element_value(xml_graph, PCMK_OPT_MIGRATION_LIMIT);
xml_graph         795 lib/pacemaker/pcmk_graph_consumer.c             crm_element_value_copy(xml_graph, "failed-stop-offset");
xml_graph         797 lib/pacemaker/pcmk_graph_consumer.c             crm_element_value_copy(xml_graph, "failed-start-offset");
xml_graph         799 lib/pacemaker/pcmk_graph_consumer.c         if (crm_element_value_epoch(xml_graph, "recheck-by",
xml_graph         806 lib/pacemaker/pcmk_graph_consumer.c     for (const xmlNode *synapse_xml = pcmk__xe_first_child(xml_graph,