xIter 396 lib/common/acl.c xmlAttr *xIter = NULL; xIter 406 lib/common/acl.c xIter = xml->properties; xIter 407 lib/common/acl.c while (xIter != NULL) { xIter 408 lib/common/acl.c xmlAttr *tmp = xIter; xIter 409 lib/common/acl.c const char *prop_name = (const char *)xIter->name; xIter 411 lib/common/acl.c xIter = xIter->next; xIter 447 lib/common/patchset.c xmlAttrPtr xIter = NULL; xIter 526 lib/common/patchset.c for (xIter = pcmk__xe_first_attr(left); xIter != NULL; xIter 527 lib/common/patchset.c xIter = xIter->next) { xIter 528 lib/common/patchset.c const char *prop_name = (const char *) xIter->name; xIter 564 lib/common/patchset.c const char *left_value = pcmk__xml_attr_value(xIter); xIter 572 lib/common/patchset.c const char *left_value = pcmk__xml_attr_value(xIter); xIter 687 lib/common/patchset.c xmlAttrPtr xIter = NULL; xIter 724 lib/common/patchset.c for (xIter = pcmk__xe_first_attr(patch); xIter != NULL; xIter 725 lib/common/patchset.c xIter = xIter->next) { xIter 726 lib/common/patchset.c const char *p_name = (const char *) xIter->name; xIter 727 lib/common/patchset.c const char *p_value = pcmk__xml_attr_value(xIter); xIter 1028 lib/pengine/unpack.c xmlAttrPtr xIter = NULL; xIter 1047 lib/pengine/unpack.c for (xIter = xml_ticket->properties; xIter; xIter = xIter->next) { xIter 1048 lib/pengine/unpack.c const char *prop_name = (const char *)xIter->name; xIter 1049 lib/pengine/unpack.c const char *prop_value = pcmk__xml_attr_value(xIter); xIter 3558 lib/pengine/unpack.c for (const xmlNode *xIter = history->rsc->cluster->failed->children; xIter 3559 lib/pengine/unpack.c xIter != NULL; xIter = xIter->next) { xIter 3561 lib/pengine/unpack.c const char *key = pcmk__xe_history_key(xIter); xIter 3562 lib/pengine/unpack.c const char *uname = crm_element_value(xIter, PCMK_XA_UNAME);