vIter             635 attrd/commands.c     GHashTableIter vIter;
vIter             645 attrd/commands.c         g_hash_table_iter_init(&vIter, a->values);
vIter             646 attrd/commands.c         while (g_hash_table_iter_next(&vIter, NULL, (gpointer *) & v)) {
vIter             807 attrd/commands.c         GHashTableIter vIter;
vIter             811 attrd/commands.c         g_hash_table_iter_init(&vIter, a->values);
vIter             812 attrd/commands.c         while (g_hash_table_iter_next(&vIter, (gpointer *) & host, NULL)) {
vIter            1065 attrd/commands.c     GHashTableIter vIter;
vIter            1067 attrd/commands.c     g_hash_table_iter_init(&vIter, t);
vIter            1069 attrd/commands.c     while (g_hash_table_iter_next(&vIter, NULL, (gpointer *) & at)) {