hIter             474 daemons/controld/controld_execd.c             GHashTableIter hIter;
hIter             476 daemons/controld/controld_execd.c             g_hash_table_iter_init(&hIter, lrm_state->pending_ops);
hIter             477 daemons/controld/controld_execd.c             while (g_hash_table_iter_next(&hIter, (gpointer*)&key, (gpointer*)&pending)) {
hIter             969 tools/crm_resource_runtime.c     GList *hIter = NULL;
hIter             977 tools/crm_resource_runtime.c     for (hIter = hosts; host != NULL && hIter != NULL; hIter = hIter->next) {
hIter             978 tools/crm_resource_runtime.c         pe_node_t *node = (pe_node_t *) hIter->data;