pIter             899 lib/common/nvpair.c     xmlAttrPtr pIter = NULL;
pIter             913 lib/common/nvpair.c     for (pIter = pcmk__xe_first_attr(nvpair_list); pIter != NULL;
pIter             914 lib/common/nvpair.c          pIter = pIter->next) {
pIter             916 lib/common/nvpair.c         const char *p_name = (const char *)pIter->name;
pIter             917 lib/common/nvpair.c         const char *p_value = pcmk__xml_attr_value(pIter);
pIter              88 lib/common/patchset.c     xmlAttr *pIter = NULL;
pIter             113 lib/common/patchset.c     for (pIter = pcmk__xe_first_attr(xml); pIter != NULL;
pIter             114 lib/common/patchset.c          pIter = pIter->next) {
pIter             117 lib/common/patchset.c         nodepriv = pIter->_private;
pIter             138 lib/common/patchset.c         crm_xml_add(attr, XML_NVPAIR_ATTR_NAME, (const char *)pIter->name);
pIter             145 lib/common/patchset.c             value = crm_element_value(xml, (const char *) pIter->name);
pIter             156 lib/common/patchset.c         for (pIter = pcmk__xe_first_attr(xml); pIter != NULL;
pIter             157 lib/common/patchset.c              pIter = pIter->next) {
pIter             158 lib/common/patchset.c             nodepriv = pIter->_private;
pIter             160 lib/common/patchset.c                 value = crm_element_value(xml, (const char *) pIter->name);
pIter             161 lib/common/patchset.c                 crm_xml_add(result, (const char *)pIter->name, value);
pIter            1202 lib/common/patchset.c             for (xmlAttrPtr pIter = pcmk__xe_first_attr(attrs); pIter != NULL;
pIter            1203 lib/common/patchset.c                  pIter = pIter->next) {
pIter            1204 lib/common/patchset.c                 const char *name = (const char *) pIter->name;
pIter            1533 lib/common/patchset.c         xmlAttrPtr pIter = NULL;
pIter            1535 lib/common/patchset.c         for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
pIter            1536 lib/common/patchset.c              pIter = pIter->next) {
pIter            1537 lib/common/patchset.c             const char *p_name = (const char *)pIter->name;
pIter            1538 lib/common/patchset.c             const char *p_value = pcmk__xml_attr_value(pIter);
pIter            1574 lib/common/patchset.c                 xmlAttrPtr pIter = NULL;
pIter            1576 lib/common/patchset.c                 for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
pIter            1577 lib/common/patchset.c                      pIter = pIter->next) {
pIter            1578 lib/common/patchset.c                     const char *p_name = (const char *) pIter->name;
pIter            1579 lib/common/patchset.c                     const char *p_value = pcmk__xml_attr_value(pIter);
pIter            1602 lib/common/patchset.c                     xmlAttrPtr pIter = NULL;
pIter            1606 lib/common/patchset.c                     for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
pIter            1607 lib/common/patchset.c                          pIter = pIter->next) {
pIter            1608 lib/common/patchset.c                         const char *p_name = (const char *) pIter->name;
pIter            1609 lib/common/patchset.c                         const char *p_value = pcmk__xml_attr_value(pIter);