hIter             480 daemons/controld/controld_execd.c             GHashTableIter hIter;
hIter             482 daemons/controld/controld_execd.c             g_hash_table_iter_init(&hIter, lrm_state->pending_ops);
hIter             483 daemons/controld/controld_execd.c             while (g_hash_table_iter_next(&hIter, (gpointer*)&key, (gpointer*)&pending)) {
hIter             974 tools/crm_resource_runtime.c     GList *hIter = NULL;
hIter             982 tools/crm_resource_runtime.c     for (hIter = hosts; host != NULL && hIter != NULL; hIter = hIter->next) {
hIter             983 tools/crm_resource_runtime.c         pe_node_t *node = (pe_node_t *) hIter->data;