pcmk_create_xml_text_node   95 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  151 lib/common/output_xml.c     pcmk_create_xml_text_node(node, "error", str);
pcmk_create_xml_text_node  231 lib/common/output_xml.c         child_node = pcmk_create_xml_text_node(node, "output", proc_stdout);
pcmk_create_xml_text_node  236 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/actions/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  687 lib/common/xml.c     xmlNode *node = pcmk_create_xml_text_node(parent, element_name, text);
pcmk_create_xml_text_node  182 lib/pengine/pe_output.c     pcmk_create_xml_text_node(node, (const char *) key, (const char *) value);