Searched refs:off_first (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
321 off_first = pos;
346 if (off_first != start64) {
347 rv = apr_bucket_split(copy, (apr_size_t)(start64 - off_first));
361 off_last += start64 - off_first;

Completed in 10 milliseconds