xIter 395 lib/common/acl.c xmlAttr *xIter = NULL; xIter 404 lib/common/acl.c xIter = xml->properties; xIter 405 lib/common/acl.c while (xIter != NULL) { xIter 406 lib/common/acl.c xmlAttr *tmp = xIter; xIter 407 lib/common/acl.c const char *prop_name = (const char *)xIter->name; xIter 409 lib/common/acl.c xIter = xIter->next; xIter 693 lib/common/patchset.c xmlAttrPtr xIter = NULL; xIter 733 lib/common/patchset.c for (xIter = pcmk__xe_first_attr(patch); xIter != NULL; xIter 734 lib/common/patchset.c xIter = xIter->next) { xIter 735 lib/common/patchset.c const char *p_name = (const char *) xIter->name; xIter 1467 lib/common/patchset.c xmlAttrPtr xIter = NULL; xIter 1548 lib/common/patchset.c for (xIter = pcmk__xe_first_attr(left); xIter != NULL; xIter 1549 lib/common/patchset.c xIter = xIter->next) { xIter 1550 lib/common/patchset.c const char *prop_name = (const char *) xIter->name; xIter 686 lib/pengine/pe_actions.c xmlAttrPtr xIter = NULL; xIter 695 lib/pengine/pe_actions.c for (xIter = xml_obj->properties; xIter; xIter = xIter->next) { xIter 696 lib/pengine/pe_actions.c const char *prop_name = (const char *)xIter->name; xIter 883 lib/pengine/unpack.c xmlAttrPtr xIter = NULL; xIter 902 lib/pengine/unpack.c for (xIter = xml_ticket->properties; xIter; xIter = xIter->next) { xIter 903 lib/pengine/unpack.c const char *prop_name = (const char *)xIter->name; xIter 3051 lib/pengine/unpack.c xmlNode *xIter = NULL; xIter 3058 lib/pengine/unpack.c for (xIter = data_set->failed->children; xIter; xIter = xIter->next) { xIter 3059 lib/pengine/unpack.c const char *key = crm_element_value(xIter, XML_LRM_ATTR_TASK_KEY); xIter 3060 lib/pengine/unpack.c const char *uname = crm_element_value(xIter, XML_ATTR_UNAME);