holder            235 lib/cluster/heartbeat.c         HA_Message *holder = ha_msg_new(3);
holder            237 lib/cluster/heartbeat.c         CRM_ASSERT(holder != NULL);
holder            239 lib/cluster/heartbeat.c         ha_msg_add(holder, F_XML_TAGNAME, field);
holder            240 lib/cluster/heartbeat.c         add_ha_nocopy(holder, result, (const char *)src_node->name);
holder            242 lib/cluster/heartbeat.c         ha_msg_addstruct_compress(parent, field, holder);
holder            243 lib/cluster/heartbeat.c         ha_msg_del(holder);
holder           3173 lib/common/xml.c     xmlNode *holder = create_xml_node(msg, field);
holder           3175 lib/common/xml.c     add_node_copy(holder, xml);