Searched refs:off_last (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/http/
H A Dbyterange_filter.c295 apr_uint64_t pos = 0, off_first = 0, off_last = 0; local
325 off_last = pos;
361 off_last += start64 - off_first;
364 if (end64 - off_last != (apr_uint64_t)e->length) {
365 rv = apr_bucket_split(copy, (apr_size_t)(end64 + 1 - off_last));

Completed in 8 milliseconds