pIter             353 lib/common/nvpair.c     xmlAttrPtr pIter = NULL;
pIter             367 lib/common/nvpair.c     for (pIter = pcmk__xe_first_attr(nvpair_list); pIter != NULL;
pIter             368 lib/common/nvpair.c          pIter = pIter->next) {
pIter             370 lib/common/nvpair.c         const char *p_name = (const char *)pIter->name;
pIter             371 lib/common/nvpair.c         const char *p_value = pcmk__xml_attr_value(pIter);
pIter              36 lib/common/patchset.c     xmlAttr *pIter = NULL;
pIter              69 lib/common/patchset.c     for (pIter = pcmk__xe_first_attr(xml); pIter != NULL;
pIter              70 lib/common/patchset.c          pIter = pIter->next) {
pIter              73 lib/common/patchset.c         nodepriv = pIter->_private;
pIter              94 lib/common/patchset.c         crm_xml_add(attr, PCMK_XA_NAME, (const char *) pIter->name);
pIter             101 lib/common/patchset.c             value = pcmk__xml_attr_value(pIter);
pIter             112 lib/common/patchset.c         for (pIter = pcmk__xe_first_attr(xml); pIter != NULL;
pIter             113 lib/common/patchset.c              pIter = pIter->next) {
pIter             114 lib/common/patchset.c             nodepriv = pIter->_private;
pIter             116 lib/common/patchset.c                 value = crm_element_value(xml, (const char *) pIter->name);
pIter             117 lib/common/patchset.c                 crm_xml_add(result, (const char *)pIter->name, value);
pIter             651 lib/common/patchset.c             for (xmlAttrPtr pIter = pcmk__xe_first_attr(attrs); pIter != NULL;
pIter             652 lib/common/patchset.c                  pIter = pIter->next) {
pIter             653 lib/common/patchset.c                 const char *name = (const char *) pIter->name;
pIter             654 lib/common/patchset.c                 const char *value = pcmk__xml_attr_value(pIter);