extra_headers 42 lib/common/output_html.c static GSList *extra_headers = NULL; extra_headers 167 lib/common/output_html.c for (int i = 0; i < g_slist_length(extra_headers); i++) { extra_headers 168 lib/common/output_html.c xmlAddChild(head_node, xmlCopyNode(g_slist_nth_data(extra_headers, i), 1)); extra_headers 202 lib/common/output_html.c g_slist_free_full(extra_headers, (GDestroyNotify) xmlFreeNode); extra_headers 203 lib/common/output_html.c extra_headers = NULL; extra_headers 474 lib/common/output_html.c extra_headers = g_slist_append(extra_headers, header_node);