pIter             878 lib/common/nvpair.c     xmlAttrPtr pIter = NULL;
pIter             892 lib/common/nvpair.c     for (pIter = pcmk__xe_first_attr(nvpair_list); pIter != NULL;
pIter             893 lib/common/nvpair.c          pIter = pIter->next) {
pIter             895 lib/common/nvpair.c         const char *p_name = (const char *)pIter->name;
pIter             896 lib/common/nvpair.c         const char *p_value = pcmk__xml_attr_value(pIter);
pIter              39 lib/common/patchset.c     xmlAttr *pIter = NULL;
pIter              64 lib/common/patchset.c     for (pIter = pcmk__xe_first_attr(xml); pIter != NULL;
pIter              65 lib/common/patchset.c          pIter = pIter->next) {
pIter              68 lib/common/patchset.c         nodepriv = pIter->_private;
pIter              89 lib/common/patchset.c         crm_xml_add(attr, XML_NVPAIR_ATTR_NAME, (const char *)pIter->name);
pIter              96 lib/common/patchset.c             value = crm_element_value(xml, (const char *) pIter->name);
pIter             107 lib/common/patchset.c         for (pIter = pcmk__xe_first_attr(xml); pIter != NULL;
pIter             108 lib/common/patchset.c              pIter = pIter->next) {
pIter             109 lib/common/patchset.c             nodepriv = pIter->_private;
pIter             111 lib/common/patchset.c                 value = crm_element_value(xml, (const char *) pIter->name);
pIter             112 lib/common/patchset.c                 crm_xml_add(result, (const char *)pIter->name, value);
pIter             981 lib/common/patchset.c             for (xmlAttrPtr pIter = pcmk__xe_first_attr(attrs); pIter != NULL;
pIter             982 lib/common/patchset.c                  pIter = pIter->next) {
pIter             983 lib/common/patchset.c                 const char *name = (const char *) pIter->name;
pIter            1317 lib/common/patchset.c         xmlAttrPtr pIter = NULL;
pIter            1319 lib/common/patchset.c         for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
pIter            1320 lib/common/patchset.c              pIter = pIter->next) {
pIter            1321 lib/common/patchset.c             const char *p_name = (const char *)pIter->name;
pIter            1322 lib/common/patchset.c             const char *p_value = pcmk__xml_attr_value(pIter);
pIter            1358 lib/common/patchset.c                 xmlAttrPtr pIter = NULL;
pIter            1360 lib/common/patchset.c                 for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
pIter            1361 lib/common/patchset.c                      pIter = pIter->next) {
pIter            1362 lib/common/patchset.c                     const char *p_name = (const char *) pIter->name;
pIter            1363 lib/common/patchset.c                     const char *p_value = pcmk__xml_attr_value(pIter);
pIter            1386 lib/common/patchset.c                     xmlAttrPtr pIter = NULL;
pIter            1391 lib/common/patchset.c                     for (pIter = pcmk__xe_first_attr(left); pIter != NULL;
pIter            1392 lib/common/patchset.c                          pIter = pIter->next) {
pIter            1393 lib/common/patchset.c                         const char *p_name = (const char *) pIter->name;
pIter            1394 lib/common/patchset.c                         const char *p_value = pcmk__xml_attr_value(pIter);