extra_headers      41 lib/common/output_html.c static GSList *extra_headers = NULL;
extra_headers     158 lib/common/output_html.c     for (int i = 0; i < g_slist_length(extra_headers); i++) {
extra_headers     159 lib/common/output_html.c         xmlAddChild(head_node, xmlCopyNode(g_slist_nth_data(extra_headers, i), 1));
extra_headers     193 lib/common/output_html.c     g_slist_free_full(extra_headers, (GDestroyNotify) xmlFreeNode);
extra_headers     194 lib/common/output_html.c     extra_headers = NULL;
extra_headers     463 lib/common/output_html.c     extra_headers = g_slist_append(extra_headers, header_node);