Home
last modified time | relevance | path

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 Dhttp_chunk.h9 int http_chunk_append_file(server *srv, connection *con, buffer *fn, off_t offset, off_t len);
H A Dhttp_chunk.c54 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 Dmod_flv_streaming.c248 http_chunk_append_file(srv, con, con->physical.path, start, sce->st.st_size - start); in URIHANDLER_FUNC()
H A Dmod_staticfile.c539 http_chunk_append_file(srv, con, con->physical.path, 0, sce->st.st_size); in URIHANDLER_FUNC()
H A Dconnections.c519 http_chunk_append_file(srv, con, con->physical.path, 0, sce->st.st_size);
H A Dmod_fastcgi.c2333 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()