Lines Matching refs:start
157 off_t start, end; in http_response_parse_range() local
168 start = 0; in http_response_parse_range()
197 start = sce->st.st_size + le; in http_response_parse_range()
203 start = sce->st.st_size + le; in http_response_parse_range()
220 start = la; in http_response_parse_range()
227 start = la; in http_response_parse_range()
253 start = la; in http_response_parse_range()
259 start = la; in http_response_parse_range()
273 if (start < 0) start = 0; in http_response_parse_range()
278 if (start > sce->st.st_size - 1) { in http_response_parse_range()
297 buffer_append_off_t(b, start); in http_response_parse_range()
313 chunkqueue_append_file(con->write_queue, con->physical.path, start, end - start + 1); in http_response_parse_range()
314 con->response.content_length += end - start + 1; in http_response_parse_range()
344 buffer_append_off_t(p->range_buf, start); in http_response_parse_range()