xIter             389 lib/common/acl.c     xmlAttr *xIter = NULL;
xIter             399 lib/common/acl.c     xIter = xml->properties;
xIter             400 lib/common/acl.c     while (xIter != NULL) {
xIter             401 lib/common/acl.c         xmlAttr *tmp = xIter;
xIter             402 lib/common/acl.c         const char *prop_name = (const char *)xIter->name;
xIter             404 lib/common/acl.c         xIter = xIter->next;
xIter             472 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            1251 lib/common/patchset.c     xmlAttrPtr xIter = NULL;
xIter            1332 lib/common/patchset.c     for (xIter = pcmk__xe_first_attr(left); xIter != NULL;
xIter            1333 lib/common/patchset.c          xIter = xIter->next) {
xIter            1334 lib/common/patchset.c         const char *prop_name = (const char *) xIter->name;
xIter             688 lib/pengine/pe_actions.c         xmlAttrPtr xIter = NULL;
xIter             697 lib/pengine/pe_actions.c         for (xIter = xml_obj->properties; xIter; xIter = xIter->next) {
xIter             698 lib/pengine/pe_actions.c             const char *prop_name = (const char *)xIter->name;
xIter             889 lib/pengine/unpack.c     xmlAttrPtr xIter = NULL;
xIter             908 lib/pengine/unpack.c     for (xIter = xml_ticket->properties; xIter; xIter = xIter->next) {
xIter             909 lib/pengine/unpack.c         const char *prop_name = (const char *)xIter->name;
xIter            3188 lib/pengine/unpack.c     for (const xmlNode *xIter = history->rsc->cluster->failed->children;
xIter            3189 lib/pengine/unpack.c          xIter != NULL; xIter = xIter->next) {
xIter            3191 lib/pengine/unpack.c         const char *key = pe__xe_history_key(xIter);
xIter            3192 lib/pengine/unpack.c         const char *uname = crm_element_value(xIter, XML_ATTR_UNAME);