Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dhttp_chunk.h17 int http_chunk_append_file_ref(request_st *r, struct stat_cache_entry *sce); /* copies "fn" */
H A Dhttp_chunk.c141 int http_chunk_append_file_ref(request_st * const r, stat_cache_entry * const sce) { in http_chunk_append_file_ref() function
H A Dmod_dirlisting.c639 (void)http_chunk_append_file_ref(r, sce); in http_list_directory_include_file()
1504 if (0 != http_chunk_append_file_ref(r, sce)) { in mod_dirlisting_cache_check()
H A Dresponse.c657 if (sce && 0 == http_chunk_append_file_ref(r, sce)) { in http_response_static_errdoc()
H A Dhttp-header-glue.c410 if (0 == sce->st.st_size || 0 == http_chunk_append_file_ref(r, sce)) { in http_response_send_file()
H A Dmod_deflate.c2049 if (sce->fd < 0 || 0 != http_chunk_append_file_ref(r, sce)) in REQUEST_FUNC()
/lighttpd1.4/
H A DNEWS1677 * [multiple] use http_chunk_append_file_ref()