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 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 875 lib/pengine/unpack.c xmlAttrPtr xIter = NULL; xIter 894 lib/pengine/unpack.c for (xIter = xml_ticket->properties; xIter; xIter = xIter->next) { xIter 895 lib/pengine/unpack.c const char *prop_name = (const char *)xIter->name; xIter 2841 lib/pengine/unpack.c xmlNode *xIter = NULL; xIter 2848 lib/pengine/unpack.c for (xIter = data_set->failed->children; xIter; xIter = xIter->next) { xIter 2849 lib/pengine/unpack.c const char *key = crm_element_value(xIter, XML_LRM_ATTR_TASK_KEY); xIter 2850 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;