xIter             386 lib/common/acl.c     xmlAttr *xIter = NULL;
xIter             396 lib/common/acl.c     xIter = xml->properties;
xIter             397 lib/common/acl.c     while (xIter != NULL) {
xIter             398 lib/common/acl.c         xmlAttr *tmp = xIter;
xIter             399 lib/common/acl.c         const char *prop_name = (const char *)xIter->name;
xIter             401 lib/common/acl.c         xIter = xIter->next;
xIter             477 lib/common/patchset.c     xmlAttrPtr xIter = NULL;
xIter             512 lib/common/patchset.c     for (xIter = pcmk__xe_first_attr(patch); xIter != NULL;
xIter             513 lib/common/patchset.c          xIter = xIter->next) {
xIter             514 lib/common/patchset.c         const char *p_name = (const char *) xIter->name;
xIter             515 lib/common/patchset.c         const char *p_value = pcmk__xml_attr_value(xIter);
xIter            1242 lib/common/patchset.c     xmlAttrPtr xIter = NULL;
xIter            1321 lib/common/patchset.c     for (xIter = pcmk__xe_first_attr(left); xIter != NULL;
xIter            1322 lib/common/patchset.c          xIter = xIter->next) {
xIter            1323 lib/common/patchset.c         const char *prop_name = (const char *) xIter->name;
xIter            1359 lib/common/patchset.c                 const char *left_value = pcmk__xml_attr_value(xIter);
xIter            1367 lib/common/patchset.c             const char *left_value = pcmk__xml_attr_value(xIter);
xIter             939 lib/pengine/unpack.c     xmlAttrPtr xIter = NULL;
xIter             958 lib/pengine/unpack.c     for (xIter = xml_ticket->properties; xIter; xIter = xIter->next) {
xIter             959 lib/pengine/unpack.c         const char *prop_name = (const char *)xIter->name;
xIter             960 lib/pengine/unpack.c         const char *prop_value = pcmk__xml_attr_value(xIter);
xIter            3420 lib/pengine/unpack.c     for (const xmlNode *xIter = history->rsc->cluster->failed->children;
xIter            3421 lib/pengine/unpack.c          xIter != NULL; xIter = xIter->next) {
xIter            3423 lib/pengine/unpack.c         const char *key = pe__xe_history_key(xIter);
xIter            3424 lib/pengine/unpack.c         const char *uname = crm_element_value(xIter, XML_ATTR_UNAME);