head_node 137 lib/common/output_html.c htmlNodePtr head_node = NULL; head_node 160 lib/common/output_html.c head_node = xmlNewDocRawNode(NULL, NULL, (pcmkXmlStr) "head", NULL); head_node 163 lib/common/output_html.c child_node = pcmk__xe_create(head_node, "title"); head_node 166 lib/common/output_html.c child_node = pcmk__xe_create(head_node, "title"); head_node 170 lib/common/output_html.c charset_node = pcmk__xe_create(head_node, PCMK__XE_META); head_node 175 lib/common/output_html.c xmlAddChild(head_node, xmlCopyNode(g_slist_nth_data(extra_headers, i), 1)); head_node 184 lib/common/output_html.c child_node = pcmk__xe_create(head_node, "style"); head_node 188 lib/common/output_html.c htmlNodePtr link_node = pcmk__xe_create(head_node, "link"); head_node 194 lib/common/output_html.c xmlAddPrevSibling(priv->root->children, head_node);