head_node         123 lib/common/output_html.c     htmlNodePtr head_node = NULL;
head_node         141 lib/common/output_html.c     head_node = xmlNewNode(NULL, (pcmkXmlStr) "head");
head_node         144 lib/common/output_html.c         pcmk_create_xml_text_node(head_node, "title", title);
head_node         146 lib/common/output_html.c         pcmk_create_xml_text_node(head_node, "title", out->request);
head_node         149 lib/common/output_html.c     charset_node = create_xml_node(head_node, "meta");
head_node         154 lib/common/output_html.c         xmlAddChild(head_node, xmlCopyNode(g_slist_nth_data(extra_headers, i), 1));
head_node         163 lib/common/output_html.c     pcmk_create_xml_text_node(head_node, "style", stylesheet_default);
head_node         166 lib/common/output_html.c         htmlNodePtr link_node = create_xml_node(head_node, "link");
head_node         172 lib/common/output_html.c     xmlAddPrevSibling(priv->root->children, head_node);