pcmk_create_xml_text_node   97 include/crm/common/xml.h xmlNode *pcmk_create_xml_text_node(xmlNode * parent, const char *name, const char *content);
pcmk_create_xml_text_node  158 lib/common/output_html.c         pcmk_create_xml_text_node(head_node, "title", title);
pcmk_create_xml_text_node  160 lib/common/output_html.c         pcmk_create_xml_text_node(head_node, "title", out->request);
pcmk_create_xml_text_node  177 lib/common/output_html.c     pcmk_create_xml_text_node(head_node, "style", stylesheet_default);
pcmk_create_xml_text_node  147 lib/common/output_xml.c     pcmk_create_xml_text_node(node, "error", str);
pcmk_create_xml_text_node  230 lib/common/output_xml.c         child_node = pcmk_create_xml_text_node(node, "output", proc_stdout);
pcmk_create_xml_text_node  235 lib/common/output_xml.c         child_node = pcmk_create_xml_text_node(node, "output", proc_stderr);
pcmk_create_xml_text_node   26 lib/common/tests/operations/fix_plus_plus_recursive_test.c     xmlNode *test_xml_text = pcmk_create_xml_text_node(test_xml_root, "text_xml_text", "content");
pcmk_create_xml_text_node  717 lib/common/xml.c     xmlNode *node = pcmk_create_xml_text_node(parent, element_name, text);
pcmk_create_xml_text_node  176 lib/pengine/pe_output.c     pcmk_create_xml_text_node(node, (const char *) key, (const char *) value);