Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dstat_cache.c607 for (k = 0; k < con->conf.mimetypes->used; k++) { in stat_cache_get_entry()
608 data_string *ds = (data_string *)con->conf.mimetypes->data[k]; in stat_cache_get_entry()
H A Dconfigfile.c172 s->mimetypes = array_init(); in config_insert()
245 cv[28].destination = s->mimetypes; in config_insert()
318 PATCH(mimetypes); in config_setup_connection()
404 PATCH(mimetypes); in config_patch_connection()
H A Dbase.h251 array *mimetypes; member
H A Dmod_dirlisting.c833 for (k = 0; k < con->conf.mimetypes->used; k++) { in http_list_directory()
834 data_string *ds = (data_string *)con->conf.mimetypes->data[k]; in http_list_directory()
H A Dmod_webdav.c851 for (k = 0; k < con->conf.mimetypes->used; k++) { in webdav_get_live_property()
852 data_string *ds = (data_string *)con->conf.mimetypes->data[k]; in webdav_get_live_property()
H A Dserver.c349 array_free(s->mimetypes); in server_free()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dcompress.txt85 mimetypes which might get compressed
H A Dconfiguration.txt469 mimetypes
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS942 * added a cache for mimetypes
989 * added mimetypes for text/css and text/javascript