xIter             354 lib/common/acl.c     xmlAttr *xIter = NULL;
xIter             363 lib/common/acl.c     xIter = xml->properties;
xIter             364 lib/common/acl.c     while (xIter != NULL) {
xIter             365 lib/common/acl.c         xmlAttr *tmp = xIter;
xIter             366 lib/common/acl.c         const char *prop_name = (const char *)xIter->name;
xIter             368 lib/common/acl.c         xIter = xIter->next;
xIter             702 lib/common/patchset.c     xmlAttrPtr xIter = NULL;
xIter             742 lib/common/patchset.c     for (xIter = pcmk__xe_first_attr(patch); xIter != NULL;
xIter             743 lib/common/patchset.c          xIter = xIter->next) {
xIter             744 lib/common/patchset.c         const char *p_name = (const char *) xIter->name;
xIter            1476 lib/common/patchset.c     xmlAttrPtr xIter = NULL;
xIter            1557 lib/common/patchset.c     for (xIter = pcmk__xe_first_attr(left); xIter != NULL;
xIter            1558 lib/common/patchset.c          xIter = xIter->next) {
xIter            1559 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            2844 lib/pengine/unpack.c     xmlNode *xIter = NULL;
xIter            2851 lib/pengine/unpack.c     for (xIter = data_set->failed->children; xIter; xIter = xIter->next) {
xIter            2852 lib/pengine/unpack.c         const char *key = crm_element_value(xIter, XML_LRM_ATTR_TASK_KEY);
xIter            2853 lib/pengine/unpack.c         const char *uname = crm_element_value(xIter, XML_ATTR_UNAME);
xIter            1006 lib/pengine/utils.c         xmlAttrPtr xIter = NULL;
xIter            1028 lib/pengine/utils.c         for (xIter = xml_obj->properties; xIter; xIter = xIter->next) {
xIter            1029 lib/pengine/utils.c             const char *prop_name = (const char *)xIter->name;