pIter 315 lib/cluster/heartbeat.c xmlAttrPtr pIter = NULL; pIter 321 lib/cluster/heartbeat.c for (pIter = xml->properties; pIter != NULL; pIter = pIter->next) { pIter 322 lib/cluster/heartbeat.c const char *p_name = (const char *)pIter->name; pIter 324 lib/cluster/heartbeat.c if (pIter->children) { pIter 325 lib/cluster/heartbeat.c const char *p_value = (const char *)pIter->children->content; pIter 977 lib/common/xml.c xmlAttr *pIter = NULL; pIter 999 lib/common/xml.c for (pIter = crm_first_attr(xml); pIter != NULL; pIter = pIter->next) { pIter 1002 lib/common/xml.c p = pIter->_private; pIter 1023 lib/common/xml.c crm_xml_add(attr, XML_NVPAIR_ATTR_NAME, (const char *)pIter->name); pIter 1028 lib/common/xml.c const char *value = crm_element_value(xml, (const char *)pIter->name); pIter 1041 lib/common/xml.c for (pIter = crm_first_attr(xml); pIter != NULL; pIter = pIter->next) { pIter 1042 lib/common/xml.c const char *value = crm_element_value(xml, (const char *)pIter->name); pIter 1044 lib/common/xml.c p = pIter->_private; pIter 1046 lib/common/xml.c crm_xml_add(result, (const char *)pIter->name, value); pIter 1075 lib/common/xml.c xmlAttr *pIter = NULL; pIter 1079 lib/common/xml.c pIter = crm_first_attr(xml); pIter 1081 lib/common/xml.c while (pIter != NULL) { pIter 1082 lib/common/xml.c const xmlChar *name = pIter->name; pIter 1084 lib/common/xml.c p = pIter->_private; pIter 1085 lib/common/xml.c pIter = pIter->next; pIter 2129 lib/common/xml.c xmlAttr *pIter = crm_first_attr(match); pIter 2136 lib/common/xml.c while(pIter != NULL) { pIter 2137 lib/common/xml.c const char *name = (const char *)pIter->name; pIter 2139 lib/common/xml.c pIter = pIter->next; pIter 2143 lib/common/xml.c for (pIter = crm_first_attr(attrs); pIter != NULL; pIter = pIter->next) { pIter 2144 lib/common/xml.c const char *name = (const char *)pIter->name; pIter 2296 lib/common/xml.c xmlAttrPtr pIter = NULL; pIter 2298 lib/common/xml.c for (pIter = crm_first_attr(src); pIter != NULL; pIter = pIter->next) { pIter 2299 lib/common/xml.c const char *p_name = (const char *)pIter->name; pIter 2300 lib/common/xml.c const char *p_value = crm_attr_value(pIter); pIter 2314 lib/common/xml.c xmlAttrPtr pIter = NULL; pIter 2316 lib/common/xml.c for (pIter = crm_first_attr(target); pIter != NULL; pIter = pIter->next) { pIter 2317 lib/common/xml.c const char *p_name = (const char *)pIter->name; pIter 2318 lib/common/xml.c const char *p_value = crm_attr_value(pIter); pIter 3314 lib/common/xml.c xmlAttrPtr pIter = NULL; pIter 3334 lib/common/xml.c for (pIter = crm_first_attr(data); pIter != NULL; pIter = pIter->next) { pIter 3335 lib/common/xml.c xml_private_t *p = pIter->_private; pIter 3336 lib/common/xml.c const char *p_name = (const char *)pIter->name; pIter 3337 lib/common/xml.c const char *p_value = crm_attr_value(pIter); pIter 3406 lib/common/xml.c xmlAttrPtr pIter = NULL; pIter 3445 lib/common/xml.c for (pIter = crm_first_attr(data); pIter != NULL; pIter = pIter->next) { pIter 3446 lib/common/xml.c const char *aname = (const char*)pIter->name; pIter 3448 lib/common/xml.c p = pIter->_private; pIter 4021 lib/common/xml.c xmlAttr *pIter = NULL; pIter 4039 lib/common/xml.c for (pIter = crm_first_attr(new); pIter != NULL; pIter = pIter->next) { pIter 4040 lib/common/xml.c xml_private_t *p = pIter->_private; pIter 4046 lib/common/xml.c for (pIter = crm_first_attr(old); pIter != NULL; ) { pIter 4047 lib/common/xml.c xmlAttr *prop = pIter; pIter 4049 lib/common/xml.c const char *name = (const char *)pIter->name; pIter 4051 lib/common/xml.c xmlAttr *exists = xmlHasProp(new, pIter->name); pIter 4053 lib/common/xml.c pIter = pIter->next; pIter 4104 lib/common/xml.c for (pIter = crm_first_attr(new); pIter != NULL; ) { pIter 4105 lib/common/xml.c xmlAttr *prop = pIter; pIter 4106 lib/common/xml.c xml_private_t *p = pIter->_private; pIter 4108 lib/common/xml.c pIter = pIter->next; pIter 4231 lib/common/xml.c xmlAttrPtr pIter = NULL; pIter 4242 lib/common/xml.c for (pIter = crm_first_attr(xml_node); pIter != NULL; pIter = pIter->next) { pIter 4243 lib/common/xml.c const char *p_name = (const char *)pIter->name; pIter 4271 lib/common/xml.c xmlAttrPtr pIter = NULL; pIter 4278 lib/common/xml.c for (pIter = crm_first_attr(xml_node); pIter != NULL; pIter = pIter->next) { pIter 4279 lib/common/xml.c const char *p_name = (const char *)pIter->name; pIter 4280 lib/common/xml.c const char *p_value = crm_attr_value(pIter); pIter 4464 lib/common/xml.c xmlAttrPtr pIter = NULL; pIter 4466 lib/common/xml.c for (pIter = crm_first_attr(left); pIter != NULL; pIter = pIter->next) { pIter 4467 lib/common/xml.c const char *p_name = (const char *)pIter->name; pIter 4468 lib/common/xml.c const char *p_value = crm_attr_value(pIter); pIter 4513 lib/common/xml.c xmlAttrPtr pIter = NULL; pIter 4515 lib/common/xml.c for (pIter = crm_first_attr(left); pIter != NULL; pIter = pIter->next) { pIter 4516 lib/common/xml.c const char *p_name = (const char *)pIter->name; pIter 4517 lib/common/xml.c const char *p_value = crm_attr_value(pIter); pIter 4540 lib/common/xml.c xmlAttrPtr pIter = NULL; pIter 4544 lib/common/xml.c for (pIter = crm_first_attr(left); pIter != NULL; pIter = pIter->next) { pIter 4545 lib/common/xml.c const char *p_name = (const char *)pIter->name; pIter 4546 lib/common/xml.c const char *p_value = crm_attr_value(pIter); pIter 4646 lib/common/xml.c xmlAttrPtr pIter = NULL; pIter 4648 lib/common/xml.c for (pIter = crm_first_attr(update); pIter != NULL; pIter = pIter->next) { pIter 4649 lib/common/xml.c const char *p_name = (const char *)pIter->name; pIter 4650 lib/common/xml.c const char *p_value = crm_attr_value(pIter); pIter 4760 lib/common/xml.c xmlAttrPtr pIter = NULL; pIter 4762 lib/common/xml.c for (pIter = crm_first_attr(update); pIter != NULL; pIter = pIter->next) { pIter 4763 lib/common/xml.c const char *p_name = (const char *)pIter->name; pIter 4764 lib/common/xml.c const char *p_value = crm_attr_value(pIter); pIter 4934 lib/common/xml.c xmlAttrPtr pIter = NULL; pIter 4948 lib/common/xml.c for (pIter = crm_first_attr(nvpair_list); pIter != NULL; pIter = pIter->next) { pIter 4949 lib/common/xml.c const char *p_name = (const char *)pIter->name; pIter 4950 lib/common/xml.c const char *p_value = crm_attr_value(pIter); pIter 5017 lib/common/xml.c xmlAttrPtr pIter = NULL; pIter 5026 lib/common/xml.c for (pIter = crm_first_attr(input); pIter != NULL; pIter = pIter->next) { pIter 5027 lib/common/xml.c const char *p_name = (const char *)pIter->name; pIter 5028 lib/common/xml.c const char *p_value = crm_attr_value(pIter); pIter 233 lib/pengine/container.c for(GListPtr pIter = data->mounts; pIter != NULL; pIter = pIter->next) { pIter 234 lib/pengine/container.c container_mount_t *mount = pIter->data; pIter 255 lib/pengine/container.c for(GListPtr pIter = data->ports; pIter != NULL; pIter = pIter->next) { pIter 256 lib/pengine/container.c container_port_t *port = pIter->data; pIter 390 lib/pengine/container.c for(GListPtr pIter = data->mounts; pIter != NULL; pIter = pIter->next) { pIter 391 lib/pengine/container.c container_mount_t *mount = pIter->data; pIter 418 lib/pengine/container.c for(GListPtr pIter = data->ports; pIter != NULL; pIter = pIter->next) { pIter 419 lib/pengine/container.c container_port_t *port = pIter->data; pIter 2271 pengine/allocate.c GListPtr pIter = NULL; pIter 2305 pengine/allocate.c for (pIter = probes; pIter != NULL; pIter = pIter->next) { pIter 2306 pengine/allocate.c action_t *probe = (action_t *) pIter->data; pIter 974 pengine/native.c GListPtr pIter = NULL; pIter 976 pengine/native.c for (pIter = probes; pIter != NULL; pIter = pIter->next) { pIter 977 pengine/native.c action_t *probe = (action_t *) pIter->data;