xIter 370 lib/common/acl.c xmlAttr *xIter = NULL; xIter 379 lib/common/acl.c xIter = xml->properties; xIter 380 lib/common/acl.c while (xIter != NULL) { xIter 381 lib/common/acl.c xmlAttr *tmp = xIter; xIter 382 lib/common/acl.c const char *prop_name = (const char *)xIter->name; xIter 384 lib/common/acl.c xIter = xIter->next; xIter 407 lib/common/operations.c for (xmlAttrPtr xIter = param_set->properties; xIter != NULL; ) { xIter 408 lib/common/operations.c const char *prop_name = (const char *) (xIter->name); xIter 410 lib/common/operations.c xIter = xIter->next; xIter 283 lib/common/patchset.c xmlAttrPtr xIter = NULL; xIter 285 lib/common/patchset.c for (xIter = next->properties; xIter; xIter = xIter->next) { xIter 286 lib/common/patchset.c const char *p_name = (const char *) xIter->name; xIter 647 lib/common/patchset.c xmlAttrPtr xIter = NULL; xIter 680 lib/common/patchset.c for (xIter = pcmk__first_xml_attr(patch); xIter != NULL; xIter 681 lib/common/patchset.c xIter = xIter->next) { xIter 682 lib/common/patchset.c const char *p_name = (const char *)xIter->name; xIter 708 lib/common/patchset.c xmlAttrPtr xIter = NULL; xIter 748 lib/common/patchset.c for (xIter = pcmk__first_xml_attr(patch); xIter != NULL; xIter 749 lib/common/patchset.c xIter = xIter->next) { xIter 750 lib/common/patchset.c const char *p_name = (const char *) xIter->name; xIter 1488 lib/common/patchset.c xmlAttrPtr xIter = NULL; xIter 1569 lib/common/patchset.c for (xIter = pcmk__first_xml_attr(left); xIter != NULL; xIter 1570 lib/common/patchset.c xIter = xIter->next) { xIter 1571 lib/common/patchset.c const char *prop_name = (const char *) xIter->name; xIter 1687 lib/common/xml.c xmlAttrPtr xIter = NULL; xIter 1689 lib/common/xml.c for (xIter = pcmk__first_xml_attr(data); xIter != NULL; xIter = xIter->next) { xIter 1690 lib/common/xml.c if (!pcmk__xa_filterable((const char *) (xIter->name))) { xIter 1691 lib/common/xml.c dump_xml_attr(xIter, options, buffer, offset, max); xIter 1725 lib/common/xml.c xmlAttrPtr xIter = NULL; xIter 1727 lib/common/xml.c for (xIter = pcmk__first_xml_attr(data); xIter != NULL; xIter = xIter->next) { xIter 1728 lib/common/xml.c dump_xml_attr(xIter, options, buffer, offset, max); xIter 123 lib/pengine/complex.c xmlAttrPtr xIter = NULL; xIter 125 lib/pengine/complex.c for (xIter = rsc->xml->properties; xIter; xIter = xIter->next) { xIter 126 lib/pengine/complex.c const char *prop_name = (const char *)xIter->name; xIter 893 lib/pengine/unpack.c xmlAttrPtr xIter = NULL; xIter 912 lib/pengine/unpack.c for (xIter = xml_ticket->properties; xIter; xIter = xIter->next) { xIter 913 lib/pengine/unpack.c const char *prop_name = (const char *)xIter->name; xIter 2761 lib/pengine/unpack.c xmlNode *xIter = NULL; xIter 2768 lib/pengine/unpack.c for (xIter = data_set->failed->children; xIter; xIter = xIter->next) { xIter 2769 lib/pengine/unpack.c const char *key = crm_element_value(xIter, XML_LRM_ATTR_TASK_KEY); xIter 2770 lib/pengine/unpack.c const char *uname = crm_element_value(xIter, XML_ATTR_UNAME); xIter 1044 lib/pengine/utils.c xmlAttrPtr xIter = NULL; xIter 1066 lib/pengine/utils.c for (xIter = xml_obj->properties; xIter; xIter = xIter->next) { xIter 1067 lib/pengine/utils.c const char *prop_name = (const char *)xIter->name; xIter 1998 lib/pengine/utils.c xmlAttrPtr xIter = param_set->properties; xIter 2000 lib/pengine/utils.c while (xIter) { xIter 2001 lib/pengine/utils.c const char *prop_name = (const char *)xIter->name; xIter 2008 lib/pengine/utils.c xIter = xIter->next;