active_table      805 lib/pengine/native.c get_rscs_brief(GListPtr rsc_list, GHashTable * rsc_table, GHashTable * active_table)
active_table      843 lib/pengine/native.c         if (active_table) {
active_table      854 lib/pengine/native.c                 node_table = g_hash_table_lookup(active_table, node->details->uname);
active_table      857 lib/pengine/native.c                     g_hash_table_insert(active_table, strdup(node->details->uname), node_table);
active_table      887 lib/pengine/native.c     GHashTable *active_table = g_hash_table_new_full(crm_str_hash, g_str_equal,
active_table      893 lib/pengine/native.c     get_rscs_brief(rsc_list, rsc_table, active_table);
active_table      902 lib/pengine/native.c         g_hash_table_iter_init(&hash_iter2, active_table);
active_table      956 lib/pengine/native.c     if (active_table) {
active_table      957 lib/pengine/native.c         g_hash_table_destroy(active_table);
active_table      958 lib/pengine/native.c         active_table = NULL;