node_table 1164 lib/pengine/native.c GHashTable *node_table = NULL; node_table 1171 lib/pengine/native.c node_table = g_hash_table_lookup(active_table, node->details->uname); node_table 1172 lib/pengine/native.c if (node_table == NULL) { node_table 1173 lib/pengine/native.c node_table = pcmk__strkey_table(free, free); node_table 1174 lib/pengine/native.c g_hash_table_insert(active_table, strdup(node->details->uname), node_table); node_table 1177 lib/pengine/native.c active_counter = g_hash_table_lookup(node_table, buffer); node_table 1181 lib/pengine/native.c g_hash_table_insert(node_table, strdup(buffer), active_counter); node_table 1192 lib/pengine/native.c GHashTable *node_table = data; node_table 1194 lib/pengine/native.c if (node_table) { node_table 1195 lib/pengine/native.c g_hash_table_destroy(node_table); node_table 1219 lib/pengine/native.c GHashTable *node_table = NULL; node_table 1223 lib/pengine/native.c while (g_hash_table_iter_next(&hash_iter2, (gpointer *)&node_name, (gpointer *)&node_table)) { node_table 1224 lib/pengine/native.c int *active_counter = g_hash_table_lookup(node_table, type); node_table 1314 lib/pengine/native.c GHashTable *node_table = g_hash_table_lookup(active_table, node_name); node_table 1317 lib/pengine/native.c if (node_table == NULL) { node_table 1321 lib/pengine/native.c active_counter = g_hash_table_lookup(node_table, type);