Lines Matching refs:st
169 end = sce->st.st_size - 1; in http_response_parse_range()
196 end = sce->st.st_size - 1; in http_response_parse_range()
197 start = sce->st.st_size + le; in http_response_parse_range()
202 end = sce->st.st_size - 1; in http_response_parse_range()
203 start = sce->st.st_size + le; 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()
276 if (end > sce->st.st_size - 1) end = sce->st.st_size - 1; in http_response_parse_range()
278 if (start > sce->st.st_size - 1) { in http_response_parse_range()
301 buffer_append_off_t(b, sce->st.st_size); in http_response_parse_range()
348 buffer_append_off_t(p->range_buf, sce->st.st_size); in http_response_parse_range()
435 if (!S_ISREG(sce->st.st_mode)) { in URIHANDLER_FUNC()
483 mtime = strftime_cache_get(srv, sce->st.st_mtime); in URIHANDLER_FUNC()
539 http_chunk_append_file(srv, con, con->physical.path, 0, sce->st.st_size); in URIHANDLER_FUNC()