head_node         133 lib/common/output_html.c     htmlNodePtr head_node = NULL;
head_node         155 lib/common/output_html.c     head_node = xmlNewDocRawNode(NULL, NULL, (pcmkXmlStr) "head", NULL);
head_node         158 lib/common/output_html.c         pcmk_create_xml_text_node(head_node, "title", title);
head_node         160 lib/common/output_html.c         pcmk_create_xml_text_node(head_node, "title", out->request);
head_node         163 lib/common/output_html.c     charset_node = create_xml_node(head_node, "meta");
head_node         168 lib/common/output_html.c         xmlAddChild(head_node, xmlCopyNode(g_slist_nth_data(extra_headers, i), 1));
head_node         177 lib/common/output_html.c     pcmk_create_xml_text_node(head_node, "style", stylesheet_default);
head_node         180 lib/common/output_html.c         htmlNodePtr link_node = create_xml_node(head_node, "link");
head_node         186 lib/common/output_html.c     xmlAddPrevSibling(priv->root->children, head_node);