xml_graph         161 include/pcmki/pcmki_transition.h pcmk__graph_t *pcmk__unpack_graph(const xmlNode *xml_graph,
xml_graph         723 lib/pacemaker/pcmk_graph_consumer.c pcmk__unpack_graph(const xmlNode *xml_graph, const char *reference)
xml_graph         741 lib/pacemaker/pcmk_graph_consumer.c     if (xml_graph != NULL) {
xml_graph         742 lib/pacemaker/pcmk_graph_consumer.c         const char *buf = crm_element_value(xml_graph, "transition_id");
xml_graph         748 lib/pacemaker/pcmk_graph_consumer.c         buf = crm_element_value(xml_graph, PCMK_OPT_CLUSTER_DELAY);
xml_graph         753 lib/pacemaker/pcmk_graph_consumer.c         buf = crm_element_value(xml_graph, PCMK_OPT_STONITH_TIMEOUT);
xml_graph         761 lib/pacemaker/pcmk_graph_consumer.c         buf = crm_element_value(xml_graph, PCMK_OPT_BATCH_LIMIT);
xml_graph         768 lib/pacemaker/pcmk_graph_consumer.c         buf = crm_element_value(xml_graph, PCMK_OPT_MIGRATION_LIMIT);
xml_graph         772 lib/pacemaker/pcmk_graph_consumer.c             crm_element_value_copy(xml_graph, PCMK__XA_FAILED_STOP_OFFSET);
xml_graph         774 lib/pacemaker/pcmk_graph_consumer.c             crm_element_value_copy(xml_graph, PCMK__XA_FAILED_START_OFFSET);
xml_graph         776 lib/pacemaker/pcmk_graph_consumer.c         if (crm_element_value_epoch(xml_graph, "recheck-by",
xml_graph         783 lib/pacemaker/pcmk_graph_consumer.c     for (const xmlNode *synapse_xml = pcmk__xe_first_child(xml_graph,