Lines Matching refs:end
157 off_t start, end; in http_response_parse_range() local
169 end = sce->st.st_size - 1; in http_response_parse_range()
196 end = sce->st.st_size - 1; in http_response_parse_range()
202 end = sce->st.st_size - 1; in http_response_parse_range()
219 end = sce->st.st_size - 1; in http_response_parse_range()
226 end = sce->st.st_size - 1; in http_response_parse_range()
252 end = le; in http_response_parse_range()
258 end = le; in http_response_parse_range()
276 if (end > sce->st.st_size - 1) end = sce->st.st_size - 1; in http_response_parse_range()
299 buffer_append_off_t(b, end); 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()
346 buffer_append_off_t(p->range_buf, end); in http_response_parse_range()