content           233 lib/cluster/cpg.c pcmk_message_common_cs(cpg_handle_t handle, uint32_t nodeid, uint32_t pid, void *content,
content           237 lib/cluster/cpg.c     AIS_Message *msg = (AIS_Message *) content;
content           325 lib/cluster/heartbeat.c             const char *p_value = (const char *)pIter->children->content;
content           260 lib/common/xml.c     return (const char *)attr->children->content;
content          2531 lib/common/xml.c     CRM_CHECK(attr && attr->children && attr->children->content, return NULL);
content          2532 lib/common/xml.c     return (char *)attr->children->content;
content          2573 lib/common/xml.c     CRM_CHECK(attr && attr->children && attr->children->content, return NULL);
content          2574 lib/common/xml.c     return (char *)attr->children->content;
content          3299 lib/common/xml.c     p_value = crm_xml_escape((const char *)attr->children->content);
content          3328 lib/common/xml.c             buffer_print(buffer, max, offset, "<!--%s-->", data->content);
content          3659 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%s", data->content);
content          3687 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%s", data->content);
content          3742 lib/common/xml.c             *buffer = strdup((char *)xml_buffer->content);
content          4354 lib/common/xml.c             && safe_str_eq((const char *)a_child->content, (const char *)search_comment->content)) {
content          4373 lib/common/xml.c         || safe_str_neq((const char *)left->content, (const char *)right->content)) {
content          4586 lib/common/xml.c     } else if (safe_str_neq((const char *)target->content, (const char *)update->content)) {
content          4587 lib/common/xml.c         xmlFree(target->content);
content          4588 lib/common/xml.c         target->content = xmlStrdup(update->content);
content          5183 lib/common/xml.c     return (const char *)attr->children->content;