extra_headers      40 lib/common/output_html.c static GSList *extra_headers = NULL;
extra_headers     142 lib/common/output_html.c     for (int i = 0; i < g_slist_length(extra_headers); i++) {
extra_headers     143 lib/common/output_html.c         xmlAddChild(head_node, xmlCopyNode(g_slist_nth_data(extra_headers, i), 1));
extra_headers     190 lib/common/output_html.c     g_slist_free_full(extra_headers, (GDestroyNotify) xmlFreeNode);
extra_headers     442 lib/common/output_html.c     extra_headers = g_slist_append(extra_headers, header_node);