Searched refs:chunkqueue_append_file (Results 1 – 10 of 10) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | chunk.h | 52 int chunkqueue_append_file(chunkqueue *c, buffer *fn, off_t offset, off_t len);
|
| H A D | http_chunk.c | 65 chunkqueue_append_file(cq, fn, offset, len); in http_chunk_append_file()
|
| H A D | mod_ssi.c | 620 chunkqueue_append_file(con->write_queue, p->stat_fn, 0, st.st_size); in process_ssi_stmt() 1048 if (!p->if_is_false) chunkqueue_append_file(con->write_queue, con->physical.path, i, ovec[0] - i); in mod_ssi_handle_request() 1058 chunkqueue_append_file(con->write_queue, con->physical.path, i, s.size - i); in mod_ssi_handle_request()
|
| H A D | chunk.c | 163 int chunkqueue_append_file(chunkqueue *cq, buffer *fn, off_t offset, off_t len) { in chunkqueue_append_file() function
|
| H A D | mod_cml_lua.c | 377 chunkqueue_append_file(con->write_queue, b, 0, sce->st.st_size); in cache_parse_lua()
|
| H A D | mod_staticfile.c | 313 chunkqueue_append_file(con->write_queue, con->physical.path, start, end - start + 1); in http_response_parse_range()
|
| H A D | mod_magnet.c | 793 chunkqueue_append_file(con->write_queue, fn, off, len - off); in magnet_attach_content()
|
| H A D | mod_proxy.c | 510 chunkqueue_append_file(hctx->wb, req_c->file.name, req_c->offset, weHave); in proxy_create_env()
|
| H A D | mod_scgi.c | 1653 chunkqueue_append_file(hctx->wb, req_c->file.name, req_c->offset, weHave); in scgi_create_env()
|
| H A D | mod_fastcgi.c | 2094 chunkqueue_append_file(hctx->wb, req_c->file.name, req_c->offset, weHave); in fcgi_create_env()
|