pIter 862 lib/common/nvpair.c xmlAttrPtr pIter = NULL; pIter 876 lib/common/nvpair.c for (pIter = pcmk__xe_first_attr(nvpair_list); pIter != NULL; pIter 877 lib/common/nvpair.c pIter = pIter->next) { pIter 879 lib/common/nvpair.c const char *p_name = (const char *)pIter->name; pIter 880 lib/common/nvpair.c const char *p_value = pcmk__xml_attr_value(pIter); pIter 35 lib/common/patchset.c xmlAttr *pIter = NULL; pIter 68 lib/common/patchset.c for (pIter = pcmk__xe_first_attr(xml); pIter != NULL; pIter 69 lib/common/patchset.c pIter = pIter->next) { pIter 72 lib/common/patchset.c nodepriv = pIter->_private; pIter 93 lib/common/patchset.c crm_xml_add(attr, PCMK_XA_NAME, (const char *) pIter->name); pIter 100 lib/common/patchset.c value = pcmk__xml_attr_value(pIter); pIter 111 lib/common/patchset.c for (pIter = pcmk__xe_first_attr(xml); pIter != NULL; pIter 112 lib/common/patchset.c pIter = pIter->next) { pIter 113 lib/common/patchset.c nodepriv = pIter->_private; pIter 115 lib/common/patchset.c value = crm_element_value(xml, (const char *) pIter->name); pIter 116 lib/common/patchset.c crm_xml_add(result, (const char *)pIter->name, value); pIter 511 lib/common/patchset.c xmlAttrPtr pIter = NULL; pIter 513 lib/common/patchset.c for (pIter = pcmk__xe_first_attr(left); pIter != NULL; pIter 514 lib/common/patchset.c pIter = pIter->next) { pIter 515 lib/common/patchset.c const char *p_name = (const char *)pIter->name; pIter 516 lib/common/patchset.c const char *p_value = pcmk__xml_attr_value(pIter); pIter 552 lib/common/patchset.c xmlAttrPtr pIter = NULL; pIter 554 lib/common/patchset.c for (pIter = pcmk__xe_first_attr(left); pIter != NULL; pIter 555 lib/common/patchset.c pIter = pIter->next) { pIter 556 lib/common/patchset.c const char *p_name = (const char *) pIter->name; pIter 557 lib/common/patchset.c const char *p_value = pcmk__xml_attr_value(pIter); pIter 580 lib/common/patchset.c xmlAttrPtr pIter = NULL; pIter 584 lib/common/patchset.c for (pIter = pcmk__xe_first_attr(left); pIter != NULL; pIter 585 lib/common/patchset.c pIter = pIter->next) { pIter 586 lib/common/patchset.c const char *p_name = (const char *) pIter->name; pIter 587 lib/common/patchset.c const char *p_value = pcmk__xml_attr_value(pIter); pIter 1211 lib/common/patchset.c for (xmlAttrPtr pIter = pcmk__xe_first_attr(attrs); pIter != NULL; pIter 1212 lib/common/patchset.c pIter = pIter->next) { pIter 1213 lib/common/patchset.c const char *name = (const char *) pIter->name; pIter 1214 lib/common/patchset.c const char *value = pcmk__xml_attr_value(pIter);