hIter             482 daemons/controld/controld_execd.c             GHashTableIter hIter;
hIter             484 daemons/controld/controld_execd.c             g_hash_table_iter_init(&hIter, lrm_state->pending_ops);
hIter             485 daemons/controld/controld_execd.c             while (g_hash_table_iter_next(&hIter, (gpointer*)&key, (gpointer*)&pending)) {
hIter            1029 tools/crm_resource_runtime.c     GList *hIter = NULL;
hIter            1037 tools/crm_resource_runtime.c     for (hIter = hosts; host != NULL && hIter != NULL; hIter = hIter->next) {
hIter            1038 tools/crm_resource_runtime.c         pe_node_t *node = (pe_node_t *) hIter->data;