Home
last modified time | relevance | path

Searched refs:content_charset (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_dirlisting.c74 buffer *content_charset; member
159 p->content_charset = buffer_init(); in INIT_FUNC()
190 buffer_free(p->content_charset); in FREE_FUNC()
884 buffer_copy_string_len(p->content_charset, CONST_STR_LEN("text/html; charset=")); in http_list_directory()
885 buffer_append_string_buffer(p->content_charset, p->conf.encoding); in http_list_directory()
886 …ponse_header_overwrite(srv, con, CONST_STR_LEN("Content-Type"), CONST_BUF_LEN(p->content_charset)); in http_list_directory()