node_table 1231 lib/pengine/native.c GHashTable *node_table = NULL; node_table 1238 lib/pengine/native.c node_table = g_hash_table_lookup(active_table, node->details->uname); node_table 1239 lib/pengine/native.c if (node_table == NULL) { node_table 1240 lib/pengine/native.c node_table = pcmk__strkey_table(free, free); node_table 1241 lib/pengine/native.c g_hash_table_insert(active_table, strdup(node->details->uname), node_table); node_table 1244 lib/pengine/native.c active_counter = g_hash_table_lookup(node_table, buffer); node_table 1248 lib/pengine/native.c g_hash_table_insert(node_table, strdup(buffer), active_counter); node_table 1259 lib/pengine/native.c GHashTable *node_table = data; node_table 1261 lib/pengine/native.c if (node_table) { node_table 1262 lib/pengine/native.c g_hash_table_destroy(node_table); node_table 1286 lib/pengine/native.c GHashTable *node_table = NULL; node_table 1290 lib/pengine/native.c while (g_hash_table_iter_next(&hash_iter2, (gpointer *)&node_name, (gpointer *)&node_table)) { node_table 1291 lib/pengine/native.c int *active_counter = g_hash_table_lookup(node_table, type); node_table 1381 lib/pengine/native.c GHashTable *node_table = g_hash_table_lookup(active_table, node_name); node_table 1384 lib/pengine/native.c if (node_table == NULL) { node_table 1388 lib/pengine/native.c active_counter = g_hash_table_lookup(node_table, type);