pIter             829 lib/common/nvpair.c     xmlAttrPtr pIter = NULL;
pIter             843 lib/common/nvpair.c     for (pIter = pcmk__xe_first_attr(nvpair_list); pIter != NULL;
pIter             844 lib/common/nvpair.c          pIter = pIter->next) {
pIter             846 lib/common/nvpair.c         const char *p_name = (const char *)pIter->name;
pIter             847 lib/common/nvpair.c         const char *p_value = pcmk__xml_attr_value(pIter);
pIter              39 lib/common/patchset.c     xmlAttr *pIter = NULL;
pIter              72 lib/common/patchset.c     for (pIter = pcmk__xe_first_attr(xml); pIter != NULL;
pIter              73 lib/common/patchset.c          pIter = pIter->next) {
pIter              76 lib/common/patchset.c         nodepriv = pIter->_private;
pIter              97 lib/common/patchset.c         crm_xml_add(attr, XML_NVPAIR_ATTR_NAME, (const char *)pIter->name);
pIter             104 lib/common/patchset.c             value = pcmk__xml_attr_value(pIter);
pIter             115 lib/common/patchset.c         for (pIter = pcmk__xe_first_attr(xml); pIter != NULL;
pIter             116 lib/common/patchset.c              pIter = pIter->next) {
pIter             117 lib/common/patchset.c             nodepriv = pIter->_private;
pIter             119 lib/common/patchset.c                 value = crm_element_value(xml, (const char *) pIter->name);
pIter             120 lib/common/patchset.c                 crm_xml_add(result, (const char *)pIter->name, value);
pIter             980 lib/common/patchset.c             for (xmlAttrPtr pIter = pcmk__xe_first_attr(attrs); pIter != NULL;
pIter             981 lib/common/patchset.c                  pIter = pIter->next) {
pIter             982 lib/common/patchset.c                 const char *name = (const char *) pIter->name;
pIter             983 lib/common/patchset.c                 const char *value = pcmk__xml_attr_value(pIter);
pIter            1306 lib/common/patchset.c         xmlAttrPtr pIter = NULL;
pIter            1308 lib/common/patchset.c         for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
pIter            1309 lib/common/patchset.c              pIter = pIter->next) {
pIter            1310 lib/common/patchset.c             const char *p_name = (const char *)pIter->name;
pIter            1311 lib/common/patchset.c             const char *p_value = pcmk__xml_attr_value(pIter);
pIter            1347 lib/common/patchset.c                 xmlAttrPtr pIter = NULL;
pIter            1349 lib/common/patchset.c                 for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
pIter            1350 lib/common/patchset.c                      pIter = pIter->next) {
pIter            1351 lib/common/patchset.c                     const char *p_name = (const char *) pIter->name;
pIter            1352 lib/common/patchset.c                     const char *p_value = pcmk__xml_attr_value(pIter);
pIter            1375 lib/common/patchset.c                     xmlAttrPtr pIter = NULL;
pIter            1379 lib/common/patchset.c                     for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
pIter            1380 lib/common/patchset.c                          pIter = pIter->next) {
pIter            1381 lib/common/patchset.c                         const char *p_name = (const char *) pIter->name;
pIter            1382 lib/common/patchset.c                         const char *p_value = pcmk__xml_attr_value(pIter);