Searched defs:clength (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/http/
H A Dbyterange_filter.c80 static int ap_set_byterange(request_rec *r, apr_off_t clength, argument
163 start = clength - number;
164 end = clength - 1;
182 end = clength - 1;
203 if (start >= clength) {
207 if (end >= clength) {
208 end = clength - 1;
261 if (sum_lengths > clength) {
282 it, r->range, *overlaps, *reversals, clength);
410 apr_off_t clength local
[all...]
/httpd/server/
H A Dprotocol.c157 AP_DECLARE(void) ap_set_content_length(request_rec *r, apr_off_t clength) argument
159 r->clength = clength;
161 apr_off_t_toa(r->pool, clength));
/httpd/include/
H A Dhttpd.h884 apr_off_t clength; member in struct:request_rec

Completed in 24 milliseconds