Home
last modified time | relevance | path

Searched refs:chunkqueue_append_file (Results 1 – 10 of 10) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dchunk.h52 int chunkqueue_append_file(chunkqueue *c, buffer *fn, off_t offset, off_t len);
H A Dhttp_chunk.c65 chunkqueue_append_file(cq, fn, offset, len); in http_chunk_append_file()
H A Dmod_ssi.c620 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 Dchunk.c163 int chunkqueue_append_file(chunkqueue *cq, buffer *fn, off_t offset, off_t len) { in chunkqueue_append_file() function
H A Dmod_cml_lua.c377 chunkqueue_append_file(con->write_queue, b, 0, sce->st.st_size); in cache_parse_lua()
H A Dmod_staticfile.c313 chunkqueue_append_file(con->write_queue, con->physical.path, start, end - start + 1); in http_response_parse_range()
H A Dmod_magnet.c793 chunkqueue_append_file(con->write_queue, fn, off, len - off); in magnet_attach_content()
H A Dmod_proxy.c510 chunkqueue_append_file(hctx->wb, req_c->file.name, req_c->offset, weHave); in proxy_create_env()
H A Dmod_scgi.c1653 chunkqueue_append_file(hctx->wb, req_c->file.name, req_c->offset, weHave); in scgi_create_env()
H A Dmod_fastcgi.c2094 chunkqueue_append_file(hctx->wb, req_c->file.name, req_c->offset, weHave); in fcgi_create_env()