pIter 911 lib/common/nvpair.c xmlAttrPtr pIter = NULL; pIter 925 lib/common/nvpair.c for (pIter = pcmk__xe_first_attr(nvpair_list); pIter != NULL; pIter 926 lib/common/nvpair.c pIter = pIter->next) { pIter 928 lib/common/nvpair.c const char *p_name = (const char *)pIter->name; pIter 929 lib/common/nvpair.c const char *p_value = pcmk__xml_attr_value(pIter); pIter 88 lib/common/patchset.c xmlAttr *pIter = NULL; pIter 114 lib/common/patchset.c for (pIter = pcmk__xe_first_attr(xml); pIter != NULL; pIter 115 lib/common/patchset.c pIter = pIter->next) { pIter 118 lib/common/patchset.c p = pIter->_private; pIter 140 lib/common/patchset.c crm_xml_add(attr, XML_NVPAIR_ATTR_NAME, (const char *)pIter->name); pIter 147 lib/common/patchset.c value = crm_element_value(xml, (const char *) pIter->name); pIter 158 lib/common/patchset.c for (pIter = pcmk__xe_first_attr(xml); pIter != NULL; pIter 159 lib/common/patchset.c pIter = pIter->next) { pIter 160 lib/common/patchset.c p = pIter->_private; pIter 162 lib/common/patchset.c value = crm_element_value(xml, (const char *) pIter->name); pIter 163 lib/common/patchset.c crm_xml_add(result, (const char *)pIter->name, value); pIter 1210 lib/common/patchset.c for (xmlAttrPtr pIter = pcmk__xe_first_attr(attrs); pIter != NULL; pIter 1211 lib/common/patchset.c pIter = pIter->next) { pIter 1212 lib/common/patchset.c const char *name = (const char *) pIter->name; pIter 1541 lib/common/patchset.c xmlAttrPtr pIter = NULL; pIter 1543 lib/common/patchset.c for (pIter = pcmk__xe_first_attr(left); pIter != NULL; pIter 1544 lib/common/patchset.c pIter = pIter->next) { pIter 1545 lib/common/patchset.c const char *p_name = (const char *)pIter->name; pIter 1546 lib/common/patchset.c const char *p_value = pcmk__xml_attr_value(pIter); pIter 1582 lib/common/patchset.c xmlAttrPtr pIter = NULL; pIter 1584 lib/common/patchset.c for (pIter = pcmk__xe_first_attr(left); pIter != NULL; pIter 1585 lib/common/patchset.c pIter = pIter->next) { pIter 1586 lib/common/patchset.c const char *p_name = (const char *) pIter->name; pIter 1587 lib/common/patchset.c const char *p_value = pcmk__xml_attr_value(pIter); pIter 1610 lib/common/patchset.c xmlAttrPtr pIter = NULL; pIter 1614 lib/common/patchset.c for (pIter = pcmk__xe_first_attr(left); pIter != NULL; pIter 1615 lib/common/patchset.c pIter = pIter->next) { pIter 1616 lib/common/patchset.c const char *p_name = (const char *) pIter->name; pIter 1617 lib/common/patchset.c const char *p_value = pcmk__xml_attr_value(pIter); pIter 1015 lib/pacemaker/pcmk_sched_native.c GList *pIter = NULL; pIter 1017 lib/pacemaker/pcmk_sched_native.c for (pIter = probes; pIter != NULL; pIter = pIter->next) { pIter 1018 lib/pacemaker/pcmk_sched_native.c pe_action_t *probe = (pe_action_t *) pIter->data; pIter 231 lib/pengine/bundle.c for(GList *pIter = data->mounts; pIter != NULL; pIter = pIter->next) { pIter 232 lib/pengine/bundle.c pe__bundle_mount_t *mount = pIter->data; pIter 253 lib/pengine/bundle.c for(GList *pIter = data->ports; pIter != NULL; pIter = pIter->next) { pIter 254 lib/pengine/bundle.c pe__bundle_port_t *port = pIter->data; pIter 397 lib/pengine/bundle.c for(GList *pIter = data->mounts; pIter != NULL; pIter = pIter->next) { pIter 398 lib/pengine/bundle.c pe__bundle_mount_t *mount = pIter->data; pIter 419 lib/pengine/bundle.c for(GList *pIter = data->ports; pIter != NULL; pIter = pIter->next) { pIter 420 lib/pengine/bundle.c pe__bundle_port_t *port = pIter->data; pIter 561 lib/pengine/bundle.c for(GList *pIter = data->mounts; pIter != NULL; pIter = pIter->next) { pIter 562 lib/pengine/bundle.c pe__bundle_mount_t *mount = pIter->data; pIter 589 lib/pengine/bundle.c for(GList *pIter = data->ports; pIter != NULL; pIter = pIter->next) { pIter 590 lib/pengine/bundle.c pe__bundle_port_t *port = pIter->data;