pIter             914 lib/common/nvpair.c     xmlAttrPtr pIter = NULL;
pIter             928 lib/common/nvpair.c     for (pIter = pcmk__first_xml_attr(nvpair_list); pIter != NULL;
pIter             929 lib/common/nvpair.c          pIter = pIter->next) {
pIter             931 lib/common/nvpair.c         const char *p_name = (const char *)pIter->name;
pIter             932 lib/common/nvpair.c         const char *p_value = pcmk__xml_attr_value(pIter);
pIter              89 lib/common/patchset.c     xmlAttr *pIter = NULL;
pIter             115 lib/common/patchset.c     for (pIter = pcmk__first_xml_attr(xml); pIter != NULL;
pIter             116 lib/common/patchset.c          pIter = pIter->next) {
pIter             119 lib/common/patchset.c         p = pIter->_private;
pIter             141 lib/common/patchset.c         crm_xml_add(attr, XML_NVPAIR_ATTR_NAME, (const char *)pIter->name);
pIter             148 lib/common/patchset.c             value = crm_element_value(xml, (const char *) pIter->name);
pIter             159 lib/common/patchset.c         for (pIter = pcmk__first_xml_attr(xml); pIter != NULL;
pIter             160 lib/common/patchset.c              pIter = pIter->next) {
pIter             161 lib/common/patchset.c             p = pIter->_private;
pIter             163 lib/common/patchset.c                 value = crm_element_value(xml, (const char *) pIter->name);
pIter             164 lib/common/patchset.c                 crm_xml_add(result, (const char *)pIter->name, value);
pIter            1207 lib/common/patchset.c             xmlAttr *pIter = pcmk__first_xml_attr(match);
pIter            1216 lib/common/patchset.c             while (pIter != NULL) {
pIter            1217 lib/common/patchset.c                 const char *name = (const char *)pIter->name;
pIter            1219 lib/common/patchset.c                 pIter = pIter->next;
pIter            1223 lib/common/patchset.c             for (pIter = pcmk__first_xml_attr(attrs); pIter != NULL;
pIter            1224 lib/common/patchset.c                  pIter = pIter->next) {
pIter            1225 lib/common/patchset.c                 const char *name = (const char *) pIter->name;
pIter            1554 lib/common/patchset.c         xmlAttrPtr pIter = NULL;
pIter            1556 lib/common/patchset.c         for (pIter = pcmk__first_xml_attr(left); pIter != NULL;
pIter            1557 lib/common/patchset.c              pIter = pIter->next) {
pIter            1558 lib/common/patchset.c             const char *p_name = (const char *)pIter->name;
pIter            1559 lib/common/patchset.c             const char *p_value = pcmk__xml_attr_value(pIter);
pIter            1595 lib/common/patchset.c                 xmlAttrPtr pIter = NULL;
pIter            1597 lib/common/patchset.c                 for (pIter = pcmk__first_xml_attr(left); pIter != NULL;
pIter            1598 lib/common/patchset.c                      pIter = pIter->next) {
pIter            1599 lib/common/patchset.c                     const char *p_name = (const char *) pIter->name;
pIter            1600 lib/common/patchset.c                     const char *p_value = pcmk__xml_attr_value(pIter);
pIter            1623 lib/common/patchset.c                     xmlAttrPtr pIter = NULL;
pIter            1627 lib/common/patchset.c                     for (pIter = pcmk__first_xml_attr(left); pIter != NULL;
pIter            1628 lib/common/patchset.c                          pIter = pIter->next) {
pIter            1629 lib/common/patchset.c                         const char *p_name = (const char *) pIter->name;
pIter            1630 lib/common/patchset.c                         const char *p_value = pcmk__xml_attr_value(pIter);
pIter             336 lib/common/xml.c     xmlAttr *pIter = NULL;
pIter             340 lib/common/xml.c     pIter = pcmk__first_xml_attr(xml);
pIter             342 lib/common/xml.c     while (pIter != NULL) {
pIter             343 lib/common/xml.c         const xmlChar *name = pIter->name;
pIter             345 lib/common/xml.c         p = pIter->_private;
pIter             346 lib/common/xml.c         pIter = pIter->next;
pIter             531 lib/common/xml.c         xmlAttrPtr pIter = NULL;
pIter             533 lib/common/xml.c         for (pIter = pcmk__first_xml_attr(src); pIter != NULL; pIter = pIter->next) {
pIter             534 lib/common/xml.c             const char *p_name = (const char *)pIter->name;
pIter             535 lib/common/xml.c             const char *p_value = pcmk__xml_attr_value(pIter);
pIter             549 lib/common/xml.c     xmlAttrPtr pIter = NULL;
pIter             551 lib/common/xml.c     for (pIter = pcmk__first_xml_attr(target); pIter != NULL; pIter = pIter->next) {
pIter             552 lib/common/xml.c         const char *p_name = (const char *)pIter->name;
pIter             553 lib/common/xml.c         const char *p_value = pcmk__xml_attr_value(pIter);
pIter            1432 lib/common/xml.c     xmlAttrPtr pIter = NULL;
pIter            1452 lib/common/xml.c             for (pIter = pcmk__first_xml_attr(data); pIter != NULL; pIter = pIter->next) {
pIter            1453 lib/common/xml.c                 xml_private_t *p = pIter->_private;
pIter            1454 lib/common/xml.c                 const char *p_name = (const char *)pIter->name;
pIter            1455 lib/common/xml.c                 const char *p_value = pcmk__xml_attr_value(pIter);
pIter            1529 lib/common/xml.c     xmlAttrPtr pIter = NULL;
pIter            1569 lib/common/xml.c         for (pIter = pcmk__first_xml_attr(data); pIter != NULL; pIter = pIter->next) {
pIter            1570 lib/common/xml.c             const char *aname = (const char*)pIter->name;
pIter            1572 lib/common/xml.c             p = pIter->_private;
pIter            2374 lib/common/xml.c     xmlAttrPtr pIter = NULL;
pIter            2383 lib/common/xml.c     for (pIter = pcmk__first_xml_attr(xml_node); pIter != NULL; pIter = pIter->next) {
pIter            2384 lib/common/xml.c         const char *p_name = (const char *)pIter->name;
pIter            2561 lib/common/xml.c         xmlAttrPtr pIter = NULL;
pIter            2563 lib/common/xml.c         for (pIter = pcmk__first_xml_attr(update); pIter != NULL; pIter = pIter->next) {
pIter            2564 lib/common/xml.c             const char *p_name = (const char *)pIter->name;
pIter            2565 lib/common/xml.c             const char *p_value = pcmk__xml_attr_value(pIter);
pIter            2684 lib/common/xml.c         xmlAttrPtr pIter = NULL;
pIter            2686 lib/common/xml.c         for (pIter = pcmk__first_xml_attr(update); pIter != NULL; pIter = pIter->next) {
pIter            2687 lib/common/xml.c             const char *p_name = (const char *)pIter->name;
pIter            2688 lib/common/xml.c             const char *p_value = pcmk__xml_attr_value(pIter);
pIter            2376 lib/pacemaker/pcmk_sched_allocate.c         GListPtr pIter = NULL;
pIter            2463 lib/pacemaker/pcmk_sched_allocate.c         for (pIter = probes; pIter != NULL; pIter = pIter->next) {
pIter            2464 lib/pacemaker/pcmk_sched_allocate.c             pe_action_t *probe = (pe_action_t *) pIter->data;
pIter            2746 lib/pacemaker/pcmk_sched_allocate.c             GListPtr pIter = NULL;
pIter            2780 lib/pacemaker/pcmk_sched_allocate.c             for (pIter = probes; pIter != NULL; pIter = pIter->next) {
pIter            2781 lib/pacemaker/pcmk_sched_allocate.c                 pe_action_t *probe = (pe_action_t *) pIter->data;
pIter            1031 lib/pacemaker/pcmk_sched_native.c             GListPtr pIter = NULL;
pIter            1033 lib/pacemaker/pcmk_sched_native.c             for (pIter = probes; pIter != NULL; pIter = pIter->next) {
pIter            1034 lib/pacemaker/pcmk_sched_native.c                 pe_action_t *probe = (pe_action_t *) pIter->data;
pIter             229 lib/pengine/bundle.c         for(GListPtr pIter = data->mounts; pIter != NULL; pIter = pIter->next) {
pIter             230 lib/pengine/bundle.c             pe__bundle_mount_t *mount = pIter->data;
pIter             251 lib/pengine/bundle.c         for(GListPtr pIter = data->ports; pIter != NULL; pIter = pIter->next) {
pIter             252 lib/pengine/bundle.c             pe__bundle_port_t *port = pIter->data;
pIter             397 lib/pengine/bundle.c         for(GListPtr 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(GListPtr pIter = data->ports; pIter != NULL; pIter = pIter->next) {
pIter             420 lib/pengine/bundle.c             pe__bundle_port_t *port = pIter->data;
pIter             563 lib/pengine/bundle.c         for(GListPtr pIter = data->mounts; pIter != NULL; pIter = pIter->next) {
pIter             564 lib/pengine/bundle.c             pe__bundle_mount_t *mount = pIter->data;
pIter             591 lib/pengine/bundle.c         for(GListPtr pIter = data->ports; pIter != NULL; pIter = pIter->next) {
pIter             592 lib/pengine/bundle.c             pe__bundle_port_t *port = pIter->data;