xIter             322 lib/common/operations.c         xmlAttrPtr xIter = param_set->properties;
xIter             324 lib/common/operations.c         while (xIter) {
xIter             325 lib/common/operations.c             const char *prop_name = (const char *)xIter->name;
xIter             327 lib/common/operations.c             xIter = xIter->next;
xIter             664 lib/common/xml.c     xmlAttr *xIter = NULL;
xIter             673 lib/common/xml.c     xIter = crm_first_attr(xml);
xIter             674 lib/common/xml.c     while(xIter != NULL) {
xIter             675 lib/common/xml.c         xmlAttr *tmp = xIter;
xIter             676 lib/common/xml.c         const char *prop_name = (const char *)xIter->name;
xIter             678 lib/common/xml.c         xIter = xIter->next;
xIter             782 lib/common/xml.c         xmlAttr *xIter = NULL;
xIter             789 lib/common/xml.c         for (xIter = crm_first_attr(xml); xIter != NULL; xIter = xIter->next) {
xIter             790 lib/common/xml.c             const char *prop_name = (const char *)xIter->name;
xIter            1188 lib/common/xml.c         xmlAttrPtr xIter = NULL;
xIter            1190 lib/common/xml.c         for (xIter = next->properties; xIter; xIter = xIter->next) {
xIter            1191 lib/common/xml.c             const char *p_name = (const char *)xIter->name;
xIter            1612 lib/common/xml.c     xmlAttrPtr xIter = NULL;
xIter            1643 lib/common/xml.c     for (xIter = crm_first_attr(patch); xIter != NULL; xIter = xIter->next) {
xIter            1644 lib/common/xml.c         const char *p_name = (const char *)xIter->name;
xIter            1669 lib/common/xml.c     xmlAttrPtr xIter = NULL;
xIter            1708 lib/common/xml.c     for (xIter = crm_first_attr(patch); xIter != NULL; xIter = xIter->next) {
xIter            1709 lib/common/xml.c         const char *p_name = (const char *)xIter->name;
xIter            3553 lib/common/xml.c     xmlAttrPtr xIter = NULL;
xIter            3560 lib/common/xml.c     for (xIter = crm_first_attr(data); xIter != NULL; xIter = xIter->next) {
xIter            3562 lib/common/xml.c         const char *p_name = (const char *)xIter->name;
xIter            3573 lib/common/xml.c             dump_xml_attr(xIter, options, buffer, offset, max);
xIter            3607 lib/common/xml.c         xmlAttrPtr xIter = NULL;
xIter            3609 lib/common/xml.c         for (xIter = crm_first_attr(data); xIter != NULL; xIter = xIter->next) {
xIter            3610 lib/common/xml.c             dump_xml_attr(xIter, options, buffer, offset, max);
xIter            4394 lib/common/xml.c     xmlAttrPtr xIter = NULL;
xIter            4481 lib/common/xml.c     for (xIter = crm_first_attr(left); xIter != NULL; xIter = xIter->next) {
xIter            4482 lib/common/xml.c         const char *prop_name = (const char *)xIter->name;
xIter             142 lib/pengine/complex.c         xmlAttrPtr xIter = NULL;
xIter             144 lib/pengine/complex.c         for (xIter = rsc->xml->properties; xIter; xIter = xIter->next) {
xIter             145 lib/pengine/complex.c             const char *prop_name = (const char *)xIter->name;
xIter             849 lib/pengine/unpack.c     xmlAttrPtr xIter = NULL;
xIter             868 lib/pengine/unpack.c     for (xIter = xml_ticket->properties; xIter; xIter = xIter->next) {
xIter             869 lib/pengine/unpack.c         const char *prop_name = (const char *)xIter->name;
xIter            2578 lib/pengine/unpack.c     xmlNode *xIter = NULL;
xIter            2585 lib/pengine/unpack.c     for (xIter = data_set->failed->children; xIter; xIter = xIter->next) {
xIter            2586 lib/pengine/unpack.c         const char *key = crm_element_value(xIter, XML_LRM_ATTR_TASK_KEY);
xIter            2587 lib/pengine/unpack.c         const char *uname = crm_element_value(xIter, XML_ATTR_UNAME);
xIter             932 lib/pengine/utils.c         xmlAttrPtr xIter = NULL;
xIter             934 lib/pengine/utils.c         for (xIter = xml_obj->properties; xIter; xIter = xIter->next) {
xIter             935 lib/pengine/utils.c             const char *prop_name = (const char *)xIter->name;
xIter            1847 lib/pengine/utils.c         xmlAttrPtr xIter = param_set->properties;
xIter            1849 lib/pengine/utils.c         while (xIter) {
xIter            1850 lib/pengine/utils.c             const char *prop_name = (const char *)xIter->name;
xIter            1857 lib/pengine/utils.c             xIter = xIter->next;