Home
last modified time | relevance | path

Searched refs:chunkqueue_append_file_fd (Results 1 – 5 of 5) sorted by relevance

/lighttpd1.4/src/
H A Dhttp_chunk.c104 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 Dchunk.h87 void chunkqueue_append_file_fd(chunkqueue * restrict cq, const buffer * restrict fn, int fd, off_t …
H A Dmod_ssi.c999 chunkqueue_append_file_fd(cq, p->stat_fn, fd, 0, stb.st_size); in process_ssi_stmt()
H A Dchunk.c497 void chunkqueue_append_file_fd(chunkqueue * const restrict cq, const buffer * const restrict fn, in… in chunkqueue_append_file_fd() function
H A Dmod_webdav.c4680 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()