Searched refs:http_response_send_file (Results 1 – 6 of 6) sorted by relevance
/dports/www/lighttpd/lighttpd-1.4.63/src/ |
H A D | response.h | 55 void http_response_send_file (request_st *r, buffer *path, struct stat_cache_entry *sce);
|
H A D | mod_staticfile.c | 130 http_response_send_file(r, &r->physical.path, r->tmp_sce); in mod_staticfile_process()
|
H A D | http-header-glue.c | 311 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 D | mod_dirlisting.c | 1490 http_response_send_file(r, sce->name, sce); in mod_dirlisting_cache_check()
|
/dports/www/lighttpd/lighttpd-1.4.63/src/t/ |
H A D | test_mod_staticfile.c | 30 http_response_send_file(r, &r->physical.path, NULL); in run_http_response_send_file()
|
/dports/www/lighttpd/lighttpd-1.4.63/ |
H A D | NEWS | 270 * [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)
|