aIter             210 attrd/commands.c         GHashTableIter aIter;
aIter             218 attrd/commands.c             g_hash_table_iter_init(&aIter, attributes);
aIter             219 attrd/commands.c             while (g_hash_table_iter_next(&aIter, (gpointer *) & attr, NULL)) {
aIter             574 attrd/commands.c             GHashTableIter aIter;
aIter             577 attrd/commands.c             g_hash_table_iter_init(&aIter, attributes);
aIter             578 attrd/commands.c             while (g_hash_table_iter_next(&aIter, NULL, (gpointer *) & a)) {
aIter             634 attrd/commands.c     GHashTableIter aIter;
aIter             643 attrd/commands.c     g_hash_table_iter_init(&aIter, attributes);
aIter             644 attrd/commands.c     while (g_hash_table_iter_next(&aIter, NULL, (gpointer *) & a)) {
aIter             670 attrd/commands.c     GHashTableIter aIter;
aIter             675 attrd/commands.c     g_hash_table_iter_init(&aIter, attributes);
aIter             676 attrd/commands.c     while (g_hash_table_iter_next(&aIter, NULL, (gpointer *) & a)) {
aIter             542 lib/common/xml.c     GListPtr aIter = NULL;
aIter             553 lib/common/xml.c     for(aIter = p->acls; aIter != NULL; aIter = aIter->next) {
aIter             555 lib/common/xml.c         xml_acl_t *acl = aIter->data;
aIter             703 lib/common/xml.c     GListPtr aIter = NULL;
aIter             725 lib/common/xml.c     for(aIter = doc->acls; aIter != NULL && target; aIter = aIter->next) {
aIter             727 lib/common/xml.c         xml_acl_t *acl = aIter->data;
aIter             129 lib/transition/utils.c         GListPtr aIter = NULL;
aIter             132 lib/transition/utils.c         for (aIter = synapse->actions; aIter != NULL; aIter = aIter->next) {
aIter             133 lib/transition/utils.c             crm_action_t *action = (crm_action_t *) aIter->data;