Searched refs:http_chunk_append_read_fd_range (Results 1 – 1 of 1) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | http_chunk.c | 61 static int http_chunk_append_read_fd_range(request_st * const r, const buffer * const fn, const int… in http_chunk_append_read_fd_range() function 136 int rc = (0 != sz) ? http_chunk_append_read_fd_range(r,fn,fd,0,sz) : 0; in http_chunk_append_file_fd() 151 int rc = (0 != sz) ? http_chunk_append_read_fd_range(r,fn,fd,0,sz) : 0; in http_chunk_append_file_ref()
|