Searched refs:http_chunk_append_file_ref (Results 1 – 7 of 7) sorted by relevance
17 int http_chunk_append_file_ref(request_st *r, struct stat_cache_entry *sce); /* copies "fn" */
141 int http_chunk_append_file_ref(request_st * const r, stat_cache_entry * const sce) { in http_chunk_append_file_ref() function
639 (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()
657 if (sce && 0 == http_chunk_append_file_ref(r, sce)) { in http_response_static_errdoc()
410 if (0 == sce->st.st_size || 0 == http_chunk_append_file_ref(r, sce)) { in http_response_send_file()
2049 if (sce->fd < 0 || 0 != http_chunk_append_file_ref(r, sce)) in REQUEST_FUNC()
1677 * [multiple] use http_chunk_append_file_ref()