t_id 664 lib/pacemaker/pcmk_graph_consumer.c const char *t_id = NULL; t_id 686 lib/pacemaker/pcmk_graph_consumer.c t_id = crm_element_value(xml_graph, "transition_id"); t_id 687 lib/pacemaker/pcmk_graph_consumer.c CRM_CHECK(t_id != NULL, free(new_graph); t_id 689 lib/pacemaker/pcmk_graph_consumer.c pcmk__scan_min_int(t_id, &(new_graph->id), -1); t_id 704 lib/pacemaker/pcmk_graph_consumer.c t_id = crm_element_value(xml_graph, "batch-limit"); t_id 705 lib/pacemaker/pcmk_graph_consumer.c if ((t_id == NULL) t_id 706 lib/pacemaker/pcmk_graph_consumer.c || (pcmk__scan_min_int(t_id, &(new_graph->batch_limit), t_id 711 lib/pacemaker/pcmk_graph_consumer.c t_id = crm_element_value(xml_graph, "migration-limit"); t_id 712 lib/pacemaker/pcmk_graph_consumer.c pcmk__scan_min_int(t_id, &(new_graph->migration_limit), -1);