xIter             369 lib/common/acl.c     xmlAttr *xIter = NULL;
xIter             378 lib/common/acl.c     xIter = xml->properties;
xIter             379 lib/common/acl.c     while (xIter != NULL) {
xIter             380 lib/common/acl.c         xmlAttr *tmp = xIter;
xIter             381 lib/common/acl.c         const char *prop_name = (const char *)xIter->name;
xIter             383 lib/common/acl.c         xIter = xIter->next;
xIter             701 lib/common/patchset.c     xmlAttrPtr xIter = NULL;
xIter             741 lib/common/patchset.c     for (xIter = pcmk__xe_first_attr(patch); xIter != NULL;
xIter             742 lib/common/patchset.c          xIter = xIter->next) {
xIter             743 lib/common/patchset.c         const char *p_name = (const char *) xIter->name;
xIter            1475 lib/common/patchset.c     xmlAttrPtr xIter = NULL;
xIter            1556 lib/common/patchset.c     for (xIter = pcmk__xe_first_attr(left); xIter != NULL;
xIter            1557 lib/common/patchset.c          xIter = xIter->next) {
xIter            1558 lib/common/patchset.c         const char *prop_name = (const char *) xIter->name;
xIter             882 lib/pengine/unpack.c     xmlAttrPtr xIter = NULL;
xIter             901 lib/pengine/unpack.c     for (xIter = xml_ticket->properties; xIter; xIter = xIter->next) {
xIter             902 lib/pengine/unpack.c         const char *prop_name = (const char *)xIter->name;
xIter            2850 lib/pengine/unpack.c     xmlNode *xIter = NULL;
xIter            2857 lib/pengine/unpack.c     for (xIter = data_set->failed->children; xIter; xIter = xIter->next) {
xIter            2858 lib/pengine/unpack.c         const char *key = crm_element_value(xIter, XML_LRM_ATTR_TASK_KEY);
xIter            2859 lib/pengine/unpack.c         const char *uname = crm_element_value(xIter, XML_ATTR_UNAME);
xIter            1118 lib/pengine/utils.c         xmlAttrPtr xIter = NULL;
xIter            1140 lib/pengine/utils.c         for (xIter = xml_obj->properties; xIter; xIter = xIter->next) {
xIter            1141 lib/pengine/utils.c             const char *prop_name = (const char *)xIter->name;