head_node         119 lib/common/output_html.c     htmlNodePtr head_node = NULL;
head_node         130 lib/common/output_html.c     head_node = xmlNewNode(NULL, (pcmkXmlStr) "head");
head_node         133 lib/common/output_html.c         pcmk_create_xml_text_node(head_node, "title", title);
head_node         135 lib/common/output_html.c         pcmk_create_xml_text_node(head_node, "title", out->request);
head_node         138 lib/common/output_html.c     charset_node = create_xml_node(head_node, "meta");
head_node         143 lib/common/output_html.c         xmlAddChild(head_node, xmlCopyNode(g_slist_nth_data(extra_headers, i), 1));
head_node         152 lib/common/output_html.c     pcmk_create_xml_text_node(head_node, "style", stylesheet_default);
head_node         155 lib/common/output_html.c         htmlNodePtr link_node = create_xml_node(head_node, "link");
head_node         160 lib/common/output_html.c     xmlAddPrevSibling(priv->root->children, head_node);