Home
last modified time | relevance | path

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

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dresponse.h55 void http_response_send_file (request_st *r, buffer *path, struct stat_cache_entry *sce);
H A Dmod_staticfile.c130 http_response_send_file(r, &r->physical.path, r->tmp_sce); in mod_staticfile_process()
H A Dhttp-header-glue.c311 void http_response_send_file (request_st * const r, buffer * const path, stat_cache_entry *sce) { in http_response_send_file() function
474 if (valid) http_response_send_file(r, path, NULL); in http_response_xsendfile()
H A Dmod_dirlisting.c1490 http_response_send_file(r, sce->name, sce); in mod_dirlisting_cache_check()
/dports/www/lighttpd/lighttpd-1.4.63/src/t/
H A Dtest_mod_staticfile.c30 http_response_send_file(r, &r->physical.path, NULL); in run_http_response_send_file()
/dports/www/lighttpd/lighttpd-1.4.63/
H A DNEWS270 * [core] merge http_response_send_file 0-size case
272 * [core] http_response_send_file() mark cold paths
1138 * [core] Content-Length in http_response_send_file()
2384 * [core] http_response_send_file() shared code (#2017)