extra_headers      36 lib/common/output_html.c static GSList *extra_headers = NULL;
extra_headers     153 lib/common/output_html.c     for (int i = 0; i < g_slist_length(extra_headers); i++) {
extra_headers     154 lib/common/output_html.c         xmlAddChild(head_node, xmlCopyNode(g_slist_nth_data(extra_headers, i), 1));
extra_headers     188 lib/common/output_html.c     g_slist_free_full(extra_headers, (GDestroyNotify) xmlFreeNode);
extra_headers     189 lib/common/output_html.c     extra_headers = NULL;
extra_headers     456 lib/common/output_html.c     extra_headers = g_slist_append(extra_headers, header_node);