Searched refs:chunkqueue_chunk_file_view (Results 1 – 5 of 5) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | chunk.h | 209 chunkqueue_chunk_file_view (chunk * const c, const off_t n, log_error_st * const restrict errh); 211 chunkqueue_chunk_file_view (chunk * const c, const off_t n, log_error_st * const restrict errh) in chunkqueue_chunk_file_view() function
|
| H A D | network_write.c | 202 ? chunkqueue_chunk_file_view(cq->first, 0, errh)/*use default 512k block*/ in network_write_file_chunk_mmap()
|
| H A D | chunk.c | 1425 chunkqueue_chunk_file_view(c, len, errh); in chunkqueue_write_chunk_file() 1602 ? chunkqueue_chunk_file_view(c, len, errh) in chunkqueue_peek_data()
|
| H A D | mod_deflate.c | 1651 ? chunkqueue_chunk_file_view(c, n, r->conf.errh) in mod_deflate_file_chunk_mmap() 2093 && chunkqueue_chunk_file_view(c, len, r->conf.errh) in REQUEST_FUNC()
|
| H A D | mod_webdav.c | 3822 chunkqueue_chunk_file_view(c, len, errh); in webdav_mmap_file_chunk()
|