hIter 472 daemons/controld/controld_execd.c GHashTableIter hIter; hIter 474 daemons/controld/controld_execd.c g_hash_table_iter_init(&hIter, lrm_state->pending_ops); hIter 475 daemons/controld/controld_execd.c while (g_hash_table_iter_next(&hIter, (gpointer*)&key, (gpointer*)&pending)) { hIter 980 tools/crm_resource_runtime.c GListPtr hIter = NULL; hIter 988 tools/crm_resource_runtime.c for (hIter = hosts; host != NULL && hIter != NULL; hIter = hIter->next) { hIter 989 tools/crm_resource_runtime.c pe_node_t *node = (pe_node_t *) hIter->data;