Searched refs:chunkqueue_append_file_fd (Results 1 – 5 of 5) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | http_chunk.c | 104 chunkqueue_append_file_fd(cq, fn, fd, offset, len); in http_chunk_append_file_ref_range() 123 chunkqueue_append_file_fd(cq, fn, fd, offset, len); in http_chunk_append_file_fd_range()
|
| H A D | chunk.h | 87 void chunkqueue_append_file_fd(chunkqueue * restrict cq, const buffer * restrict fn, int fd, off_t …
|
| H A D | mod_ssi.c | 999 chunkqueue_append_file_fd(cq, p->stat_fn, fd, 0, stb.st_size); in process_ssi_stmt()
|
| H A D | chunk.c | 497 void chunkqueue_append_file_fd(chunkqueue * const restrict cq, const buffer * const restrict fn, in… in chunkqueue_append_file_fd() function
|
| H A D | mod_webdav.c | 4680 chunkqueue_append_file_fd(cq, &r->physical.path, fd, 0, cqlen); in mod_webdav_put_prep() 4683 chunkqueue_append_file_fd(cq, &r->physical.path, fd, 0, 1); in mod_webdav_put_prep()
|