hIter             476 daemons/controld/controld_execd.c             GHashTableIter hIter;
hIter             478 daemons/controld/controld_execd.c             g_hash_table_iter_init(&hIter, lrm_state->active_ops);
hIter             479 daemons/controld/controld_execd.c             while (g_hash_table_iter_next(&hIter, (gpointer*)&key, (gpointer*)&pending)) {
hIter            1100 tools/crm_resource_runtime.c     GList *hIter = NULL;
hIter            1108 tools/crm_resource_runtime.c     for (hIter = hosts; host != NULL && hIter != NULL; hIter = hIter->next) {
hIter            1109 tools/crm_resource_runtime.c         pcmk_node_t *node = (pcmk_node_t *) hIter->data;