content 657 include/crm/common/output_internal.h pcmk__output_create_xml_text_node(pcmk__output_t *out, const char *name, const char *content); content 88 include/crm/common/xml.h xmlNode *pcmk_create_xml_text_node(xmlNode * parent, const char *name, const char *content); content 252 lib/cluster/cpg.c pcmk_message_common_cs(cpg_handle_t handle, uint32_t nodeid, uint32_t pid, void *content, content 256 lib/cluster/cpg.c AIS_Message *msg = (AIS_Message *) content; content 154 lib/common/crmcommon_private.h : (const char *) attr->children->content; content 359 lib/common/nvpair.c CRM_CHECK(attr && attr->children && attr->children->content, return NULL); content 360 lib/common/nvpair.c return (char *)attr->children->content; content 408 lib/common/nvpair.c CRM_CHECK(attr && attr->children && attr->children->content, return NULL); content 409 lib/common/nvpair.c return (char *) attr->children->content; content 544 lib/common/nvpair.c return (const char *) attr->children->content; content 441 lib/common/output_xml.c pcmk__output_create_xml_text_node(pcmk__output_t *out, const char *name, const char *content) { content 443 lib/common/output_xml.c xmlNodeSetContent(node, (pcmkXmlStr) content); content 1466 lib/common/patchset.c if ((right == NULL) || !pcmk__str_eq((const char *)left->content, content 1467 lib/common/patchset.c (const char *)right->content, content 688 lib/common/xml.c pcmk_create_xml_text_node(xmlNode * parent, const char *name, const char *content) content 693 lib/common/xml.c xmlNodeSetContent(node, (pcmkXmlStr) content); content 1416 lib/common/xml.c p_value = crm_xml_escape((const char *)attr->children->content); content 1446 lib/common/xml.c buffer_print(buffer, max, offset, "<!--%s-->", data->content); content 1777 lib/common/xml.c buffer_print(*buffer, *max, *offset, "%s", data->content); content 1804 lib/common/xml.c buffer_print(*buffer, *max, *offset, "%s", data->content); content 1832 lib/common/xml.c buffer_print(*buffer, *max, *offset, "%s", data->content); content 2441 lib/common/xml.c && pcmk__str_eq((const char *)a_child->content, (const char *)search_comment->content, pcmk__str_casei)) { content 2476 lib/common/xml.c } else if (!pcmk__str_eq((const char *)target->content, (const char *)update->content, pcmk__str_casei)) { content 2477 lib/common/xml.c xmlFree(target->content); content 2478 lib/common/xml.c target->content = xmlStrdup(update->content);