Searched refs:http_chunk_append_file (Results 1 – 6 of 6) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | http_chunk.h | 9 int http_chunk_append_file(server *srv, connection *con, buffer *fn, off_t offset, off_t len);
|
| H A D | http_chunk.c | 54 int http_chunk_append_file(server *srv, connection *con, buffer *fn, off_t offset, off_t len) { in http_chunk_append_file() function
|
| H A D | mod_flv_streaming.c | 248 http_chunk_append_file(srv, con, con->physical.path, start, sce->st.st_size - start); in URIHANDLER_FUNC()
|
| H A D | mod_staticfile.c | 539 http_chunk_append_file(srv, con, con->physical.path, 0, sce->st.st_size); in URIHANDLER_FUNC()
|
| H A D | connections.c | 519 http_chunk_append_file(srv, con, con->physical.path, 0, sce->st.st_size);
|
| H A D | mod_fastcgi.c | 2333 http_chunk_append_file(srv, con, srv->tmp_buf, begin_range, range_len); in fcgi_response_parse() 2629 http_chunk_append_file(srv, con, ds->value, 0, sce->st.st_size); in fcgi_demux_response()
|